Go to the documentation of this file.
18 params.addCustomTypeParam<std::string>(
19 "fp_type",
"hem-fp",
"FPType",
"Type of the fluid property object");
31 mooseError(
name(),
": molarMass is not implemented");
36 mooseError(
name(),
": criticalPressure() is not implemented");
42 mooseError(
name(),
": criticalTemperature() is not implemented");
48 mooseError(
name(),
": criticalDensity() is not implemented");
54 mooseError(
name(),
": criticalInternalEnergy() is not implemented");
60 mooseError(
name(),
": triplePointPressure() is not implemented");
66 mooseError(
name(),
": triplePointTemperature() is not implemented");
virtual Real triplePointTemperature() const
Triple point temperature.
HEMFluidProperties(const InputParameters ¶meters)
InputParameters validParams< FluidProperties >()
virtual Real criticalPressure() const
Critical pressure.
virtual Real criticalDensity() const
Critical density.
InputParameters validParams< HEMFluidProperties >()
virtual Real criticalTemperature() const
Critical temperature.
virtual Real molarMass() const
Molar mass [kg/mol].
virtual Real criticalInternalEnergy() const
Critical specific internal energy.
virtual Real triplePointPressure() const
Triple point pressure.