Library Reference

Library Reference

SemanticModels

provides the AbstractModel type and constructors for building hierarchical model representations.

source
CombinedModel

represents a model that has a fixed set of dependencies. It is the basic building block of a model DAG.

source
SpringModel

represents the second order linear ODE goverened by hookeslaw.

source
DiffEqBase.solveMethod.
solve(m::AbstractModel)

executes the solving of a model for models with dependencies, those deps are executed first and then the node is solved. This is the function that evaluates the model DAG.

source
BasicSIR

defines a representation of Susceptible Infected Recovered models using Unitful numbers and expressions.

source

hookeslaw

the ODE representation of a spring. The solutions are periodic functions.

source

Index