19 "Computes mass flow rate from specified mass flux and subchannel cross-sectional " 20 "area. Can read either PostprocessorValue or Real");
23 "mass_flux",
"The postprocessor or Real to use for the value of mass_flux");
29 _mass_flux(getPostprocessorValue(
"mass_flux")),
30 _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
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
static InputParameters validParams()
SCMMassFlowRateAux(const InputParameters ¶meters)
const VariableValue & _area
Cross-sectional area.