Difference between revisions of "Numerus Simulation Architecture"

From Numerus
Jump to navigation Jump to search
(Created page with "Numerus supports a multi-level architecture comprised of '''Simulators'''. The lowest level atomic simulator is called a '''Capsule''', and it is composed of simulation '''com...")
 
Line 1: Line 1:
Numerus supports a multi-level architecture comprised of '''Simulators'''. The lowest level atomic simulator is called a '''Capsule''', and it is composed of simulation '''components''' (Stocks, Flows, etc.). Structured simulators contain other simulators as elements. The simplest structured simulator is the '''Chip''', which wraps a Capsule for insertion as a component in a parent Capsule.
Numerus supports a multi-level architecture comprised of '''Simulators'''. The lowest level atomic simulator is called a '''Capsule''', and it is composed of simulation '''components''' (Stocks, Flows, etc.). Structured simulators contain other simulators as elements. The simplest structured simulator is the '''Chip''', which wraps a Capsule for insertion as a component in a parent Capsule.
==Aggregators===
Other structured simulators are called '''aggregators''' since they bind together multiple Capsule elements in a specific topology. Currently there are 5 aggregators:  '''CellMatrix''', '''AgentVector''', '''SimWorld''', '''NodeNetwork''' and '''NetWorld'''.

Revision as of 17:20, 9 June 2018

Numerus supports a multi-level architecture comprised of Simulators. The lowest level atomic simulator is called a Capsule, and it is composed of simulation components (Stocks, Flows, etc.). Structured simulators contain other simulators as elements. The simplest structured simulator is the Chip, which wraps a Capsule for insertion as a component in a parent Capsule.

Aggregators=

Other structured simulators are called aggregators since they bind together multiple Capsule elements in a specific topology. Currently there are 5 aggregators: CellMatrix, AgentVector, SimWorld, NodeNetwork and NetWorld.