Skip to content
Snippets Groups Projects

Restart simulation capability for phase field process

Merged MostafaMollaali requested to merge MostafaMollaali/dynamic:initialStress-PhaseField into master

This merge request provides a restart simulation capability for the phase field process, allowing the simulation to be resumed from the end of a previous run by reading the stress at Gauss points.

A ctest is provided. Basically, the existing surfing benchmark is divided into two parts:

  • The first part, initial simulation, runs from time 0 to 0.5, during which the displacement, phase field at mesh nodes, and stress at Gauss points are stored in the mesh.
  • The second part, restart simulation, continues the simulation from time 0.5 to 1, using the stored data as initial conditions.

In the project file, a new computational mesh is utilized (vtu file of last time step of initial simulation), storing the stress, displacement, and phase field from the initial simulation. These values are then used as the initial conditions for the restart simulation.

<mesh>surfing_ts_10_t_0.500000.vtu</mesh>
...
<parameter>
    <name>displacement0</name>
    <type>MeshNode</type>
    <field_name>displacement</field_name>
</parameter>
<parameter>
    <name>phasefield_ic</name>
    <type>MeshNode</type>
    <field_name>phasefield</field_name>
</parameter>
....

The restart simulation runs from time 0.5 ( t_initial) to 1 (t_end). We expect the phase field and displacement at the end of this restart simulation to match those in the original surfing benchmark.

The following plot shows the initial stress at Gauss points at the start of the restart simulation, generated using the ipDataToPointCloud utility tool in OGS. The plot highlights the stress singularity at the fracture tip. Screenshot_2024-08-13_at_16.06.38

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading