19 params.
addRequiredParam<Real>(
"mass_flow",
"Specified total mass flow at the inlet [kg/s]");
26 _mass_flow(getParam<Real>(
"mass_flow")),
registerMooseObject("SubChannelApp", SCMFlatMassFlowRateAux)
static InputParameters validParams()
Computes a uniform mass flow rate at the inlet provided a total mass flow rate.
const SubChannelMesh & _subchannel_mesh
Geometry information.
static InputParameters validParams()
SCMFlatMassFlowRateAux(const InputParameters ¶meters)
virtual Real computeValue() override
const Real & _mass_flow
Specified mass flow.
Base class for subchannel meshes.
virtual unsigned int getNumOfChannels() const =0
Return the number of channels per layer.