These defaults are based on values given in Buxton et al. (1998) and Friston et al. (2003).
Definition at line 20 of file FlowBalloonModelDefaults.hpp.
Static Public Attributes | |
| static const double | V_0 = 0.01 |
; volume of the venous compartment at rest. | |
| static const double | E_0 = 0.4 |
; oxygen extraction rate of the venous compartment at rest. | |
| static const double | TAU_0 = 0.98 |
; mean transit time through the venous compartment at rest. | |
| static const double | ALPHA = 0.5 |
; Grubb's exponent. | |
| static indii::ml::ode::f_t | F_IN |
; normalised flow into the venous compartment. | |
| static indii::ml::ode::f_t | F_OUT |
; normalised flow out of the venous compartment. | |
| static indii::ml::ode::f_t | E |
; oxygen extraction rate of the venous compartment. | |
| static indii::ml::ode::f_t | DQDT |
| |
| static indii::ml::ode::f_t | DVDT |
; differential equation. | |
const double V_0 = 0.01 [static] |
; volume of the venous compartment at rest.
Definition at line 25 of file FlowBalloonModelDefaults.hpp.
const double E_0 = 0.4 [static] |
; oxygen extraction rate of the venous compartment at rest.
Definition at line 31 of file FlowBalloonModelDefaults.hpp.
const double TAU_0 = 0.98 [static] |
; mean transit time through the venous compartment at rest.
Definition at line 37 of file FlowBalloonModelDefaults.hpp.
const double ALPHA = 0.5 [static] |
double F_IN [static] |
; normalised flow into the venous compartment.
Definition at line 47 of file FlowBalloonModelDefaults.hpp.
double F_OUT [static] |
; normalised flow out of the venous compartment.
Definition at line 53 of file FlowBalloonModelDefaults.hpp.
double E [static] |
; oxygen extraction rate of the venous compartment.
Definition at line 59 of file FlowBalloonModelDefaults.hpp.
double DQDT [static] |
; differential equation.
Singularities are handled by taking the limit of the function in a manner consistent with Riera et al. (2004).
Definition at line 75 of file FlowBalloonModelDefaults.hpp.
double DVDT [static] |
1.5.2