19 #pragma GCC diagnostic push 20 #pragma GCC diagnostic ignored "-Woverloaded-virtual" 31 virtual std::string
fluidName()
const override;
56 ADReal & dp_de)
const override;
81 ADReal & dT_de)
const override;
144 ADReal & dcv_de)
const override;
146 using SinglePhaseFluidProperties::mu_from_v_e;
157 using SinglePhaseFluidProperties::k_from_v_e;
192 ADReal & drho_dT)
const override;
265 using SinglePhaseFluidProperties::beta_from_p_T;
295 using SinglePhaseFluidProperties::cv_from_p_T;
374 #pragma GCC diagnostic pop const Real _p_atm
Atmospheric pressure, Pa.
virtual Real h_from_p_T(Real p, Real T) const override
Specific enthalpy from pressure and temperature.
e e e e s T T T T T rho T
static const std::string cv
virtual Real T_from_p_rho(Real p, Real rho) const
Temperature from pressure and density.
virtual Real cv_from_p_T(Real p, Real T) const override
Isochoric specific heat capacity from pressure and temperature.
FlinakFluidProperties(const InputParameters ¶meters)
virtual Real cv_from_v_e(Real v, Real e) const override
Isochoric specific heat 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.
static InputParameters validParams()
virtual Real cp_from_p_T(Real p, Real T) const override
Isobaric specific heat capacity from pressure and temperature.
static const std::string temperature
DualNumber< Real, DNDerivativeType, true > ADReal
virtual Real beta_from_p_T(Real p, Real T) const override
Thermal expansion coefficient from pressure and temperature.
const Real _cp
specific heat at constant pressure
static const std::string cp
virtual std::string fluidName() const override
Fluid name.
e e e e s T T T T T rho v v T e h
virtual Real T_from_p_h(Real p, Real h) const override
Temperature from pressure and specific enthalpy.
virtual Real v_from_p_T(Real p, Real T) const override
Specific volume from pressure and temperature.
virtual Real e_from_p_rho(Real p, Real rho) const override
Specific internal energy from pressure and density.
const Real _drho_dT
Derivative of density with respect to temperature at fixed pressure.
static const std::string mu
Common class for single phase fluid properties.
virtual Real mu_from_v_e(Real v, Real e) const override
Dynamic viscosity 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.
virtual Real p_from_v_e(Real v, Real e) const override
Pressure from specific volume and specific internal energy.
const Real & _drho_dp
Derivative of density with respect to pressure at fixed temperature.
Fluid properties for 0.465 LiF - 0.115 NaF - 0.42 KF (flinak) .
virtual Real e_from_p_T(Real p, Real T) const override
Specific internal energy from pressure and temperature.
const Real _dp_dT_at_constant_v
derivative of pressure with respect to temperature at constant specific volume
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
static const std::string pressure
virtual Real rho_from_p_T(Real p, Real T) const override
Density from pressure and temperature.
virtual Real k_from_p_T(Real p, Real T) const override
Thermal conductivity from pressure and temperature.
const InputParameters & parameters() const
const Real _c0
additive constant to rho(P, T) correlation
virtual Real molarMass() const override
Molar mass.
virtual Real mu_from_p_T(Real p, Real T) const override
Dynamic viscosity from pressure and temperature.
virtual Real cp_from_v_e(Real v, Real e) const override
Isobaric specific heat from specific volume and specific internal energy.
static const std::string k