14 #pragma GCC diagnostic push 15 #pragma GCC diagnostic ignored "-Woverloaded-virtual" 35 virtual std::string
fluidName()
const override;
79 #pragma GCC diagnostic pop static InputParameters validParams()
Real T_from_p_rho(Real pressure, Real density) const
e e e e s T T T T T rho T
NaK fluid properties as a function of pressure (Pa) and temperature (K).
virtual Real k_from_p_T(Real pressure, Real temperature) const override
virtual Real molarMass() const override
Molar mass [kg/mol].
static const std::string density
virtual ~NaKFluidProperties()
static const std::string temperature
static const std::string cp
e e e e s T T T T T rho v v T e h
const Real _MNaK
NaK molar mass (kg/mol)
static const std::string mu
Common class for single phase fluid properties.
virtual Real cp_from_p_T(Real pressure, Real temperature) const override
NaKFluidProperties(const InputParameters ¶meters)
virtual Real h_from_p_T(Real pressure, Real temperature) const override
virtual Real T_from_p_h(Real pressure, Real enthalpy) const override
Real _Nk
K molar fraction.
virtual std::string fluidName() const override
Fluid name.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual Real mu_from_p_T(Real p, Real T) const override
virtual Real e_from_p_T(Real pressure, Real temperature) const override
static const std::string pressure
virtual Real rho_from_p_T(Real pressure, Real temperature) const override
const InputParameters & parameters() const
virtual Real e_from_p_rho(Real pressure, Real density) const override
static const std::string k
virtual Real cv_from_p_T(Real pressure, Real temperature) const override