ConductorBidirectional
Bidirectional Conductor
Constructors
- ConductorBidirectional(name ,volumes ,currentOrientationFace ,surfaceMesh ,thicknessMesh ,material ,visibility ,color )
Fields Summary
- Field
- Description
- color
- Conductor color
- currentOrientationFace
- Face of definition of the current flow plane
- lossesResults
- Losses (W)
- mass
- Mass (Kg)
- material
- Conductor material
- meshAccuracyReal
- Percentage of meshed area [%]
- name
- Name of conductor
- subsNumber
- Number of subdivisions
- surfaceMesh
- thicknessMesh
- Thickness meshing
- visibility
- Conductor visibility
- volumes
- List of volumes
Methods Summary
- Method
- Description
- setInvisible
- Modify bidirectionnal conductors visibility
- setVisible
- Modify bidirectionnal conductors visibility
Fields Details
- color
- color : Conductor color - [1..1] Color
- currentOrientationFace
- currentOrientationFace : Face of definition of the current flow plane - [1..1] Face
- lossesResults
- lossesResults : Losses (W) - [1..1] Double
- mass
- mass : Mass (Kg) - [1..1] Double
- material
- material : Conductor material - [1..1] Material
- meshAccuracyReal
- meshAccuracyReal : Percentage of meshed area [%] - [1..1] Double
- name
- name : Name of conductor - [1..1] String
- subsNumber
- subsNumber : Number of subdivisions - [1..1] Integer
- surfaceMesh
- surfaceMesh : Conductor mesh - [1..1] CondBiAssimDiscr
- thicknessMesh
- thicknessMesh : Thickness meshing - [1..1] ThicknessMesh
- visibility
- visibility : Conductor visibility - [1..1] Visibility
- volumes
- volumes : List of volumes - [1..N] Volume
Method Details
- setInvisible
-
-
Syntax
setInvisible()
-
Parameters
No parameter
-
Returns
No return value
-
- setVisible
-
-
Syntax
setVisible()
-
Parameters
No parameter
-
Returns
No return value
-