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
  • !3738

[TM] Fixed integration point (IP) data IO for restart computation

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged wenqing requested to merge wenqing/ogs:ip_data_io_fix_TM into master Aug 06, 2021
  • Overview 5
  • Commits 3
  • Pipelines 7
  • Changes 3

Fixed two issues in restart computation in TM:

  1. missed transpose of Kelvin vector type IP data for output, which is the same issue in THM found by @endJunction. This issue exits in M, HM, THM, which will be fixed by process wise.

  2. the input IP data of eps, eps_m should be assigned to eps_prev, eps_m_prev in order to use the correct thermal strain of the previous computation. In other processes that are related T and M, IP data eps, eps_m are not considered for restart computation, which loses a tiny accuracy in thermal strain increment of the first time step. This will be fixed by process wise too.

  3. missed setting sigma_prev = sigma after reading sigma, the IP stress data.

  4. Feature description was added to the changelog

  5. Tests covering your feature were added?

  6. Any new feature or behavior change was documented?

Edited Sep 07, 2021 by wenqing
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: ip_data_io_fix_TM