You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @alemelis I'm interested in performing a steady-state simulation using OpenBF. Could you please let me know if the tutorial for steady-state simulation is available?
I haven't wrote a tutorial (yet..) but it very simple. In short, just create an inlet file as following
0.0 1e-8
0.5 1e-6
1.0 1e-4
10.0 1e-4
this is a simple piecewise function which uses the first second of the simulation to get from a very small flow (1e-8 ml/s) to the nominal steady state flow (1e-4 ml/s). Then you can set the cardiac period to 10 seconds in the config.yaml and run for a single cycle. This effectively fakes a steady state simulation and your result will be represented by the last time step in the entire simulation.
Write a tutorial for steady state simulations
The text was updated successfully, but these errors were encountered: