Skip to content

[LiquidFlow] Use specific body force instead of darcy_gravity

Tom Fischer requested to merge TomFischer/ogs:LF_UseSpecificBodyForce into master

Fixes #3110 (closed).

  1. Feature description was added to the changelog
  2. Tests covering your feature were added?
  3. Any new feature or behavior change was documented?

A script transformLFGravity.sh for the transformation was prepared. It uses xmlstarlet.

Update If you don't like the minus sign in front of zero you can apply:

find -name '*prj' -exec sed -i 's/-0.0/0.0/' {} \;

Before, you should check not destroying anything important ;-)

Edited by Tom Fischer

Merge request reports