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

Go to the source code of this file.

Classes

class  PorousFlowFullySaturated
 Action for simulation involving a single phase fully saturated fluid. More...
 

Functions

template<>
InputParameters validParams< PorousFlowFullySaturated > ()
 

Function Documentation

◆ 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