This optional parameter indicates whether the porosity and transport porosity should be initialized from the medium properties porosity
and transport_porosity
, respectively.
This initialization is desired in almost all cases with one notable exception: simulation restart when a non-constant porosity model is used, e.g. with PorosityFromMassBalance or TransportPorosityFromMassBalance.
In such a restart case simply set this parameter to false
.
Additional info
From ProcessLib/TH2M/CreateTH2MProcess.cpp line 228
- This is an optional parameter.
- This parameter has a default value of
true
.
- Expanded tag path: processes.process.THERMO_RICHARDS_MECHANICS.initialize_porosity_from_medium_property
- Go to source code: → ogs/ogs/master
From ProcessLib/ThermoRichardsMechanics/CreateThermoRichardsMechanicsProcess.cpp line 186
- This is an optional parameter.
- This parameter has a default value of
true
.
- Expanded tag path: processes.process.THERMO_RICHARDS_MECHANICS.initialize_porosity_from_medium_property
- Go to source code: → ogs/ogs/master
Used in the following test data files
Used in no end-to-end test cases.