Download Latest Version CellCompiler 0.3.zip (3.9 MB)
Email in envelope

Get an email when there's a new version of CellCompiler

Home / models
Name Modified Size InfoDownloads / Week
Parent folder
xmlschema_files 2011-09-16
cellml_files 2011-08-03
tecml_files 2011-08-03
relml_files 2011-08-03
models_README.txt 2011-08-03 2.1 kB
Totals: 5 Items   2.1 kB 0
CellMLCompiler Model Files v0.5
Contributors: Akira Amano, Florencio Rusty Punzalan, Yoshiharu Yamashita, Naoki Soejima
Contact: floren@fc.ritsumei.ac.jp
Requires: CellMLCompiler v.1.0
Date: 2011/08/03
	
This folder contains the necessary CellML, TecML, and RelML files needed to generate the C/C++, CUDA, and Java source codes for 1D/2D cell simulation. The folder also includes the XML schema used to produce the TecML and RelML files. Users may use these schemas and the sample files to produce the TecML and RelML files that they need for their simulation. Instructions in creating CellML files is already well-documented and can be found in the CellML website: www.cellml.org. 

== Direction ==
1. Put the Model folder (with cellml, tecml, and relml folder inside) in the source folder of CellMLCompiler.
2. Check if the RelML files points to the correct filename and location of the CellML and TecML files needed for code generation. 
3. Edit the target RelML file of the CellMLCompiler to generate the desired cell simulation code. 


== File Lists ==

CellML_Files
dxdt_exp(t)_v1		Simple cellml code for ODE equation dx/dt = exp(t)
dxdt_x_v1		Simple cellml code for ODE equation dx/dt = x
fhn_v2			FitzHugh-Nagumo model cellml
luo_rudy_1991_v1	Luo-Rudy 1991 (LR1) cell model (from cellml repository)
luo_rudy_1994_v1	Luo-Rudy 1994 (LRD) cell model (from cellml repository)
matsuoka_sarai...2003	Kyoto 2003 cell model (from cellml repository)
negroni_lascano_1996_v1 Negroni-Lascano 1996 sarcomere dynamics in cell

TecML_Files
Euler_v2		Euler method for Ordinary Differential Equation (ODE) numerical integration
Backward_Euler_v1	Backward Euler method for ODE numerical integration 
ModifiedEuler_v2	Modified Euler method for ODE numerical integration
RungeKutta2_v2		Second order Runge-Kutta method for ODE integration
RungeKutta3_v2		Third order Runge-Kutta method for ODE integration
RungeKutta4_v2		Fourth order Runge-Kutta method for ODE integration

RelML_Files
Combination of CellML and TecML

== Changelog ==

= 0.5 =
* Listed the files on the README.
Source: models_README.txt, updated 2011-08-03