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: tests/cases/cep/spiral_TTP_2d/README.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,14 @@ Initial conditions for the Ten-tusscher-Panfilov (TTP) EP model to be specified
10
10
11
11
## Overview
12
12
13
-
The user-defined initial conditions override system allows users to specify custom initial states and gating variables directly in the XML configuration file. When `Initial_conditions` is specified in the XML, it automatically overrides the default initial conditions that would normally be set based on the myocardial zone (epicardium, endocardium, or midmyocardium).
13
+
The user-defined initial conditions override system allows users to specify custom initial states and gating variables directly in the XML configuration file. When `TTP_initial_conditions` is specified in the XML, it automatically overrides the default initial conditions that would normally be set based on the myocardial zone (epicardium, endocardium, or midmyocardium).
14
14
15
15
## How It Works
16
16
17
-
1.**XML Specification**: Users specify `Initial_conditions` in the domain configuration
17
+
1.**XML Specification**: Users specify `TTP_initial_conditions` in the domain configuration
18
18
2.**Flag Activation**: The system automatically sets a flag indicating user-defined initial conditions are being used
19
19
3.**Override Logic**: During initialization, the system uses the user-defined values instead of defaults
20
-
4.**Fallback**: If no `Initial_conditions` are specified, the system uses default initialization based on myocardial zone
20
+
4.**Fallback**: If no `TTP_initial_conditions` are specified, the system uses default initialization based on myocardial zone
21
21
22
22
## XML Configuration
23
23
@@ -28,16 +28,16 @@ The user-defined initial conditions override system allows users to specify cust
0 commit comments