www.mooseframework.org
Functions
PorousFlowTemperature.C File Reference

Go to the source code of this file.

Functions

 registerMooseObject ("PorousFlowApp", PorousFlowTemperature)
 
template<>
InputParameters validParams< PorousFlowTemperature > ()
 

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "PorousFlowApp"  ,
PorousFlowTemperature   
)

◆ validParams< PorousFlowTemperature >()

template<>
InputParameters validParams< PorousFlowTemperature > ( )

Definition at line 16 of file PorousFlowTemperature.C.

17 {
18  InputParameters params = validParams<PorousFlowMaterial>();
19  params.addCoupledVar("temperature", 20.0, "Fluid temperature variable");
20  params.addPrivateParam<std::string>("pf_material_type", "temperature");
21  params.addClassDescription("Material to provide temperature at the quadpoints or nodes and "
22  "derivatives of it with respect to the PorousFlow variables");
23  return params;
24 }
validParams< PorousFlowMaterial >
InputParameters validParams< PorousFlowMaterial >()
Definition: PorousFlowMaterial.C:16