Click or drag to resize

PICSourceType Enumeration

Determines the model used for setting the charge attribution from the PIC source for the electromagnetic solver.

Namespace: ema3d.Api.V26.Charging.Domain
Assembly: ema3d.Api.V26 (in ema3d.Api.V26.dll) Version: 0.0.0.0
Syntax
public enum PICSourceType
Members
Member nameValueDescription
SpaceCharge0 Uses PIC source as a charge source in the calculation of the potential.
Conductivity1 Modifies the spatial conductivity of the body containing the PIC source, but does not add charge to the model directly.
None2 No charge or conductivity contributions are made by the PIC source.
See Also