22 "derivative of density with respect to pressure (at constant temperature)");
29 _drho_dp(getParam<Real>(
"drho_dp")),
34 _dp_dT_at_constant_v(-_drho_dT / _drho_dp)
47 return 41.291077435E-3;
69 Real dT_dv_at_constant_p = -1.0 / (
_drho_dT *
v *
v);
70 Real de_dv_at_constant_p = cp * dT_dv_at_constant_p -
p;
71 dp_dv = -dp_de * de_dv_at_constant_p;
78 p = SinglePhaseFluidProperties::p_from_v_e(
v, e);
86 auto cp = SinglePhaseFluidProperties::cp_from_v_e(
v, e);
87 auto dT_dv_at_constant_p = -1.0 / (
_drho_dT *
v *
v);
88 auto de_dv_at_constant_p = cp * dT_dv_at_constant_p -
p;
89 dp_dv = -dp_de * de_dv_at_constant_p;
109 return numerator / denominator;
123 Real dp_dv_at_constant_T = -1.0 / (
_drho_dp *
v *
v);
124 Real de_dv_at_constant_T = -(
p +
v * dp_dv_at_constant_T);
125 dT_dv = -dT_de * de_dv_at_constant_T;
132 T = SinglePhaseFluidProperties::T_from_v_e(
v, e);
135 auto cv = SinglePhaseFluidProperties::cv_from_v_e(
v, e);
139 auto p = SinglePhaseFluidProperties::p_from_v_e(
v, e);
140 auto dp_dv_at_constant_T = -1.0 / (
_drho_dp *
v *
v);
141 auto de_dv_at_constant_T = -(
p +
v * dp_dv_at_constant_T);
142 dT_dv = -dT_de * de_dv_at_constant_T;
198 cv = SinglePhaseFluidProperties::cv_from_v_e(
v, e);
207 return 4.0e-5 * std::exp(4170.0 / temperature);
214 return 5.0e-4 * temperature + 0.43;
225 Real pressure, Real temperature, Real &
rho, Real & drho_dp, Real & drho_dT)
const
234 const ADReal & temperature,
239 rho = SinglePhaseFluidProperties::rho_from_p_T(pressure, temperature);
258 Real pressure, Real temperature, Real &
v, Real & dv_dp, Real & dv_dT)
const
270 return cp * temperature;
275 Real pressure, Real temperature, Real & h, Real & dh_dp, Real & dh_dT)
const
290 return cp * temperature - pressure *
v;
295 Real pressure, Real temperature, Real & e, Real & de_dp, Real & de_dT)
const
299 Real
v, dv_dp, dv_dT;
300 v_from_p_T(pressure, temperature,
v, dv_dp, dv_dT);
303 de_dp = -pressure * dv_dp -
v;
307 de_dT = cp - pressure * dv_dT;
319 Real
rho, drho_dp, drho_dT;
321 return -drho_dT /
rho;
332 Real pressure, Real temperature, Real & cp, Real & dcp_dp, Real & dcp_dT)
const
349 Real pressure, Real temperature, Real & cv, Real & dcv_dp, Real & dcv_dT)
const
359 return 4.0e-5 * std::exp(4170.0 / temperature);
364 Real pressure, Real temperature, Real &
mu, Real & dmu_dp, Real & dmu_dT)
const
368 dmu_dT = -4.0e-5 * std::exp(4170.0 / temperature) * 4170.0 / (temperature * temperature);
374 return 5.0e-4 * temperature + 0.43;
379 Real pressure, Real temperature, Real & k, Real & dk_dp, Real & dk_dT)
const
DualNumber< Real, DNDerivativeType, true > ADReal
registerMooseObject("FluidPropertiesApp", FlinakFluidProperties)
Fluid properties for 0.465 LiF - 0.115 NaF - 0.42 KF (flinak) .
virtual Real rho_from_p_T(Real p, Real T) const override
Density from pressure and temperature.
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.
const Real _p_atm
Atmospheric pressure, Pa.
virtual Real molarMass() const override
Molar mass.
virtual Real cv_from_v_e(Real v, Real e) const override
Isochoric specific heat from specific volume and specific internal energy.
FlinakFluidProperties(const InputParameters ¶meters)
virtual Real e_from_p_T(Real p, Real T) const override
Specific internal energy from pressure and temperature.
virtual Real cv_from_p_T(Real p, Real T) const override
Isochoric specific heat capacity from pressure and temperature.
virtual Real T_from_v_e(Real v, Real e) const override
Temperature from specific volume and specific internal energy.
virtual Real mu_from_v_e(Real v, Real e) const override
Dynamic viscosity from specific volume and specific internal energy.
const Real _dp_dT_at_constant_v
derivative of pressure with respect to temperature at constant specific volume
virtual Real p_from_v_e(Real v, Real e) const override
Pressure from specific volume and specific internal energy.
virtual Real e_from_p_rho(Real p, Real rho) const override
Specific internal energy from pressure and density.
const Real & _drho_dp
Derivative of density with respect to pressure at fixed temperature.
virtual Real k_from_v_e(Real v, Real e) const override
Thermal conductivity from specific volume and specific internal energy.
const Real _cp
specific heat at constant pressure
virtual Real cp_from_p_T(Real p, Real T) const override
Isobaric specific heat capacity from pressure and temperature.
const Real _c0
additive constant to rho(P, T) correlation
virtual Real cp_from_v_e(Real v, Real e) const override
Isobaric specific heat from specific volume and specific internal energy.
static InputParameters validParams()
virtual Real k_from_p_T(Real p, Real T) const override
Thermal conductivity from pressure and temperature.
virtual Real T_from_p_rho(Real p, Real rho) const
Temperature from pressure and density.
const Real _drho_dT
Derivative of density with respect to temperature at fixed pressure.
virtual Real h_from_p_T(Real p, Real T) const override
Specific enthalpy from pressure and temperature.
virtual Real beta_from_p_T(Real p, Real T) const override
Thermal expansion coefficient from pressure and temperature.
virtual std::string fluidName() const override
Fluid name.
virtual Real mu_from_p_T(Real p, Real T) const override
Dynamic viscosity from pressure and temperature.
Common class for single phase fluid properties.
static InputParameters validParams()
e e e e s T T T T T rho T
e e e e s T T T T T rho v v T e h