libICEpost.src.thermophysicalModels.specie.thermo.Thermo.constantCp
@author: F. Ramognino <federico.ramognino@polimi.it> Last update: 12/06/2023
Attributes
Classes
Class for computation of thermophysical properties with constant cp. |
Module Contents
- libICEpost.src.thermophysicalModels.specie.thermo.Thermo.constantCp.Tstd
- class libICEpost.src.thermophysicalModels.specie.thermo.Thermo.constantCp.constantCp(Rgas, cp, hf=float('nan'))[source]
Bases:
libICEpost.src.thermophysicalModels.specie.thermo.Thermo.Thermo.ThermoClass for computation of thermophysical properties with constant cp.
- Attibutes:
Rgas (float): The mass specific gas constant
- classmethod fromDictionary(dictionary)[source]
Construct from dictionary containing the following keys: - Rgas (float): The mass specific gas constant - cp (float): Constant pressure heat capacity [J/kg/K] - hf (float): Enthalpy of formation [J/kg] (Optional)
- Parameters:
dictionary (dict) – The dictionary containing the data
- _cp
- _hf