Packages

  • package root
    Definition Classes
    root
  • package apps
    Definition Classes
    root
  • package activity

    The activity package contains example applications for activity oriented simulation models.

    The activity package contains example applications for activity oriented simulation models.

    Definition Classes
    apps
  • package analytics

    The analytics package contains example applications for analytics: prediction, classification or clustering.

    The analytics package contains example applications for analytics: prediction, classification or clustering.

    Definition Classes
    apps
  • package dynamics

    The dynamics package contains example applications for continuous simulation models based on Ordinary Differential Equations 'ODE's or Partial Differential Equations 'PDE's.

    The dynamics package contains example applications for continuous simulation models based on Ordinary Differential Equations 'ODE's or Partial Differential Equations 'PDE's.

    Definition Classes
    apps
  • Newtons2nd
  • Pathway
  • Pathway2
  • package event

    The event package contains example applications for event oriented simulation models.

    The event package contains example applications for event oriented simulation models.

    Definition Classes
    apps
  • package game

    The game package contains example applications for simulation oriented games.

    The game package contains example applications for simulation oriented games.

    Definition Classes
    apps
  • package montecarlo

    The montecarlo package contains example applications for Monte Carlo Simulation.

    The montecarlo package contains example applications for Monte Carlo Simulation.

    Definition Classes
    apps
  • package optimization

    The optimization package contains example applications for finding solutions (minima or maxima) to optimization problems.

    The optimization package contains example applications for finding solutions (minima or maxima) to optimization problems.

    Definition Classes
    apps
  • package process

    The process package contains example applications for process oriented simulation models.

    The process package contains example applications for process oriented simulation models.

    Definition Classes
    apps
  • package relalgebra
    Definition Classes
    apps
  • package state

    The state package contains example applications for state oriented simulation models.

    The state package contains example applications for state oriented simulation models.

    Definition Classes
    apps
  • package tableau

    The tableau package contains example applications for tableau oriented simulation models.

    The tableau package contains example applications for tableau oriented simulation models.

    Definition Classes
    apps
p

apps

dynamics

package dynamics

The dynamics package contains example applications for continuous simulation models based on Ordinary Differential Equations 'ODE's or Partial Differential Equations 'PDE's.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. dynamics
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
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'.

    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'. The flight of a golf ball is simulated from impact until the ball hits the ground. Note, a more realistic simulation would take additional forces into account: drag, lift and spin.

    See also

    claymore.engineer.gvsu.edu/~lait/312/golfball.pdf The accuracies of 'RK' and 'DP' versus the exact solution (EX) are compared. > run-main apps.dynamics.Newtons2nd

    Diff%20Q/pdfscreen/projectoutline.pdf

    home2.fvcc.edu/~dhicketh/DiffEqns/Spring11projects/Brett_Burglund_Ryan_Street/

  2. object Pathway extends App

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

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

    See also

    the KINSOLVER Paper: cobweb.cs.uga.edu/~thiab/paper25.pdf > run-main apps.dynamics.Pathway

  3. object Pathway2 extends App

    The Pathway2 object is used to simulate a simple plant metabolic pathway.

    The Pathway2 object is used to simulate a simple plant metabolic pathway.

    See also

    Phytochemistry Vol. 68 (2007) pp. 2351–2374, Elsevier Science Direct > run-main apps.dynamics.Pathway2

    Experimental and mathematical approaches to modeling plant metabolic networks

Inherited from AnyRef

Inherited from Any

Ungrouped