Incidence graph: Difference between revisions
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
To show the incidence graph, use the ''Tools->Incidence Graph'' menu option in the PyGTK GUI. | To show the incidence graph, use the ''Tools->Incidence Graph'' menu option in the PyGTK GUI. | ||
For the simple {{src|models/johnpye/ | For the simple {{src|models/johnpye/reynolds.a4c}} model, the following incidence graph results: | ||
[[Image:Incidence-graph-reynolds.png|300px|thumb|none|Incidence graph for {{src|models/johnpye/ | [[Image:Incidence-graph-reynolds.png|300px|thumb|none|Incidence graph for {{src|models/johnpye/reynolds.a4c}}.]] | ||
A more complex example is this one, which represents a simple Rankine Cycle power station ({{src|models/johnpye/fprops/rankine_fprops.a4c}}): | A more complex example is this one, which represents a simple Rankine Cycle power station ({{src|models/johnpye/fprops/rankine_fprops.a4c}}): | ||
Revision as of 04:35, 3 February 2011
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:

A more complex example is this one, which represents a simple Rankine Cycle power station (models/johnpye/fprops/rankine_fprops.a4c):

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.
We plan to improve the graph by ranking the variables, so that they appear down the page in the order that ASCEND solves them.