Description: Interpolates grid point temperature data from a known set of input grid points and temperatures to a set of output grid points and temperatures based on geometric position in 2d or 3d space.
Format:
TEMPINTERPOLATE, otsid, ogsid, itsid, igsid, nnri, ndlsf, cgsize, maxnus
Example:
TEMPINTERPOLATE, 100, 10, 1, 1
Option | Definition | Type | Default |
---|---|---|---|
otsid | Output temperature set identification number. See Remark 1. | Integer > 0 | Required |
ogsid | Output grid set identification number. Set identification of previously appearing SET command. Only grid points whose identification numbers appear on this SET command will be used. | Integer > 0 or blank | All grid points in model |
itsid | Input temperature set identification number. See Remark 2. | Integer > 0 | Required |
igsid | Input grid set identification number. Set identification of previously appearing SET command. Only grid points whose identification numbers appear on this SET command will be used. | Integer > 0 or blank | All grid points in temperature set |
nnri | Number of interpolation nodes within radius of influence. | Integer > 0 or blank | See Remark 3 |
ndlsf | Number of data nodes in least squares fit. | Integer > 0 or blank | See Remark 4 |
cgsize | Number of rows, columns, and planes in the cell grid. A box containing the nodes is partitioned into cells in order to increase search efficiency. | Integer > 0 or blank | See Remark 5 |
maxnus | Maximum number of unique solution occurrences. | Integer > 0 or blank | See Remark 6 |
Remarks:
where n is the number of input data points. The default is determined using the above formula.