Go to the source code of this file.
◆ validParams< PorousFlowFullySaturated >()
Definition at line 28 of file PorousFlowFullySaturated.C.
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");