Description: Interpolates grid point force, moment, pressure, and heat flux data from a known set of input grid points and loads to a set of output grid points and loads based on geometric position in 2d or 3d space.
Format:
LOADINTERPOLATE, olsid, ogsid, ilsid, igsid, ltype, nnri, ndlsf, cgsize, maxnus
Example:
LOADINTERPOLATE, 100, 10, 1, 1
Option | Definition | Type | Default |
---|---|---|---|
olsid | Output load 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 |
ilsid | Input load 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 load set |
ltype | Load type. One of the following character variables: FORCE, SFORCE, MOMENT, PRESSURE, PNORMAL, or HEATFLUX. See Remark 3. | Character | Required |
nnri | Number of interpolation nodes within radius of influence. | Integer > 0 or blank | See Remark 4 |
ndlsf | Number of data nodes in least squares fit. | Integer > 0 or blank | See Remark 5 |
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 6 |
maxnus | Maximum number of unique solution occurrences. | Integer > 0 or blank | See Remark 7 |
Remarks:
where n is the number of input data points. The default is determined using the above formula.