19 params.
set<std::string>(
"fp_type") =
"sodium-specific-fp";
21 "thermal_conductivity",
22 "Optional value for thermal conductivity that overrides interal calculations");
24 "Optional value for specific heat that overrides interal calculations");
30 _k(isParamValid(
"thermal_conductivity") ? getParam<
Real>(
"thermal_conductivity") : 0.0),
31 _cp(isParamValid(
"specific_heat") ? getParam<
Real>(
"specific_heat") : 0.0)
static InputParameters validParams()
SodiumProperties(const InputParameters ¶meters)
registerMooseObject("FluidPropertiesApp", SodiumProperties)
Properties of liquid sodium from ANL/RE-95/2 report "Thermodynamic and Transport Properties of Sodium...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
static InputParameters validParams()