30 _T_func(getParam<FunctionName>(
"T"))
38 std::string class_name =
"ADFunctionDirichletBC";
41 pars.
set<std::vector<BoundaryName>>(
"boundary") =
_boundary;
registerMooseObject("ThermalHydraulicsApp", HSBoundarySpecifiedTemperature)
THMProblem & getTHMProblem() const
Gets the THM problem.
Factory & _factory
The Factory associated with the MooseApp.
virtual void addBoundaryCondition(const std::string &bc_name, const std::string &name, InputParameters ¶meters)
InputParameters getValidParams(const std::string &name) const
Boundary condition to set a specified value of temperature in a heat structure.
const FunctionName & _T_func
The function prescribing the temperature at the boundary.
static InputParameters validParams()
virtual void addMooseObjects() override
HSBoundarySpecifiedTemperature(const InputParameters ¶ms)
Base class for heat structure boundary components.
const std::vector< BoundaryName > & _boundary
Boundary names for which the boundary component applies.
static InputParameters validParams()
static const std::string TEMPERATURE
std::string genName(const std::string &prefix, unsigned int id, const std::string &suffix="") const
Build a name from a prefix, number and possible suffix.