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
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