19 params.
addRequiredParam<Real>(
"rhou",
"Prescribed momentum density [kg/(m^2-s)]");
20 params.
addRequiredParam<Real>(
"H",
"Prescribed specific total enthalpy [J/kg]");
21 params.
addParam<
bool>(
"reversible",
false,
"True for reversible, false (default) for pure inlet");
22 params.
addClassDescription(
"Boundary condition with prescribed stagnation enthalpy and momentum "
23 "for 1-phase flow channels.");
38 logError(
"This component does not work with rDG, yet.");
registerMooseObject("ThermalHydraulicsApp", InletStagnationEnthalpyMomentum1Phase)
void logError(Args &&... args) const
Logs an error.
Base class for boundary components connected to FlowChannel1Phase components.
virtual void check() const override
Check the component integrity.
static InputParameters validParams()
Boundary condition with prescribed stagnation enthalpy and momentum for 1-phase flow channels.
InletStagnationEnthalpyMomentum1Phase(const InputParameters ¶ms)
virtual void addMooseObjects() override
virtual void check() const override
Check the component integrity.
static InputParameters validParams()