Properties |
Methods |
Local field data for a problem of DC Conduction.
The FieldPointCF object represents a field data in the given point for the DC conduction analysis. The FieldPointCF object is based on the general FieldPoint object and inherits all its properties and methods. In addition the FieldPointCF object offers some properties specific for a problem of DC conduction.
You get the FieldPointCF object in the same way you get the base FieldPoint object. If your analysis type is DC conduction, each time you get the FieldPoint object, you actually receive its specific version FieldPointCF.
All properties of the FieldPointCF are read-only.
The FieldPointCF object also give alternative names to some properties of the FieldPoint object.
Property |
Type |
Comment |
Double | The scalar electric potential (voltage) in (V). The same as Potential. | |
Vector | The electric field intensity vector in (V/m). The same as Grad. | |
Vector | The current density vector as Point in (A/m2). The same as KGrad. | |
Diagonal matrix of the electrical conductivity (S) | ||
Double | The temperature value used to calculate the electrical conductivity of the material. |