49 for (
unsigned int i = 0; i < n_ht_connections; i++)
virtual void addMooseObjectsHeatTransfer(const HeatTransferBase &heat_transfer, const FlowChannelBase &flow_channel) override
Adds MOOSE objects associated with a heat transfer component.
unsigned int getNumberOfHeatTransferConnections() const
Gets the number of heat transfer connections.
static InputParameters validParams()
A base class for flow channels.
void addAverageWallTemperatureMaterial(const FlowChannel1Phase &flow_channel) const
Adds average wall temperature material.
WallTemperature1PhaseClosures(const InputParameters ¶ms)
virtual void addMooseObjectsFlowChannel(const FlowChannelBase &flow_channel) override
Adds MOOSE objects associated with a flow channel component.
void addWallTemperatureFromAuxMaterial(const FlowChannelBase &flow_channel, unsigned int i=0) const
Adds a material for wall temperature from an aux variable.
Single-component, single-phase flow channel.
registerMooseObject("ThermalHydraulicsApp", WallTemperature1PhaseClosures)
Base class for heat transfer connections.
Adds wall temperature material for single-phase flow.
Base class for 1-phase closures.
bool getTemperatureMode() const
Gets temperature mode flag.
virtual void checkFlowChannel(const FlowChannelBase &flow_channel) const override
Checks for errors associated with a flow channel component.
virtual void checkHeatTransfer(const HeatTransferBase &heat_transfer, const FlowChannelBase &flow_channel) const override
Checks for errors associated with a heat transfer component.
static InputParameters validParams()