15 #include "default_data_store.hh" 16 #include "thermophysical_properties.hh" 21 #pragma GCC diagnostic push 22 #pragma GCC diagnostic ignored "-Woverloaded-virtual" 46 virtual std::string
fluidName()
const override;
149 virtual void h_from_p_T(Real
p, Real
T, Real &
h, Real & dh_dp, Real & dh_dT)
const override;
169 virtual void e_from_p_T(Real
p, Real
T, Real &
h, Real & dh_dp, Real & dh_dT)
const override;
185 #ifdef SALINE_ENABLED 186 saline::Default_Data_Store
_d;
189 saline::Thermophysical_Properties
_tp;
195 #pragma GCC diagnostic pop e e e e s T T T T T rho T
virtual Real cp_from_p_T(Real pressure, Real temperature) const override
Isobaric specific heat capacity from pressure and temperature.
saline::Default_Data_Store _d
Saline DataStore object.
virtual Real mu_from_p_T(Real pressure, Real temperature) const override
Dynamic viscosity from pressure and temperature.
virtual Real h_from_p_T(Real p, Real T) const override
Specific enthalpy from pressure and temperature.
static constexpr Real kg_to_g
static constexpr Real m_to_cm
SalineMoltenSaltFluidProperties(const InputParameters ¶meters)
virtual Real k_from_p_T(Real pressure, Real temperature) const override
Thermal conductivity from pressure and temperature.
virtual Real T_from_p_h(Real p, Real h) const override
Temperature from pressure and specific enthalpy.
const Real _fd_size
The relative finite differencing step size.
static const std::string temperature
virtual Real rho_from_p_T(Real pressure, Real temperature) const override
Density from pressure and temperature.
static constexpr Real kPa_to_Pa
static constexpr Real N_to_mN
static const std::string cp
e e e e s T T T T T rho v v T e h
saline::Thermophysical_Properties _tp
Saline interface to fluid properties.
static const std::string mu
std::string _fluid_name
Name of the fluid.
static constexpr Real cm_to_m
Common class for single phase fluid properties.
static InputParameters validParams()
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
static constexpr Real Pa_to_kPa
static constexpr Real g_to_kg
static const std::string pressure
virtual Real e_from_p_T(Real p, Real T) const override
Specific energy from pressure and temperature.
const InputParameters & parameters() const
static constexpr Real mN_to_N
static const std::string k
virtual std::string fluidName() const override
Fluid name.