Properties |
Methods |
Local field data for transient electric problem.
The FieldPointTV object represents field data in the given point for the AC (time-harmonic) conduction problem. The FieldPointTV object is based on the general FieldPoint object and inherits all its properties and methods. In addition the FieldPointTV object offers some properties specific for transient electric field problems.
The FieldPointTV object also provides friendly names for properties of the base FieldPoint object.
You get the FieldPointTV object in the same way you get the base FieldPoint object. If your problem is the transient electric, each time you get the FieldPoint object, you actually receive its specific version FieldPointTV.
All of the FieldPointTV object's properties read-only.
Property |
Type |
Comment |
|||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
U |
Double |
The scalar electric potential (voltage).
| |||||||||||||||||||||
E |
Vector |
The electric field intensity vector in (V/m). The
same as Grad.
D
Vector
The electric displacement vector as >> Point in (C/m2). The same as KGrad.
Permittivity
DMatrix
Two component permittivity matrix (F/m)
Conductivity
DMatrix
Two component electrical conductivity matrix (S/m).
GradE
HMatrix
The gradient of the electric field intensity vector (V/m2
).
ActiveCurrent
Vector
The vector of active (conductive) current density (A/m2
).
DisplacementCurrent
Vector
The vector of displacement (reactive) current density (A/m2
).
Losses
Double
Returns specific power of Joule losses in (W/m3).
|