ParX

Model Definition

ParX models are represented as a set of implicit equations that must be zero in the solution. There is no separation between independent and dependent variables. In combination with the availability of internal (i.e. auxiliary) variables, this allows for a much wider scope of models without the need for internal iteration.

A ParX model file has the .parx file extension, and must contain only plain text. Be very careful which editor you use, because editors such as TextEdit are quick to insert special formatting codes, such as smart quotes, which will throw weird syntax errors when the model file is loaded into ParX.

The model description consists of three parts: the header section for the model attributes, the declaration section, and the equations section.