The SNIP program is a FORTRAN computer code that generates NASTRAN structural model thermal loads when given SINDA (or similar thermal model) temperature results. SNIP correlates thermal nodes to structural elements to interface SINDA finite difference thermal models with NASTRAN finite element structural models. Node-to-element correlation includes determining which SINDA nodes should be related to each NASTRAN element and calculating a weighing factor for temperatures associated with each elementrelated thermal node. SNIP provides structural model thermal loads that accurately reflect thermal model results while reducing the time required to interface thermal and structural models as compared to other methods.
SNIP uses thermal model geometry to search the three-dimensional space around each structural element for the nearest thermal nodes. Thermal model geometry is the combination of standard thermal model temperature results from SINDA and structural model geometry from NASTRAN. Thermal and structural models must both be defined in the same, single Cartesian coordinate system. The thermal nodes located nearest each element are used to determine element temperature for thermal distortion and stress analysis. The program shapes the three-dimensional search region while the user controls the size. With these region specifications, the numerical coding of thermal nodes, and the structural element numbers; the code can provide for the separation of substructures during correlation.
The input to SNIP contains a file of thermal model temperature results and a physical location of each thermal node in three-dimensional space, combined in a SNIPunique format. The input also contains a standard NASTRAN input deck for a model made up of plate, shell, beam, and bar elements. SNIP supports the CTRIA, CQUAD, CBAR, and CBEAM elements of NASTRAN. The user adjusts the input parameters in the source code which control the node-to-element correlation. The program outputs NASTRAN element temperature load cards for each element and NASTRAN case control cards for each temperature load set. SNIP also outputs a list of elements that contains the numbers of the SINDA nodes related to each NASTRAN element and the weight that is given to each node in temperature calculations.
SNIP carries the NASA case number LEW-14741. It was originally released as part of the COSMIC collection.