Base class for 1-phase closures.
const WallHTCClosureType _wall_htc_closure
Wall heat transfer coefficient closure.
virtual void checkHeatTransfer(const HeatTransferBase &heat_transfer, const FlowChannelBase &flow_channel) const override
Checks for errors associated with a heat transfer component.
void addWallFFMaterial(const FlowChannel1Phase &flow_channel) const
Adds material that computes wall friction factor.
void addWallHTCMaterial(const FlowChannel1Phase &flow_channel, unsigned int i) const
Adds wall heat transfer coefficient material.
WallHTCClosureType
Fluid heat transfer coefficient closure type.
virtual void addMooseObjectsHeatTransfer(const HeatTransferBase &, const FlowChannelBase &) override
Adds MOOSE objects associated with a heat transfer component.
WallFFClosureType
Fluid friction factor closure type.
const WallFFClosureType _wall_ff_closure
Wall friction factor closure.
static InputParameters validParams()
virtual void addMooseObjectsFlowChannel(const FlowChannelBase &flow_channel) override
Adds MOOSE objects associated with a flow channel component.
virtual void checkFlowChannel(const FlowChannelBase &flow_channel) const override
Checks for errors associated with a flow channel component.
Single-component, single-phase flow channel.
A base class for flow channels.
Base class for heat transfer connections.