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
Copy file name to clipboardExpand all lines: minilimo/README.md
+27-6Lines changed: 27 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,32 @@
1
1
## miniLIMO setups
2
2
3
-
1.`limo_dynamic_coupled.jl`: works, dynamic morphing (damped) and then static Lie-Trotter coupling (weak) with the WK3 model.Pact max reaches 400 mmHg.
4
-
2.`limo_dynamic_kostas_single.jl`: static inflation for Kostas' project. Runs well via command line Pact arguments
5
-
3.`limo_dynamic_coupled_transient.jl`: dynamic morphing (damped) and then dynamic Lie-Trotter coupling (weak) with the WK3 model.
6
-
4.`limo_dynamic_coupled_strong.jl`: dynamic morphing (damped) and then dynamic, stronlgy coupled Lie-Trotter coupling with the WK3 model.
7
-
5.`limo_dynamic_full.jl` same as the `1`, but with the full geometry, no symmetry plane.
8
-
6.`utils`: store some repeated functions that are used across these files
3
+
### 3D–0D Windkessel-coupled beat
4
+
5
+
The four coupled scripts are named `limo_coupled_<static|dynamic>_<weak|strong>.jl`, spanning a
6
+
2×2 design space — **structure inertia** (static equilibrium vs. dynamic HHT-α with `M·ä`) ×
7
+
**coupling strength** (weak vs. strong):
8
+
9
+
||**weak** (Lie–Trotter split, black-box ODE integrator, Plv/Vlv lagged one substep) |**strong** (monolithic Newton on `(u, Plv, Pa, Pv)`, embedded implicit-Euler 0D) |
3.`limo_coupled_dynamic_strong.jl`: dynamic strongly (monolithically) coupled beat; HHT-α structure + implicit-Euler 0D as one Newton per step.
20
+
4.`limo_coupled_static_strong.jl`: static counterpart of `3` — quasi-static equilibrium + implicit-Euler 0D as one Newton (drops `M·ä`/damping, `v2 = K_eff⁻¹F_plv` with no `1−α` factor).
21
+
22
+
> Note: Godunov splitting ≡ Lie–Trotter. The genuine weak↔strong middle ground would be a
0 commit comments