Go to the documentation of this file.
29 virtual void act()
override;
39 addJoiner(
bool at_nodes,
const std::string & material_property,
const std::string & output_name);
PorousFlowAddMaterialJoiner(const InputParameters ¶ms)
std::string _dictator_name
Name of the PorousFlowDictator.
virtual void act() override
InputParameters validParams< PorousFlowAddMaterialJoiner >()
std::vector< std::string > _already_joined
Vector of already joined materials (to avoid joining them again)
Action to programatically add PorousFlowJoiner materials without having to manually enter them in the...
bool hasJoiner(std::string property)
Helper method to determine if a PorousFLowJoiner material is already present in the input file for th...
void addJoiner(bool at_nodes, const std::string &material_property, const std::string &output_name)
Adds a PorousFlowJoiner for the given material property.