From 6c9ec4f093ecfa48fe3a4a3fa99de16c5676d7dc Mon Sep 17 00:00:00 2001 From: bnewbold Date: Mon, 16 Jan 2017 16:24:09 -0800 Subject: update remaining models --- examples/von_bertalanffy/model.modelica | 7 ------- examples/von_bertalanffy/page.md | 5 ----- 2 files changed, 12 deletions(-) delete mode 100644 examples/von_bertalanffy/model.modelica delete mode 100644 examples/von_bertalanffy/page.md (limited to 'examples/von_bertalanffy') 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; diff --git a/examples/von_bertalanffy/page.md b/examples/von_bertalanffy/page.md deleted file mode 100644 index ea6e9f1..0000000 --- a/examples/von_bertalanffy/page.md +++ /dev/null @@ -1,5 +0,0 @@ - - -An alternative/solve variant is: - - l = L * (1 - e^(-K * t)) -- cgit v1.2.3