MMotH-Vent relies on user-specified information in the form of instruction files. These instruction files use the JSON format and define dictionaries of information to be parsed. Note, the convention is for input values to be specified as elements of a list, e.g. “keyword”: [value] rather than “keyword”: value. Demos are provided to show some of the current simulations that can be performed.
How to Run An Instruction File
Make sure Docker is running and enter the command line of your container by following the instructions at the bottom of the previous page. Then navigate to the directory that contains the instruction file. In general, the syntax for executing the code is:
python <path to mmoth_vent.py> <path to instruction file>
Assuming the file structure is the default from the repository, an instruction file from its directory by executing the following:
python /home/fenics/shared/revised_structure_attempt/mmoth_vent.py <name of instruction file>
Note, some of the demos are still under construction.
Demos
- Cell Isometric Twitch
- Cell Isotonic Twitch
- Fiber Isometric Twitch Aligned
- Fiber Isometric Twitch Disarray
- Fiber Efficiency Aligned
- Fiber Efficiency Disarray
- Ellipsoidal LV
- Ellipsoidal Infarct Fiber Remodeling
« Installation Building a Mesh »