Go to the source code of this file.
|
class | PorousFlowJoiner |
| Material designed to form a std::vector of property and derivatives of these wrt the nonlinear variables from the individual phase properties. More...
|
|
◆ validParams< PorousFlowJoiner >()
Definition at line 17 of file PorousFlowJoiner.C.
20 params.addRequiredParam<std::string>(
"material_property",
21 "The property that you want joined into a std::vector");
22 params.set<std::string>(
"pf_material_type") =
"joiner";
23 params.addClassDescription(
"This Material forms a std::vector of properties, old properties "
24 "(optionally), and derivatives, out of the individual phase "