ExportFieldsΒΆ

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

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.