Using the cardiac executable
This page provides examples of how to use the Chaste cardiac executable
Original down-loadable simulations
- UserTutorials/CardiacExecutable/Propagation1d -- simple simulation on a 1d fibre
- UserTutorials/CardiacExecutable/S1S2Protocol -- 2d spiral wave simulation produced by two stimuli
- UserTutorials/CardiacExecutable/Propagation3d-- propagation on a anatomically realistic down-sampled ventricular mesh using fibre directions
Examples of further functionality
- UserTutorials/CardiacExecutable/HeterogeneousExample
- how to determine what the hardcoded cell model options are
- dynamic loading of cellml files is possible, but requires a full developer install and the executable to be built from the source, see CodeGenerationFromCellML
- UserTutorials/CardiacExecutable/UsingFibreDefinitions -- also mentions postprocessing options
- UserTutorials/CardiacExecutable/BidomainSimulationsWithPerfusingBath
- UserTutorials/CardiacExecutable/CheckpointingAndRestarting -- how to do checkpoint and restart.
- UserTutorials/CardiacExecutable/UsingCellmlFiles -- this shows how to use cell models defined directly from a cellml file (not one of the hardcoded options), and how to output cell model variables
Utility
- UserTutorials/CardiacExecutable/MeshConvert -- making the MeshConvert utility and using it the help produce scalable mesh loading
Alphabetical listing
- BidomainSimulationsWithPerfusingBath Running a bidomain simulation of cardiac tissue contained in a perfusing bath
- CheckpointingAndRestarting Checkpointing
- DrugAction Running a simulation with multiple-channel drug action
- HardCodedCellModels Hardcoded cell model options
- HeterogeneousExample Simulations with heterogeneities
- MeshConvert Making the `MeshConvert` utility and using it the help produce scalable mesh loading
- Propagation1d Running a simple example: propagation in a tissue fibre
- Propagation3d 3D on a realistic cardiac geometry
- S1S2Protocol Running a simulation of a spiral wave in 2d mesh
- UsingCellmlFiles UserTutorials/CardiacExecutable/UsingCellmlFiles
- UsingFibreDefinitions Using fibre directions and postprocessing