Skip to content

Establishing gravity for ThermoHydroMechanics process

yezhigangzju requested to merge yezhigangzju/ogs:THM_GRAVITY into master

The source code of gravity for ThermoHydroMechanics process was introduced to easily establish initial stresses and pore water pressure for specific cases.

  1. A file named "..\ogs\Tests\Data\ThermoHydroMechanics\Linear\InitialStates_flow_gravity" was established based on "..\ogs\Tests\Data\HydroMechanics\Linear\Gravity\flow_gravity.prj" and "..\ogs\Tests\Data\Mechanics\InitialStates\equilibrium_restart.prj" files.
  2. For convenience, "flux_in" in "..\flow_gravity.prj" and "top_load" in "..\equilibrium_restart.prj" were ignored.
  3. Both "..\flow_gravity.prj" and "..\equilibrium_restart.prj" files were included to verify the code.

Merge request reports