Introductory Survey of MML (click here for complete tutorial)

Model Description (click for details) View
intro_alg A Simple MML Model
MML218 bytes
intro_ode Ordinary Differential Equations (ODEs)
MML10.19 KB
intro_unit Physical Units
MML10.25 KB
intro_extern Driving Data and Test Signals
MML18.63 KB
intro_const Understanding Constraints
MML10.25 KB

 

Using Physical Units in MML (click here for complete tutorial)

Model Description (click for details) View
units1 Example w/ unit conversion on
MML10.03 KB
units2 Equivalent example w/ unit conversion off
MML10.05 KB
units4 Units in transcendental functions
MML10.11 KB
units3 Defining new units
MML17.37 KB

 

Using ODEs in MML (click here for complete tutorial)

Model Description (click for details) View
ode1 First example
MML10.22 KB
ode_comp3 Systems of ODEs
MML11.98 KB
ode_order2 Second order equations
MML11.79 KB
ode_implicit Using implicit equations with ODEs
MML10.74 KB
ode_parallel Parameterized parallel systems
MML11.32 KB
ode_serial Parameterized serial system
MML11.38 KB

 

Using Partial-Differential Equations in MML (click here for complete tutorial)

Model Description (click for details) View
Advection Example 1: The Advection Equation
MML1.11 KB
Diffusion Example 2: The Diffusion Equation
MML930 bytes
AdvectionDiffusion Example 3: The Combined Advection/Diffusion
MML1.16 KB
CounterCurrent Example 4: A Multiple Variable Problem
MML1.86 KB

 

Using Variable Functions in MML (click here for complete tutorial)

Model Description (click for details) View
vfb1 Simplest example
MML152 bytes
vfb2 Example with grid range protection
MML177 bytes
vfrc3 Interpolating external data
MML624 bytes

 

Using Delay Lines in MML (click here for complete tutorial)

Model Description (click for details) View
vf2 A variable function delay line
MML377 bytes

 

Events in MML (click here for complete tutorial)

Model Description (click for details) View
count State variables and a simple example
MML209 bytes
gate1 Gate Example 1
MML271 bytes
gate2 Gate example 2
MML415 bytes
gate3 Gate example 3
MML318 bytes
odedrop Pseudo-discontinuities in ODE variables
MML347 bytes
fibonacci Recursive functions
MML183 bytes

 

Implicit Equations in MML (click here for complete tutorial)

Model Description (click for details) View
implicit1 Linear Implicit Equations in One Variable
MML105 bytes
implicit2 Linear Implicit Equations of Multiple Variables
MML173 bytes
implicit3 Linear Implicit Equations in ODEs
MML203 bytes
implicit4 Linear Implicit Equations in ODEs
MML204 bytes
implicit5 Bounded and Unbounded Non-Linear Implicit Equations
MML162 bytes
implicit6 Non-linear Implicit Equations in Multiple Variables
MML138 bytes

 

Using Integrals and Sums in MML (click here for complete tutorial)

Model Description (click for details) View
integral1 Integrals
MML324 bytes
integral2 Integrals
MML363 bytes
sum1 Sums
MML202 bytes
sum2 Sums
MML306 bytes
legacy Legacy Support
MML350 bytes

 

Miscellaneous Short Topics in MML (click here for complete tutorial)

Model Description (click for details) View
inverter Extern variable for voltage inverter
MML259 bytes
rabbit Private variable hides intermediary result
MML137 bytes
startzero Private variable enforces unchangeable parameter
MML179 bytes
deriv1 Symbolic Derivative of variable
MML160 bytes
deriv3 Symbolic Derivative of expression
MML212 bytes
prop1 Variable properties for ontologies
MML376 bytes
prop2 Variable property with extended text
MML1.59 KB