11 #include "libmesh/utility.h" 50 return -7.301e-6 * Utility::pow<2>(
T) + 0.02716 *
T + 6.308;
57 dk_dT = -1.4602e-5 *
T + 0.02716;
63 return -4.454e-5 * Utility::pow<2>(
T) - 0.4297 *
T + 8089.4;
70 drho_dT = -8.908e-5 *
T - 0.4297;
ThermalSS316Properties(const InputParameters ¶meters)
virtual Real rho_from_T(const Real &T) const override
virtual Real k_from_T(const Real &T) const override
Common class for solid properties that are a function of temperature.
static InputParameters validParams()
Stainless steel alloy 316 thermal solid properties as a function of temperature.
static const std::string cp
registerMooseObject("SolidPropertiesApp", ThermalSS316Properties)
virtual Real cp_from_T(const Real &T) const override
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual Real cp_integral(const Real &T) const override
static const std::string k
static InputParameters validParams()