StandardThermoModelParamsNasa::Polynomial Struct Reference
Used to store Nasa polynomial coefficients valid for a certain temperature interval. More...
#include <StandardThermoModelNasa.hpp>
Collaboration diagram for StandardThermoModelParamsNasa::Polynomial:
Public Attributes | |
| double | Tmin |
| The minimum temperature (in K) for which the NASA polynomial coefficients below are valid. | |
| double | Tmax |
| The maximum temperature (in K) for which the NASA polynomial coefficients below are valid. | |
| String | label |
| The label describing the species name and its physical form or crystal configuration such as Mg(L)L, Li3ALF6(IV), etc. (optional). | |
| AggregateState | state |
| The aggregate state of the species within this temperature interval. | |
| real | a1 |
| real | a2 |
| The least-square coefficient \(a_1\) in the regression model for \(C_{p}^{\circ}\). | |
| real | a3 |
| The least-square coefficient \(a_2\) in the regression model for \(C_{p}^{\circ}\). | |
| real | a4 |
| The least-square coefficient \(a_3\) in the regression model for \(C_{p}^{\circ}\). | |
| real | a5 |
| The least-square coefficient \(a_4\) in the regression model for \(C_{p}^{\circ}\). | |
| real | a6 |
| The least-square coefficient \(a_5\) in the regression model for \(C_{p}^{\circ}\). | |
| real | a7 |
| The least-square coefficient \(a_6\) in the regression model for \(C_{p}^{\circ}\). | |
| real | b1 |
| The least-square coefficient \(a_7\) in the regression model for \(C_{p}^{\circ}\). | |
| real | b2 |
| The integration constant \(b_1\) used to compute \(H^\circ\). | |
Detailed Description
Used to store Nasa polynomial coefficients valid for a certain temperature interval.
The documentation for this struct was generated from the following file:
- Reaktoro/Models/StandardThermoModels/StandardThermoModelNasa.hpp