Structured models: Difference between revisions

From ASCEND
Jump to navigation Jump to search
Restored page from Google Cache, uploaded by John Pye
 
No edit summary
 
Line 1: Line 1:
<div class="notice metadata" id="stub">''This article is a '''stub'''. You can help out by <span class="plainlinks">[http://ascendwiki.cheme.cmu.edu/index.php?title=Structured_models&action=edit expanding it]</span>. ''</div>
{{stub}}


ASCEND supports an object-oriented hierarchy of <tt>MODEL</tt> elements that can be nested together to produce complex simulations.
ASCEND supports an object-oriented hierarchy of <tt>MODEL</tt> elements that can be nested together to produce complex simulations.


* models can contain sub-models
* models can contain sub-models
Line 11: Line 9:
See also [[Object-oriented modelling]].
See also [[Object-oriented modelling]].


[[Category:Stubs]]
[[Category:Documentation]]
[[Category:Documentation]]

Latest revision as of 02:20, 28 September 2014

ASCEND supports an object-oriented hierarchy of MODEL elements that can be nested together to produce complex simulations.

  • models can contain sub-models
  • models support REFINES for specialisations of generic model types
  • models support parameters so one can have for example S IS_A stream('water')

See also Object-oriented modelling.