NASA9CoefficientSet#
- class NASA9CoefficientSet[source]#
Bases:
Flow360BaseModelRepresents a set of 9 NASA polynomial coefficients for a specific temperature range.
Attributes
- coefficients: list[float]#
Nine NASA polynomial coefficients [a0, a1, a2, a3, a4, a5, a6, a7, a8]. a0-a6 are cp/R polynomial coefficients, a7 is the enthalpy integration constant, and a8 is the entropy integration constant.
Additional Constructors
- classmethod from_file(filename)#
Load a Flow360BaseModel from a .json file.
- Parameters:
filename (str)
- Return type:
Flow360BaseModel
Methods