apps

dynamics

package dynamics

The dynamics package contains example apps for continuous simulation models based on Ordinary Differential Equations (ODEs) or Partial Differential Equations (PDEs).

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. dynamics
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. object Newtons2nd extends App

    The Newtons2nd object is used to illustrate the RungeKutta (RK) and DormandPrince (DP) ODE solvers by applying them to Newton's Second Law of Motion, f = ma = -gm.

  2. object Pathway extends App

    This object is used to simulate a simple chemical pathway for making H2O.

  3. object Pathway2 extends App

    This object is used to simulate a simple plant metabolic pathway.

Inherited from AnyRef

Inherited from Any

Ungrouped