Click or drag to resize

FluidSourceType Enumeration

Determines the model used for setting the charge attribution from the fluid 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 FluidSourceType
Members
Member nameValueDescription
SpaceCharge0 Uses fluid as charge source in the calculation of the potential.
Conductivity1 Modifies spatial conductivity of the body containing the fluid, but does not add charge to the model directly.
None2 No charge or conductivity contributions are made by the fluid.
See Also