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 97
    • Issues 97
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 39
    • Merge requests 39
  • 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
  • !3538

Time dependent excavation

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Dmitry Yu. Naumov requested to merge endJunction/ogs:TimeDependentExcavation into master Mar 23, 2021
  • Overview 27
  • Commits 15
  • Pipelines 9
  • Changes 60+

Extending the currently time interval controlled subdomain deactivation by fine grained time curve control.

Review commit-wise.

A little cleanup in the beginning, then changing time intervals to curves. At the end introducing curves and line segments for the fine grained control.

The test is testing both features (time intervals and time curves with line segments) simultaneously, first, a tunnel is "excavated" at once (time interval), then back-filled slowly using time curves.

The following curve shows development of the vertical displacement over time:

  • t \in [0, 0.5] --- no excavation, just verification of initial stress (no displacement <=> equilibrium).
  • t \in (0.5, 1] --- large excavation of whole domain with material id 1.
  • t \in (1, t_{\rm end}] -- slow back-filling of the tunnel over time with two different velocities. displacement_z_over_time
  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 Mar 31, 2021 by Dmitry Yu. Naumov
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: TimeDependentExcavation