19 #pragma GCC diagnostic push 20 #pragma GCC diagnostic ignored "-Woverloaded-virtual" 31 virtual std::string
fluidName()
const override;
66 ADReal & dp_de)
const override;
101 ADReal & dT_de)
const override;
112 using SinglePhaseFluidProperties::c_from_v_e;
164 using SinglePhaseFluidProperties::mu_from_v_e;
175 using SinglePhaseFluidProperties::k_from_v_e;
186 using SinglePhaseFluidProperties::beta_from_p_T;
222 ADReal & drho_dT)
const override;
351 using SinglePhaseFluidProperties::e_from_T_v;
359 ADReal & de_dv)
const override;
361 using SinglePhaseFluidProperties::p_from_T_v;
365 using SinglePhaseFluidProperties::e_from_p_rho;
376 #pragma GCC diagnostic pop
Fluid properties for helium .
virtual Real molarMass() const override
Molar mass.
e e e e s T T T T T rho T
static const std::string cv
virtual Real rho_from_p_T(Real p, Real T) const override
Density from pressure and temperature.
virtual Real p_from_v_e(Real v, Real e) const override
Pressure from specific volume and specific internal energy.
virtual Real T_from_p_h(Real p, Real h) const override
Temperature from pressure and specific enthalpy.
const Real _cp
specific heat at constant pressure
virtual Real cv_from_v_e(Real v, Real e) const override
Isochoric specific heat from specific volume and specific internal energy.
virtual Real k_from_v_e(Real v, Real e) const override
Thermal conductivity from specific volume and specific internal energy.
const Real _cv
specific heat at constant volume
virtual Real cp_from_v_e(Real v, Real e) const override
Isobaric specific heat from specific volume and specific internal energy.
Real e_from_T_v(Real T, Real) const override
DualNumber< Real, DNDerivativeType, true > ADReal
Real p_from_T_v(Real T, Real v) const override
virtual Real e_from_p_T(Real p, Real T) const override
Specific internal energy from pressure and temperature.
virtual Real beta_from_p_T(Real p, Real T) const override
Thermal expansion coefficient from pressure and temperature.
HeliumFluidProperties(const InputParameters ¶meters)
static const std::string cp
e e e e s T T T T T rho v v T e h
virtual Real mu_from_p_T(Real p, Real T) const override
Dynamic viscosity from pressure and temperature.
virtual Real mu_from_v_e(Real v, Real e) const override
Dynamic viscosity from specific volume and specific internal energy.
static const std::string mu
Real e_from_p_rho(Real p, Real rho) const override
virtual Real cv_from_p_T(Real p, Real T) const override
Isochoric specific heat capacity from pressure and temperature.
Common class for single phase fluid properties.
virtual Real c_from_v_e(Real v, Real e) const override
Speed of sound from specific volume and specific internal energy.
virtual Real T_from_v_e(Real v, Real e) const override
Temperature from specific volume and specific internal energy.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual Real h_from_p_T(Real p, Real T) const override
Specific enthalpy from pressure and temperature.
virtual Real cp_from_p_T(Real p, Real T) const override
Isobaric specific heat capacity from pressure and temperature.
const InputParameters & parameters() const
virtual Real k_from_p_T(Real p, Real T) const override
Thermal conductivity from pressure and temperature.
static const std::string k
static InputParameters validParams()
virtual std::string fluidName() const override
Fluid name.