Since version 2026, Flux 3D and Flux PEEC are no longer available.

Please use SimLab to create a new 3D project or to import an existing Flux 3D project.

Please use SimLab to create a new PEEC project (not possible to import an existing Flux PEEC project).

/!\ Documentation updates are in progress – some mentions of 3D may still appear.

ExportHyperMeshForce

Export Force for HyperMesh

Class ExportHyperMeshForce

Constructors

  • ExportHyperMeshForce(forceComputation ,format ,evolutionType ,forceUnit ,idDLOAD ,precision )
  • ExportHyperMeshForce(forceComputation ,format ,evolutionType ,forceUnit ,idDLOAD ,precision ,elementsInDepth ,numberHarmonics )

Fields Summary

Field
Description
elementsInDepth
Number of elements in depth (for computations on the Flux mesh)
evolutionType
Enumeration
forceComputation
Force computation to export
forceUnit
Enumeration
format
idDLOAD
DLOAD card ID (between 1 and 99 ; 0 for automatic numbering)
numberHarmonics
Number of harmonics (if empty, all harmonics are exported)
precision
Enumeration

Methods Summary

no methods

Fields Details

elementsInDepth
elementsInDepth : Number of elements in depth (for computations on the Flux mesh) - [0..1] Integer
evolutionType

evolutionType - [1..1] Enumeration

Potential values :

  • FrequentialForces
  • StaticForces
  • TimeForces
forceComputation
forceComputation : Force computation to export - [1..N] ForcesComputation
forceUnit

forceUnit - [1..1] Enumeration

Potential values :

  • Newton
  • dyne
  • kNewton
  • livre
  • mNewton
  • once
  • tonne
format
format : - [1..1] DataExportFormat
idDLOAD
idDLOAD : DLOAD card ID (between 1 and 99 ; 0 for automatic numbering) - [1..1] Integer
numberHarmonics
numberHarmonics : Number of harmonics (if empty, all harmonics are exported) - [0..1] Integer
precision

precision - [1..1] Enumeration

Potential values :

  • Double
  • Simple

Method Details

no methods