Skip to content
GitLab
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 98
    • Issues 98
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 40
    • Merge requests 40
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and 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
  • ogsogs
  • ogs
  • Merge requests
  • !4226

Fixed setting the previous temperature value in the OGS MFront interface

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Christoph Lehmann requested to merge chleh/ogs:fix-mfront-prev-state-setting into master Aug 01, 2022
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

This MR fixes only a small typo. However, that typo might affect all simulations of OGS with MFront behaviours that use temperature dependent MFront behaviours!

Before this MR the temperature T was always 0 (wrong) in the MFront behaviour and dT was current T - 0 (wrong). But T + dT = current T (right). So if your MFront behaviours use T or dT separately, you are affected, but if they use only T + dT you are probably lucky.

  • Feature description was added to the changelog
Edited Aug 01, 2022 by Christoph Lehmann
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix-mfront-prev-state-setting