ExportFieldsΒΆ
Use this section to export a JCM fieldbag to a third-party of JCM format or to evaluate the fields on a regular grid.
An export definition to a Cartesian grid has the following syntax:
PostProcess {
ExportFields {
FieldBagPath = ... # load the |JCM| fieldbag
OutputQuantity = ... # specify the quantity to be exported
...
OutputFileName = ...
Cartesian {
...
}
}
}
The dots stand for additional definitions, which are explained in the subsequent subsections.