Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • O ogs
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 76
    • Issues 76
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 26
    • Merge requests 26
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Announcement: OGS Community Meeting 2022 in September

  • ogs
  • ogs
  • Merge requests
  • !3781

[PL/CT] solve reaction equation

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged renchao.lu requested to merge renchao-lu/ogs:solveReactionEquation into master Sep 14, 2021
  • Overview 6
  • Commits 11
  • Pipelines 11
  • Changes 71

In the current master, the update of the nodal concentration is through extrapolation from integration points to mesh nodes in the reaction stage. In this way, the concentration value at the nodes where the Dirichlet boundary condition is imposed cannot be kept as prescribed. Instead, the nodal concentration is updated by solving the discretized reaction equation in such a way that the Dirichlet boundary condition is forcibly satisfied.

  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 Sep 16, 2021 by renchao.lu
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: solveReactionEquation