20 params.
addParam<
bool>(
"add_wall_temperature_property",
22 "If true, create a material property for the wall temperature (average if " 23 "multiple heat transfers)");
24 params.
addClassDescription(
"No 1-phase closures. Useful for testing with one-time correlations.");
30 if (getParam<bool>(
"add_wall_temperature_property"))
31 mooseDeprecated(
"'Closures1PhaseNone' is deprecated. Since 'add_wall_temperature_property' was " 32 "set to 'true', change the type of the 'Closures1PhaseNone' object to " 33 "'WallTemperature1PhaseClosures'.");
36 "'Closures1PhaseNone' is deprecated. The 'closures' parameter now takes an arbitrary-sized " 37 "list of closures objects, defaulting to an empty list, so to transition, delete the " 38 "'Closures1PhaseNone' block and the 'closures' parameter from your input file.");
55 if (getParam<bool>(
"add_wall_temperature_property"))
void mooseDeprecated(Args &&... args) const
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.
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.
Sets up no 1-phase closures.
Base class for heat transfer connections.
Base class for 1-phase closures.
registerMooseObject("ThermalHydraulicsApp", Closures1PhaseNone)
virtual void checkHeatTransfer(const HeatTransferBase &heat_transfer, const FlowChannelBase &flow_channel) const override
Checks for errors associated with a heat transfer component.
virtual void addMooseObjectsHeatTransfer(const HeatTransferBase &heat_transfer, const FlowChannelBase &flow_channel) override
Adds MOOSE objects associated with a heat transfer component.
virtual void addMooseObjectsFlowChannel(const FlowChannelBase &flow_channel) override
Adds MOOSE objects associated with a flow channel component.
static InputParameters validParams()
bool getTemperatureMode() const
Gets temperature mode flag.
Closures1PhaseNone(const InputParameters ¶ms)
virtual void checkFlowChannel(const FlowChannelBase &flow_channel) const override
Checks for errors associated with a flow channel component.