Click or drag to resize

ChargeDomain Class

A Charge Domain object.
Inheritance Hierarchy
SystemObject
  ema3d.Api.V26.Charging.DomainChargeDomain

Namespace: ema3d.Api.V26.Charging.Domain
Assembly: ema3d.Api.V26 (in ema3d.Api.V26.dll) Version: 0.0.0.0
Syntax
public class ChargeDomain

The ChargeDomain type exposes the following members.

Properties
 NameDescription
Public propertyAdvancedOptionsFESolver The Charge Domain Advanced Options.
Public propertyDocument Document which Charge Domain resides.
Public propertyFESolverOptions The Charge Domain Finite Element Solver Options.
Public propertyFluidOptions The Charge Domain Fluid Options.
Public propertyPICOptions The Charge Domain PIC Options.
Public propertySwitchChargingOptions The Charge Domain charging options, including simulation type.
Public propertyTimeStepSettings The Charge Domain time settings.
Public propertyTransportOptions The Charge Domain Transport Options.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodStatic memberGetInstance Get the current charge domain instance in the document, or create a new one if it doesn't exist.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Example
Python
from ema3d.Api.V26.Charging.Domain import ChargeDomain as ChargeDomain
_cd = ChargeDomain.GetInstance(Window.ActiveWindow.Document)
See Also