19 #pragma GCC diagnostic push 20 #pragma GCC diagnostic ignored "-Woverloaded-virtual" 31 virtual std::string
fluidName()
const override;
46 ADReal & dp_de)
const override;
79 ADReal & dT_de)
const override;
133 ADReal & dcv_de)
const override;
135 using SinglePhaseFluidProperties::mu_from_v_e;
146 using SinglePhaseFluidProperties::k_from_v_e;
181 ADReal & drho_dT)
const override;
271 using SinglePhaseFluidProperties::cv_from_p_T;
350 #pragma GCC diagnostic pop virtual Real molarMass() const override
Molar mass.
virtual std::string fluidName() const override
Fluid name.
e e e e s T T T T T rho T
static const std::string cv
const Real _dp_dT_at_constant_v
derivative of pressure with respect to temperature at constant specific volume
virtual Real cv_from_v_e(Real v, Real e) const override
Isochoric specific heat from specific volume and specific internal energy.
const Real _c0
additive constant to rho(P, T) correlation
virtual Real T_from_p_h(Real p, Real h) const override
Temperature and its derivatives from pressure and specific enthalpy.
static InputParameters validParams()
virtual Real e_from_p_rho(Real p, Real rho) const override
Specific energy from pressure and density.
const Real _drho_dT
Derivative of density with respect to temperature at fixed pressure.
FlibeFluidProperties(const InputParameters ¶meters)
virtual Real cp_from_v_e(Real v, Real e) const override
Isobaric specific heat from specific volume and specific internal energy.
DualNumber< Real, DNDerivativeType, true > ADReal
Fluid properties for 2LiF-BeF2 (flibe) .
virtual Real mu_from_p_T(Real p, Real T) const override
Dynamic viscosity from pressure and temperature.
static const std::string cp
virtual Real rho_from_p_T(Real p, Real T) const override
Density from pressure and temperature.
e e e e s T T T T T rho v v T e h
virtual Real T_from_v_e(Real v, Real e) const override
Temperature from specific volume and specific internal energy.
static const std::string mu
const Real _cp
specific heat at constant pressure
const Real _p_atm
Atmospheric pressure, Pa.
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 cp_from_p_T(Real p, Real T) const override
Isobaric specific heat capacity from pressure and temperature.
const Real & _drho_dp
Derivative of density with respect to pressure at fixed temperature.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual Real v_from_p_T(Real p, Real T) const override
Specific volume from pressure and temperature.
virtual Real k_from_p_T(Real p, Real T) const override
Thermal conductivity from pressure and temperature.
virtual Real h_from_p_T(Real p, Real T) const override
Specific enthalpy from pressure and temperature.
const InputParameters & parameters() const
virtual Real k_from_v_e(Real v, Real e) const override
Thermal conductivity from specific volume and specific internal energy.
virtual Real e_from_p_T(Real p, Real T) const override
Specific internal energy 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 k
virtual Real T_from_p_rho(Real p, Real rho) const
Temperature and its derivatives from pressure and specific enthalpy.
virtual Real p_from_v_e(Real v, Real e) const override
Pressure from specific volume and specific internal energy.