Skip to content

[CL] Solution dependent Dirichlet boundary condition

renchao.lu requested to merge renchao-lu/ogs:ChemicalBC into master

This merge request is set to address the issue #3024 (closed) posed by Eunseon where a special Dirichlet boundary condition is needed for reactive transport modeling. Specifically, the value assigned for the Dirichlet boundary condition which is applied for the next time step needs to be updated after the chemical calculation. For a more general purpose, such a boundary condition is named as SolutionDependentDirichlet. The update of the Dirichlet boundary condition value is placed in the postTimeStep phase with the process solution of the current time step.

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

Merge request reports