19 params.
addClassDescription(
"Apply a distributed form loss over a 1-phase flow channel computed "
20 "by an external application.");
43 const std::string class_name =
"ADCoupledVariableValueMaterial";
46 params.
set<MaterialPropertyName>(
"prop_name") =
"K_prime";
THMProblem & getTHMProblem() const
Gets the THM problem.
Factory & _factory
The Factory associated with the MooseApp.
virtual void addMaterial(const std::string &material_name, const std::string &name, InputParameters ¶meters)
InputParameters getValidParams(const std::string &name) const
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.
void addSimVariable(bool nl, const VariableName &name, libMesh::FEType fe_type, Real scaling_factor=1.0)
Queues a variable of type MooseVariableScalar to be added to the nonlinear or aux system.