Skip to content

HM simulation on a vertical slice of a 3D domain

wenqing requested to merge wenqing/ogs:vertical_slice_HM into master

This MR presents a functionality to simulate HM on a vertical slice of a 3D domain. That means the rotated mesh around the vertical axis is allow. To do this, a space dimension is calculated and set as a data of element.

To be discussed: to set the space dimension as a data of element increases a little more memory usage but avoids a tremendous change of the source code structure.

The implementation can be used for all processes using mesh rotated around vertical axis.

  1. Feature description was added to the changelog

  2. Tests covering your feature were added? A copy of HydroMechanics/Linear/Gravity with the mesh rotated: rotated_mesh_p

  3. Any new feature or behavior change was documented?

Edited by wenqing

Merge request reports