23 "1-phase, variable-area Euler equations");
28 "Name of fluid properties user object");
37 _p(getParam<Real>(
"p")),
51 const ADReal vel = rhouA / rhoA;
registerMooseObject("ThermalHydraulicsApp", ADBoundaryFlux3EqnGhostPressure)
DualNumber< Real, DNDerivativeType, true > ADReal
Computes boundary fluxes for the 1-D, variable-area Euler equations using a numerical flux user objec...
static InputParameters validParams()
Computes boundary flux from a specified pressure for the 1-D, 1-phase, variable-area Euler equations.
virtual std::vector< ADReal > getGhostCellSolution(const std::vector< ADReal > &U1, const Point &point) const override
Gets the solution vector in the ghost cell.
ADBoundaryFlux3EqnGhostPressure(const InputParameters ¶meters)
static InputParameters validParams()
const SinglePhaseFluidProperties & _fp
Fluid properties object.
const Real & _p
Specified pressure.
Common class for single phase fluid properties.