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.");
static InputParameters validParams()
virtual void check() const override
Check the component integrity.
registerMooseObject("ThermalHydraulicsApp", InletStagnationEnthalpyMomentum1Phase)
InletStagnationEnthalpyMomentum1Phase(const InputParameters ¶ms)
void logError(Args &&... args) const
Logs an error.
virtual void addMooseObjects() override
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
static InputParameters validParams()
virtual void check() const override
Check the component integrity.
Boundary condition with prescribed stagnation enthalpy and momentum for 1-phase flow channels...
Base class for boundary components connected to FlowChannel1Phase components.