idaholab / moose

Multiphysics Object Oriented Simulation Environment
https://www.mooseframework.org
GNU Lesser General Public License v2.1
1.62k stars 1.01k forks source link

How to set integrated two-step simulation #27594

Closed zzzmx-josh closed 3 weeks ago

zzzmx-josh commented 3 weeks ago

Hi there!

I'd like to conduct a two-step simulation:

Step 1: Apply a displacement in the z-direction to the mesh on the right. Use a steady-state simulation to obtain the deformed mesh and related displacement variables.

Step 2: Read the displacements from the deformed mesh for subsequent calculations. At this point, displacements are coupled with other variables, and the calculations are transient.

How can I easily achieve this simulation? Is it possible to do it in a single input file?

Thanks in advance!