diff options
Diffstat (limited to 'notes/background.txt')
-rw-r--r-- | notes/background.txt | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/notes/background.txt b/notes/background.txt new file mode 100644 index 0000000..e5c1699 --- /dev/null +++ b/notes/background.txt @@ -0,0 +1,39 @@ + +### Previous Work + +"CellML Model Repository" +http://models.cellml.org/cellml + +"BioModels Database" +http://www.ebi.ac.uk/biomodels-main/ + +http://www.tinkercell.com/ + +"Cornell Modeling and Simulation Project" +http://www.cs.cornell.edu/Info/Projects/SimLab/ + +### Modeling Software/Languages + +Modelica Language +Simullink (also Scilab/Xcos) +Wolfram SystemModeler + +"Functional Mock-up Interface": C API and XML file format for "co-simulation" + +SysML ("Systems Modeling Language"): UML subset + +### Modelica Stuff + +"World3 in Modelica: Creating System Dynamics Models in the Modelica Framework" +(2008) + +modelicac: a C compiler for modelica. Implemented in Ocaml. +http://manpages.ubuntu.com/manpages/precise/man1/modelicac.1.html + +Integration into Scilab + +OpenModelica + +PySimulator +https://github.com/PySimulator/PySimulator/ + |