21 using SinglePhaseFluidProperties::beta_from_p_T;
22 using SinglePhaseFluidProperties::cp_from_p_T;
23 using SinglePhaseFluidProperties::cv_from_p_T;
24 using SinglePhaseFluidProperties::h_from_p_T;
25 using SinglePhaseFluidProperties::k_from_p_T;
26 using SinglePhaseFluidProperties::mu_from_p_T;
27 using SinglePhaseFluidProperties::mu_from_rho_T;
28 using SinglePhaseFluidProperties::rho_from_p_T;
29 using SinglePhaseFluidProperties::T_from_p_h;
49 static const std::vector<Real>
_e_vec;
virtual Real rho_from_p_T(Real pressure, Real temperature) const override
Class that implements the equations of state for single phase liquid sodium.
static const std::vector< Real > _temperature_vec
virtual Real beta_from_p_T(Real pressure, Real temperature) const override
static const std::string temperature
virtual Real cv_from_p_T(Real pressure, Real temperature) const override
static constexpr Real _Tmax
max temperature
static constexpr Real _Tmin
min temperature
virtual Real cp_from_p_T(Real pressure, Real temperature) const override
static const std::string cp
static constexpr Real _T0
reference temperature
Common class for single phase fluid properties.
Real temperature_correction(Real &temperature) const
const Real & _p_0
reference pressure
PBSodiumFluidProperties(const InputParameters ¶meters)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
Real F_enthalpy(Real temperature) const
static const std::string pressure
const InputParameters & parameters() const
virtual Real h_from_p_T(Real pressure, Real temperature) const override
virtual Real k_from_p_T(Real pressure, Real temperature) const override
virtual Real T_from_p_h(Real pressure, Real enthalpy) const override
Real _H0
reference enthalpy
static InputParameters validParams()
static const std::vector< Real > _e_vec
virtual Real mu_from_rho_T(Real rho, Real temperature) const override
virtual Real mu_from_p_T(Real pressure, Real temperature) const override