www.mooseframework.org
Functions
PorousFlowFullySaturated.C File Reference

Go to the source code of this file.

Functions

 registerMooseAction ("PorousFlowApp", PorousFlowFullySaturated, "add_user_object")
 
 registerMooseAction ("PorousFlowApp", PorousFlowFullySaturated, "add_kernel")
 
 registerMooseAction ("PorousFlowApp", PorousFlowFullySaturated, "add_material")
 
 registerMooseAction ("PorousFlowApp", PorousFlowFullySaturated, "add_aux_variable")
 
 registerMooseAction ("PorousFlowApp", PorousFlowFullySaturated, "add_aux_kernel")
 
template<>
InputParameters validParams< PorousFlowFullySaturated > ()
 

Function Documentation

◆ registerMooseAction() [1/5]

registerMooseAction ( "PorousFlowApp"  ,
PorousFlowFullySaturated  ,
"add_aux_kernel"   
)

◆ registerMooseAction() [2/5]

registerMooseAction ( "PorousFlowApp"  ,
PorousFlowFullySaturated  ,
"add_aux_variable"   
)

◆ registerMooseAction() [3/5]

registerMooseAction ( "PorousFlowApp"  ,
PorousFlowFullySaturated  ,
"add_kernel"   
)

◆ registerMooseAction() [4/5]

registerMooseAction ( "PorousFlowApp"  ,
PorousFlowFullySaturated  ,
"add_material"   
)

◆ registerMooseAction() [5/5]

registerMooseAction ( "PorousFlowApp"  ,
PorousFlowFullySaturated  ,
"add_user_object"   
)

◆ validParams< PorousFlowFullySaturated >()

template<>
InputParameters validParams< PorousFlowFullySaturated > ( )

Definition at line 28 of file PorousFlowFullySaturated.C.

29 {
30  InputParameters params = validParams<PorousFlowSinglePhaseBase>();
31  params.addClassDescription(
32  "Adds Kernels and fluid-property Materials necessary to simulate a "
33  "single-phase fully-saturated flow problem. Full-upwinding of fluid flow is not available "
34  "in this Action, so the results may differ slightly from the Unsaturated Action. However KT "
35  "stabilization may be employed for both the fluid and any heat flow. No Kernels for "
36  "diffusion and dispersion of "
37  "fluid components are added. To run a simulation you will also "
38  "need to provide various other Materials for each mesh "
39  "block, depending on your simulation type, viz: permeability, "
40  "porosity, elasticity tensor, strain calculator, stress calculator, "
41  "matrix internal energy, thermal conductivity, diffusivity");
42  return params;
43 }
validParams< PorousFlowSinglePhaseBase >
InputParameters validParams< PorousFlowSinglePhaseBase >()
Definition: PorousFlowSinglePhaseBase.C:18