-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
Description
As a way to deal with #96, I created the following workflow:
- Run a 0D simulation with coronary BCs for
nsteptime steps until it reaches a periodic state - Project 0D solution to 3D and generate
restart.0.1file - Generate
*HistCOR.dat.nstepfiles from the history of the 0D solution - Run 3D simulation for one time step to generate
restart.0.*files for each processor - Rename
restart.0.*files torestart.nstep.* - Restart 3D simulation at time step
nstep - Have perfectly initialized simulation with coronary BCs
... - Profit
My goal is thus to provide svSolver with initial conditions for flow and pressure and tricking it into thinking I'm restarting a simulation with coronary BCs at time step nstep with the history provided in *HistCOR.dat.nstep.
Unfortunately, whenever I run step 6, svSolver starts computing time step 1 and not time step nstep. I've uploaded my project here. @ktbolt Can you check if I'm doing something dumb that prevents me from restarting at the chosen time step? Thank you!!