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