loi_etat_tppi_base
Basic class for thermo-physical properties interface (TPPI) used for dilatable problems
Usable keywords (pick one): coolprop_qc, coolprop_wc, eos_qc, eos_wc
coolprop_qc
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
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
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
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