aspect icon indicating copy to clipboard operation
aspect copied to clipboard

Fixes for Darcy flow advection method

Open jdannberg opened this issue 2 years ago • 2 comments

There are a number of features that should be added to make the new Darcy flow method work correctly with a number of different tptions:

  • [x] Add a section in the manual that explains the equations, why this is useful, and what the limitations are.
  • [x] Adapt the time step according to the Darcy velocity (source/time_stepping/convection_time_step.cc)
  • [ ] Make sure we take this velocity into account when setting boundary conditions (function replace_outflow_boundary_ids in helper_functions.cc)
  • [x] would a graphical output of u_f be useful?

jdannberg avatar May 22 '22 01:05 jdannberg

Manual section added in PR #4769

danieldouglas92 avatar May 22 '22 22:05 danieldouglas92