BEGIN NODES NUMBERED [COMPONENTS = n]
node-id x y z [P, S, Vx, Vy ,Vz ,T ]
END
It is possible to set the initial data for all nodes as shown above, however, the RTM interface does not support this option. Number of components is < 6 and the order of the variables must be preserved. The variables are pressure, saturation, velocity (3 components), and temperature. The simpler version of this NODES data packet does not contain initialization data.
BEGIN NODES NUMBERED
node-id x y z
END
Example
BEGIN NODES NUMBERED
1 1.5240000000E-01 0.000000000E+00 0.000000000E+00
2 0.000000000E+00 6.0960000000E-02 0.000000000E+00
3 0.000000000E+00 3.0480000000E-02 1.5240000000E-02
4 0.000000000E+00 0.000000000E+00 1.5240000000E-02
5 0.000000000E+00 6.0960000000E-02 1.5240000000E-02
...
END