ExportGridΒΆ

Type:section
Appearance:simple
Excludes:CartesianToFourierTransform, ConvertToPowerFlux, CreateReducedBasis, DensityIntegration, DipoleEmission, EvaluateReducedBasis, ExportFields, FarField, FluxIntegration, FourierTransform, GridStatistics, IntegrationWeights, LayeredMediaSolver, ModeOverlap, MultipoleExpansion, OpticalImaging, PupilField, Radiation, ResonanceExpansion, ResonanceOverlap, ScatteringMatrix, Superposition, SurfaceDensityIntegration

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
  }
}

Storage format

The format of the output file depends on the employed options:

  • a JCM grid file by default,
  • a JCM file containing multiple tables if ExportAsTable is set to yes. See Storage format for a detailed description.