aboutsummaryrefslogtreecommitdiffstats
path: root/examples/lotka_volterra/examples.toml
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-12-26 05:01:29 -0800
committerbnewbold <bnewbold@robocracy.org>2016-12-26 05:01:31 -0800
commit3983ac71d8911234342386aed897d6d2f9fef13f (patch)
tree3646646feddeb5fbc5ce8b3176e2a7bae9753f34 /examples/lotka_volterra/examples.toml
parentc12c61cb0f34df3421b9e967e74c0603f9e44a0f (diff)
downloadmodelthing-3983ac71d8911234342386aed897d6d2f9fef13f.tar.gz
modelthing-3983ac71d8911234342386aed897d6d2f9fef13f.zip
remove metadata.toml
Grab name and decription from modelica source. Only keep around examples in .toml (so far unimplemented)
Diffstat (limited to 'examples/lotka_volterra/examples.toml')
-rw-r--r--examples/lotka_volterra/examples.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/lotka_volterra/examples.toml b/examples/lotka_volterra/examples.toml
new file mode 100644
index 0000000..0f5fb85
--- /dev/null
+++ b/examples/lotka_volterra/examples.toml
@@ -0,0 +1,11 @@
+
+[examples]
+
+ [examples.mathworld]
+ x = 10
+ y = 5
+ alpha = 1.5
+ beta = 1
+ gamma = 1
+ t = [0, 20]
+