DualNumber< Real, DNDerivativeType, true > ADReal
Base class for computing numerical fluxes for FlowModelSinglePhase.
Computes and caches flux and residual vectors for a 1-phase volume junction.
Common class for single phase fluid properties.
Applies a flux to the volume junction for VolumeJunctionCoupledFlux1Phase.
virtual ADReal computeQpResidual() override
const RealVectorValue & _normal_from_junction
Normal vector from the junction to the other application.
const RealVectorValue _normal_to_junction
Normal vector to the junction from the other application.
const unsigned int _equation_index
Index within local system of the equation upon which this object acts.
const ADVolumeJunction1PhaseUserObject & _volume_junction_uo
Volume junction user object.
const PostprocessorValue & _T
Temperature.
static InputParameters validParams()
const ADNumericalFlux3EqnBase & _numerical_flux_uo
Numerical flux user object.
const Real _A_coupled
Coupled area between junction and other application.
const PostprocessorValue & _p
Pressure.
const SinglePhaseFluidProperties & _fp
Fluid properties.