diff options
author | bnewbold <bnewbold@robocracy.org> | 2017-01-16 16:24:09 -0800 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2017-01-16 16:28:35 -0800 |
commit | 6c9ec4f093ecfa48fe3a4a3fa99de16c5676d7dc (patch) | |
tree | 09402fb4b41e36473bba33ca1604a07d0d2c6ea3 /examples/von_bertalanffy/model.modelica | |
parent | 6ab08f6b19734ac925ab9cafd567cb2f7735af6b (diff) | |
download | modelthing-6c9ec4f093ecfa48fe3a4a3fa99de16c5676d7dc.tar.gz modelthing-6c9ec4f093ecfa48fe3a4a3fa99de16c5676d7dc.zip |
update remaining models
Diffstat (limited to 'examples/von_bertalanffy/model.modelica')
-rw-r--r-- | examples/von_bertalanffy/model.modelica | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/von_bertalanffy/model.modelica b/examples/von_bertalanffy/model.modelica deleted file mode 100644 index 4eb45f6..0000000 --- a/examples/von_bertalanffy/model.modelica +++ /dev/null @@ -1,7 +0,0 @@ -model VonBertalanffyGrowth - parameter Real K "growth rate"; - parameter Real L "asymptotic final size"; - Real l "length"; -equation - der(l) = K * (L - l); -end VonBertalanffyGrowth; |