node
-node <ints:list of numbers> <str:name> [t <int:mult>] [<ints:list of numbers> <str:name> [t <int:mult>]]
-node t <int:mult> <ints:list of numbers> <str:name> [<ints:list of numbers> <str:name>]
Identifies nodes over which a sum of a variable will be taken.
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.
|
list of numbers |
ints: List of node numbers to be grouped. |
|
name |
string: Name of group of nodes. The name will be used in the name of the output file (node_chem_name.out) and in the legend of the generated plots. |
|
t |
Indicator that next input is the integer mult. |
|
mult |
int: Integer indicating the regular time intervals at which the sum has to be executed. The input is given as a multiplier of the Time Interval for regular print times for time series as defined in the Print Information dialogue window of the graphical user interface. |
Example
In first option, different groups can be defined each with a different print interval. In the second option, all groups will have the same print interval.
Option 1
-node 1 2 5 6 7 "Top" t 10 51-60 "Contamination" t 1
Two groups are defined. The first group named Top contains the nodes 1, 2, 5, 6, and 7 and will be printed at regular print intervals with a frequency 10 times less that the print interval defined in the Print Information dialogue window of the graphical user interface. The second group named Contamination contains the nodes 51-60 and will be printed at each regular print interval as defined in the Print Information dialogue window of the graphical user interface.
Option 2
-node t 1 1 "Ap"
Nodes 1 to 10 are integrated at each regular print interval as defined in the Print Information dialogue window of the graphical user interface.
Alternatives nodes