combine_nodal_data
The combine_nodal_data module is used to create a new set of nodal data components by selecting components from up to six separate input data fields. The mesh (x-y-z coordinates) from the first input field, will be the mesh in the output. The input fields should have the same scale and origin, and number of nodes in order for the output data to have any meaning. This module is useful for combining data contained in multiple field ports or files, or from different Kriging modules.
Module Input Ports
- Model Field [Field] Accepts a field with data whose grid will be exported.
- Input Field 1 [Field] Accepts a data field.
- Input Field 2 [Field] Accepts a data field.
- Input Field 3 [Field] Accepts a data field.
- Input Field 4 [Field] Accepts a data field.
- Input Field 5 [Field] Accepts a data field.
Module Output Ports
- Output Field [Field] Outputs the field with selected data
- Output Object [Renderable]: Outputs to the viewer.