Output Data#

Overview#

This page contains information on simulation and monitor data containers.


The SimulationData Object#

tidy3d.SimulationData

Stores data from a collection of Monitor objects in a Simulation.


The BatchData Object#

tidy3d.web.api.container.BatchData

Holds a collection of SimulationData returned by Batch.


List of Monitor Data Types#

tidy3d.FieldData

Data associated with a FieldMonitor: scalar components of E and H fields.

tidy3d.FieldTimeData

Data associated with a FieldTimeMonitor: scalar components of E and H fields.

tidy3d.ModeSolverData

Data associated with a ModeSolverMonitor: scalar components of E and H fields.

tidy3d.PermittivityData

Data for a PermittivityMonitor: diagonal components of the permittivity tensor.

tidy3d.FluxData

Data associated with a FluxMonitor: flux data in the frequency-domain.

tidy3d.FluxTimeData

Data associated with a FluxTimeMonitor: flux data in the time-domain.

tidy3d.ModeData

Data associated with a ModeMonitor: modal amplitudes, propagation indices and mode profiles.

tidy3d.FieldProjectionAngleData

Data associated with a FieldProjectionAngleMonitor: components of projected fields.

tidy3d.FieldProjectionCartesianData

Data associated with a FieldProjectionCartesianMonitor: components of projected fields.

tidy3d.FieldProjectionKSpaceData

Data associated with a FieldProjectionKSpaceMonitor: components of projected fields.

tidy3d.DiffractionData

Data for a DiffractionMonitor: complex components of diffracted far fields.

tidy3d.DirectivityData

Data associated with a DirectivityMonitor.

tidy3d.AuxFieldTimeData

Data associated with a AuxFieldTimeMonitor: scalar components of aux fields.


List of Dataset Types#

tidy3d.SpatialDataArray

Spatial distribution.

tidy3d.PermittivityDataset

Dataset storing the diagonal components of the permittivity tensor.

tidy3d.ScalarFieldDataArray

Spatial distribution in the frequency-domain.

tidy3d.ScalarModeFieldDataArray

Spatial distribution of a mode in frequency-domain as a function of mode index.

tidy3d.ScalarFieldTimeDataArray

Spatial distribution in the time-domain.

tidy3d.ModeAmpsDataArray

Forward and backward propagating complex-valued mode amplitudes.

tidy3d.ModeIndexDataArray

Complex-valued effective propagation index of a mode.

tidy3d.FluxDataArray

Flux through a surface in the frequency-domain.

tidy3d.FluxTimeDataArray

Flux through a surface in the time-domain.

tidy3d.FieldProjectionAngleDataArray

Far fields in frequency domain as a function of angles theta and phi.

tidy3d.FieldProjectionCartesianDataArray

Far fields in frequency domain as a function of local x and y coordinates.

tidy3d.FieldProjectionKSpaceDataArray

Far fields in frequency domain as a function of normalized kx and ky vectors on the observation plane.

tidy3d.DiffractionDataArray

Diffraction power amplitudes as a function of diffraction orders and frequency.