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

txt

int


g

0

for a given output time, an empty line is inserted between each line in the x direction

between two output times, two empty lines and a heading is inserted.

This corresponds to the GNUPLOT for making isoline or colormap graphs

b

1

No empty lines within the output for a given output time

Between two output times, two empty lines and a heading is inserted

n

2

No empty lines at all.

stringname

str: name of the contour.