ExportGridΒΆ
Use this section to extract the mesh from a JCM fieldbag. The output is stored as a JCM grid file.
An export of the grid file may have the following syntax:
PostProcess {
ExportGrid {
InputFileName = "project_results/fieldbag.jcm"
OutputFileName = "project_results/grid_from_fieldbag.jcm"
Format = JCM-ASCII
}
}