23 "Computes mass flow rate from specified mass flux and subchannel cross-sectional " 24 "area. Can read either PostprocessorValue or Real");
27 "mass_flux",
"The postprocessor or Real to use for the value of mass_flux");
33 _mass_flux(getPostprocessorValue(
"mass_flux")),
34 _area(coupledValue(
"area"))
Computes mass float rate from specified uniform mass flux and cross-sectional area.
static InputParameters validParams()
const PostprocessorValue & _mass_flux
Mass flux provided by postprocessor.
registerMooseObject("SubChannelApp", SCMMassFlowRateAux)
virtual Real computeValue() override
registerMooseObjectRenamed("SubChannelApp", MassFlowRateAux, "06/30/2025 24:00", SCMMassFlowRateAux)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
static InputParameters validParams()
SCMMassFlowRateAux(const InputParameters ¶meters)
const VariableValue & _area
Cross-sectional area.