Incidence graph: Difference between revisions

From ASCEND
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<div class="pageexperimental">''This page documents an '''experimental''' feature. You can help out by '''testing it''' and <span class="plainlinks">[http://ascendwiki.cheme.cmu.edu/index.php?title=Incidence_Graph&action=edit recording]</span> your experiences.''</div>
<div class="pageexperimental">''This page documents an '''experimental''' feature. You can help out by '''testing it''' and <span class="plainlinks">[http://bugs.ascend4.org/ reporting]</span> your experiences.''</div>


You can create an incidence graph and view it on-screen if your copy of ASCEND is linked to [http://www.graphviz.org GraphViz]. We have currently only tested this on Linux, but it should transfer to Windows without too many problems.
You can create an incidence graph and view it on-screen if your copy of ASCEND is linked to [http://www.graphviz.org GraphViz]. We have currently only tested this on Linux, but it should transfer to Windows without too many problems.
Line 15: Line 15:
In both of these diagrams, the fixed variables are shown in green; all other variables are shown in boxes, and equations are shown in ellipses.
In both of these diagrams, the fixed variables are shown in green; all other variables are shown in boxes, and equations are shown in ellipses.


There are limits to how complex a model is allowed to be when creating these incidence graphs, with the above being close to the limit of what's really practicable.
There are limits to how complex a model is allowed to be when creating these incidence graphs. ASCEND will build these images up to about 400 variables, but such diagrams are really so complex as to be not very useful.


We plan to improve the graph by ranking the variables, so that they appear down the page in the order that ASCEND solves them.
Various improvements to the graph might be possible by ranking the variables, so that they appear down the page in the order that ASCEND solves them.


== See also ==
== See also ==

Latest revision as of 01:33, 26 November 2017

This page documents an experimental feature. You can help out by testing it and reporting your experiences.

You can create an incidence graph and view it on-screen if your copy of ASCEND is linked to GraphViz. We have currently only tested this on Linux, but it should transfer to Windows without too many problems.

To show the incidence graph, use the Tools->Incidence Graph menu option in the PyGTK GUI.

For the simple models/johnpye/reynolds.a4c model, the following incidence graph results:

Incidence graph for models/johnpye/reynolds.a4c.

A more complex example is this one, which shows the calculation of the properties of CO2 when pressure and vapour fraction are specified, from equations in terms of pressure and enthalpy (models/johnpye/fprops/rankine_fprops.a4c, see stream_state_test_co2):

Incidence graph for iterative calculation of CO2 properties (models/johnpye/fprops/rankine_fprops.a4c). Note the upward arrows, which imply that a simply single-pass calculation is not possible for this problem.

In both of these diagrams, the fixed variables are shown in green; all other variables are shown in boxes, and equations are shown in ellipses.

There are limits to how complex a model is allowed to be when creating these incidence graphs. ASCEND will build these images up to about 400 variables, but such diagrams are really so complex as to be not very useful.

Various improvements to the graph might be possible by ranking the variables, so that they appear down the page in the order that ASCEND solves them.

See also