Skip to content

[LiquidFlow] Use body force vector in the local assember

wenqing requested to merge wenqing/ogs:H_body_force into master

This MR replaces the current gravity term computation in LiquidFlow by using the body force vector.

These changes are for the implementation of the local assembler on arbitrarily inclined 1D or 2D element, which requires a projection of the gravitational force onto to the inclined plane, and then a mapping of the local velocity vector to the global system.

  1. Feature description was added to the changelog
  2. Tests covering your feature were added? Tested by the existing benchmarks.
  3. Any new feature or behavior change was documented?
Edited by wenqing

Merge request reports