Go to the source code of this file.
|
| 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 > () |
|
◆ registerMooseAction() [1/5]
◆ registerMooseAction() [2/5]
◆ registerMooseAction() [3/5]
◆ registerMooseAction() [4/5]
◆ registerMooseAction() [5/5]
◆ 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");