19 params.
set<std::string>(
"fp_type") =
"sodium-specific-fp";
21 "thermal_conductivity",
22 "Optional value for thermal conductivity that overrides interal calculations");
23 params.
addParam<Real>(
"specific_heat",
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)
registerMooseObject("FluidPropertiesApp", SodiumProperties)
static InputParameters validParams()
Properties of liquid sodium from ANL/RE-95/2 report "Thermodynamic and Transport Properties of Sodium...
SodiumProperties(const InputParameters ¶meters)
static InputParameters validParams()