loi_etat_tppi_base
Inherits from: loi_etat_base
Basic class for thermo-physical properties interface (TPPI) used for dilatable problems
coolprop_qc
Inherits from: loi_etat_tppi_base
Class for using CoolProp with QC problem
Parameters:
- cp (type: float) Specific heat at constant pressure (J/kg/K).
- fluid (type: string) Fluid name in the CoolProp model
- model (type: string) CoolProp model name
coolprop_wc
Inherits from: loi_etat_tppi_base
Class for using CoolProp with WC problem
Parameters:
- cp (type: float) Specific heat at constant pressure (J/kg/K).
- fluid (type: string) Fluid name in the CoolProp model
- model (type: string) CoolProp model name
eos_qc
Inherits from: loi_etat_tppi_base
Class for using EOS with QC problem
Parameters:
- cp (type: float) Specific heat at constant pressure (J/kg/K).
- fluid (type: string) Fluid name in the EOS model
- model (type: string) EOS model name
eos_wc
Inherits from: loi_etat_tppi_base
Class for using EOS with WC problem
Parameters:
- cp (type: float) Specific heat at constant pressure (J/kg/K).
- fluid (type: string) Fluid name in the EOS model
- model (type: string) EOS model name