www.mooseframework.org
Classes | Functions
PorousFlowAddMaterialAction.h File Reference

Go to the source code of this file.

Classes

class  PorousFlowAddMaterialAction
 Action to automatically ensure that PorousFlowMaterials are correctly evaluated at either the qps, nodes, or both. More...
 

Functions

template<>
InputParameters validParams< PorousFlowAddMaterialAction > ()
 

Function Documentation

◆ validParams< PorousFlowAddMaterialAction >()

template<>
InputParameters validParams< PorousFlowAddMaterialAction > ( )

Definition at line 28 of file PorousFlowAddMaterialAction.C.

29 {
30  InputParameters params = validParams<Action>();
31  params.addClassDescription(
32  "Makes sure that the correct nodal and/or qp materials are added for each property");
33  return params;
34 }