54 std::vector<unsigned int>
_c_in;
Computes and caches flux and residual vectors for a 1-phase junction that connects flow channels that...
static InputParameters validParams()
RealVectorValue _dir_c0
Channel direction for the first connection.
std::vector< unsigned int > _c_wall
Connection index for connections that contribute to the wall pressure.
std::vector< ADReal > _areas
Areas at each connection.
virtual void initialize() override
virtual void finalize() override
const std::string & _component_name
Name of the associated component.
RealVectorValue _d_flow
Flow direction for the first connection.
const ADMaterialProperty< Real > & _p
Pressure material property.
std::vector< ADReal > _stored_pA
virtual void threadJoin(const UserObject &uo) override
std::vector< bool > _is_inlet
Check if the connection is an inlet.
virtual void computeFluxesAndResiduals(const unsigned int &c) override
Computes and stores the fluxes, the scalar residuals, and their Jacobians.
std::vector< unsigned int > _c_in
Connection index for inlet flow channel connections.
std::vector< unsigned int > _c_out
Connection index for outlet flow channel connections.
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.