Reaktoro
A unified framework for modeling chemically reactive systems
InterpolationOptions Struct Reference

A type used to describe all options related to interpolation. More...

#include <GlobalOptions.hpp>

Collaboration diagram for InterpolationOptions:
[legend]

Public Attributes

std::string temperature_units = "celsius"
 The units of the temperature values (default: celsius).
 
std::string pressure_units = "bar"
 The units of the pressure values (default: bar).
 
std::vector< double > temperatures
 The temperature points used for interpolation.
 
std::vector< double > pressures
 The pressure points used for interpolation.
 

Detailed Description

A type used to describe all options related to interpolation.


The documentation for this struct was generated from the following file: