Mapping Data from a Simulation History onto an Imported CAE Model
You can map data from a solution history (.simh
) file onto
an imported CAE model, and then automatically export the data via .mat
format. The following steps illustrate this technique with a specific case.
-
Import a CAE model from an external transient post-processing file (often from
NASTRAN). This comes in as a standard imported model. This imported model has on
it the following fields:
ImportedCellIDList
ImportedFaceNumList
-
Create a derived data set with geometry cloned from this CAE model, and with
fields mapped from the solution history representation:
-
Export the
.mat
file containing the cloned geometry and the mapped fields,ImportedCellIDList
and/orImportedFaceNumList
:- Right-click the Multi-Point Time History node and select Export Field.
-
In the Save dialog, export the data
as a
.mat
file.