Spaces:
Runtime error
Runtime error
Franny Dean
commited on
Commit
·
ca643d4
1
Parent(s):
bee2cd1
other .0s
Browse files- .ipynb_checkpoints/app-checkpoint.py +2 -2
- app.py +2 -2
.ipynb_checkpoints/app-checkpoint.py
CHANGED
@@ -551,7 +551,7 @@ def f_nolvad(Tc, start_v, Emax, showpvloop):
|
|
551 |
N = 20
|
552 |
global Rs, Rm, Ra, Rc, Ca, Cs, Cr, Ls, Emin, Vd
|
553 |
|
554 |
-
start_pla = float(start_v*Elastance(Emax, Emin, 0, Tc))
|
555 |
start_pao = 75.
|
556 |
start_pa = start_pao
|
557 |
start_qt = 0 #aortic flow is Q_T and is 0 at ED, also see Fig5 in simaan2008dynamical
|
@@ -586,7 +586,7 @@ def get_suctionw(Tc, start_v, Emax, y00, y01, y02, y03, y04, w0, x60, ratew): #s
|
|
586 |
N = 70
|
587 |
global Rs, Rm, Ra, Rc, Ca, Cs, Cr, Ls, Emin, Vd
|
588 |
|
589 |
-
start_pla = float(start_v*Elastance(Emax, Emin, 0, Tc))
|
590 |
start_pao = 75.
|
591 |
start_pa = start_pao
|
592 |
start_qt = 0 #aortic flow is Q_T and is 0 at ED, also see Fig5 in simaan2008dynamical
|
|
|
551 |
N = 20
|
552 |
global Rs, Rm, Ra, Rc, Ca, Cs, Cr, Ls, Emin, Vd
|
553 |
|
554 |
+
start_pla = float(start_v*Elastance(Emax, Emin, 0.0, Tc))
|
555 |
start_pao = 75.
|
556 |
start_pa = start_pao
|
557 |
start_qt = 0 #aortic flow is Q_T and is 0 at ED, also see Fig5 in simaan2008dynamical
|
|
|
586 |
N = 70
|
587 |
global Rs, Rm, Ra, Rc, Ca, Cs, Cr, Ls, Emin, Vd
|
588 |
|
589 |
+
start_pla = float(start_v*Elastance(Emax, Emin, 0.0, Tc))
|
590 |
start_pao = 75.
|
591 |
start_pa = start_pao
|
592 |
start_qt = 0 #aortic flow is Q_T and is 0 at ED, also see Fig5 in simaan2008dynamical
|
app.py
CHANGED
@@ -551,7 +551,7 @@ def f_nolvad(Tc, start_v, Emax, showpvloop):
|
|
551 |
N = 20
|
552 |
global Rs, Rm, Ra, Rc, Ca, Cs, Cr, Ls, Emin, Vd
|
553 |
|
554 |
-
start_pla = float(start_v*Elastance(Emax, Emin, 0, Tc))
|
555 |
start_pao = 75.
|
556 |
start_pa = start_pao
|
557 |
start_qt = 0 #aortic flow is Q_T and is 0 at ED, also see Fig5 in simaan2008dynamical
|
@@ -586,7 +586,7 @@ def get_suctionw(Tc, start_v, Emax, y00, y01, y02, y03, y04, w0, x60, ratew): #s
|
|
586 |
N = 70
|
587 |
global Rs, Rm, Ra, Rc, Ca, Cs, Cr, Ls, Emin, Vd
|
588 |
|
589 |
-
start_pla = float(start_v*Elastance(Emax, Emin, 0, Tc))
|
590 |
start_pao = 75.
|
591 |
start_pa = start_pao
|
592 |
start_qt = 0 #aortic flow is Q_T and is 0 at ED, also see Fig5 in simaan2008dynamical
|
|
|
551 |
N = 20
|
552 |
global Rs, Rm, Ra, Rc, Ca, Cs, Cr, Ls, Emin, Vd
|
553 |
|
554 |
+
start_pla = float(start_v*Elastance(Emax, Emin, 0.0, Tc))
|
555 |
start_pao = 75.
|
556 |
start_pa = start_pao
|
557 |
start_qt = 0 #aortic flow is Q_T and is 0 at ED, also see Fig5 in simaan2008dynamical
|
|
|
586 |
N = 70
|
587 |
global Rs, Rm, Ra, Rc, Ca, Cs, Cr, Ls, Emin, Vd
|
588 |
|
589 |
+
start_pla = float(start_v*Elastance(Emax, Emin, 0.0, Tc))
|
590 |
start_pao = 75.
|
591 |
start_pa = start_pao
|
592 |
start_qt = 0 #aortic flow is Q_T and is 0 at ED, also see Fig5 in simaan2008dynamical
|