contour
Regular grid
-contour x1 y1 x2 y2 nrx nry [format formatindicator] [name "stringname"]
-contour [format] [name "stringname"] plane x1 y1 x2 y2 nrx nry
Irregular grid
Identifies that, for 2D simulations and at each profile output time, output variables are written to an output file on a regular or irregular grid:
- Regular grid: the coordinates of 2 points are given, and the intervals along the x and y direction
- Irregular grid: ...
In addition, the user specifies:
- format: the occurrence of headings and empty lines in the output file (format )
- name: the name of the contour
The type of sum depends on the variable - see REACTIVE_TRANSPORT_OUTPUT for variables defined with SELECTED_OUTPUT and -integralsum for variables defined with USER_PUNCH.
|
x1 y1 x2 y2 |
real: |
||||||||||||
|
nrx nry |
int: |
||||||||||||
|
formatindicator |
txt|int: indicates the output file format. Default: 0 or g
|
||||||||||||
|
stringname |
str: name of the contour. |