Functions and constants relating to DataComponents
NOTE: LSDA-derived data are only available if both a ZTF file (which provides geometry and topology) and an LSDA file (which provides results) have been read. Also an attempt to extract a data component that does not match the element type, for example spring force for a spotweld, will return 0.0. These components and their names are configured dynamically from the "d3plot.components" file, which will be be in one or more of the $OA_ADMIN, $OA_INSTALL or $OA_HOME directories. If this file is updated further components may become available.
The D3PLOT JavaScript API provides many class constants, properties and methods. For Arup to
be able to extend and enhance the API in the future any constant, property or method names beginning with a lowercase
or uppercase letter are reserved.
If you need to add your own properties or methods to one of the existing classes then to avoid any potential future conflict you
should ensure that the name begins with either an underscore (_) or a dollar sign ($) or the name is prefixed with your
own unique identifier.
For example if company 'ABC' need to add a property called 'example' then to avoid any potential future conflict use one of:
| Name | Description |
| ADENS | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. ALE density. Use Component.ADENS instead [deprecated] |
| ADOMF | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. ALE dominant fraction. Use Component.ADOMF instead [deprecated] |
| AMMG | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. ALE multi-material group id. Use Component.AMMG instead [deprecated] |
| AMMS | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. ALE multi-material group mass. Use Component.AMMS instead [deprecated] |
| Name | Description |
| BFMV | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Force and moment vector [BFX, BFY, BFZ, BMXX, BMYY, BMZZ]. Use Component.BFMV instead [deprecated] |
| BFR | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Force magnitude. Use Component.BFR instead [deprecated] |
| BFX | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. X axial force. Use Component.BFX instead [deprecated] |
| BFY | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Y axial force. Use Component.BFY instead [deprecated] |
| BFZ | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Z axial force. Use Component.BFZ instead [deprecated] |
| BMXX | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. XX torsional moment. Use Component.BMXX instead [deprecated] |
| BMYY | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. YY bending moment. Use Component.BMYY instead [deprecated] |
| BMZZ | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. ZZ bending moment. Use Component.BMZZ instead [deprecated] |
| BRM | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Moment magnitude. Use Component.BRM instead [deprecated] |
| Name | Description |
| BEAX | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Axial strain. Use Component.BEAX instead [deprecated] |
| BEP | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Effective plastic strain. Use Component.BEP instead [deprecated] |
| Name | Description |
| BSXX | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Axial stress. Use Component.BSXX instead [deprecated] |
| BSYX or BSXY | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. XY shear stress. Use Component.BSXY instead [deprecated] |
| BSZX or BSXZ | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. XZ shear stress. Use Component.BSZX instead [deprecated] |
| Name | Description |
| BAED | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Axial energy density. Use Component.BAED instead [deprecated] |
| BAEN | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Axial energy. Use Component.BAEN instead [deprecated] |
| BBED | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Bending energy density. Use Component.BBED instead [deprecated] |
| BIE | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Internal energy. Use Component.BIE instead [deprecated] |
| BIED | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Internal energy density. Use Component.BIED instead [deprecated] |
| Name | Description |
| BMY1 | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Y moment at end 1. Use Component.BMY1 instead [deprecated] |
| BMY2 | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Y moment at end 2. Use Component.BMY2 instead [deprecated] |
| BMZ1 | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Z moment at end 1. Use Component.BMZ1 instead [deprecated] |
| BMZ2 | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Z moment at end 2. Use Component.BMZ2 instead [deprecated] |
| Name | Description |
| BRXX | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Torsional rotation. Use Component.BRXX instead [deprecated] |
| BRY1 | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Y rotation at end 1. Use Component.BRY1 instead [deprecated] |
| BRY2 | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Y rotation at end 2. Use Component.BRY2 instead [deprecated] |
| BRZ1 | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Z rotation at end 1. Use Component.BRZ1 instead [deprecated] |
| BRZ2 | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Z rotation at end 2. Use Component.BRZ2 instead [deprecated] |
| Name | Description |
| BPE1 | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Plastic energy at end 1. Use Component.BPE1 instead [deprecated] |
| BPE2 | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Plastic energy at end 2. Use Component.BPE2 instead [deprecated] |
| BSAX | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Total axial strain. Use Component.BSAX instead [deprecated] |
| Name | Description |
| CAREA | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Contact segment area. Use Component.CAREA instead [deprecated] |
| CFGX | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Contact global X force. Use Component.CFGX instead [deprecated] |
| CFGY | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Contact global Y force. Use Component.CFGY instead [deprecated] |
| CFGZ | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Contact global Z force. Use Component.CFGZ instead [deprecated] |
| CFLX | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Contact local X force. Use Component.CFLX instead [deprecated] |
| CFLY | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Contact local Y force. Use Component.CFLY instead [deprecated] |
| CFLZ | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Contact local Z force. Use Component.CFLZ instead [deprecated] |
| CFM | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Contact force magnitude. Use Component.CFM instead [deprecated] |
| CSN | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Contact normal stress. Use Component.CSN instead [deprecated] |
| CST | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Contact tangential stress. Use Component.CST instead [deprecated] |
| CSX | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Contact local X stress. Use Component.CSX instead [deprecated] |
| CSY | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Contact local Y stress. Use Component.CSY instead [deprecated] |
| Name | Description |
| EPL | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Effective plastic strain. Use Component.EPL instead [deprecated] |
| ERATE | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Strain rate. Use Component.ERATE instead [deprecated] |
| PEMAG | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Plastic strain magnitude. Use Component.PEMAG instead [deprecated] |
| Name | Description |
| PEAV | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Average plastic strain. Use Component.PEAV instead [deprecated] |
| PEMAX | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Max principal plastic strain. Use Component.PEMAX instead [deprecated] |
| PEMID | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Middle principal plastic strain. Use Component.PEMID instead [deprecated] |
| PEMIN | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Min principal plastic strain. Use Component.PEMIN instead [deprecated] |
| PEMS | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Max plastic shear strain. Use Component.PEMS instead [deprecated] |
| Name | Description |
| PETEN | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Plastic strain tensor [EXX, EYY, EZZ, EXY, EYZ, EZX]. Use Component.PETEN instead [deprecated] |
| PEXX | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. X Plastic strain. Use Component.PEXX instead [deprecated] |
| PEXY or PEYX | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. XY Plastic shear strain. Use Component.PEXY instead [deprecated] |
| PEYY | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Y Plastic strain. Use Component.PEYY instead [deprecated] |
| PEYZ or PEZY | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. XY Plastic shear strain. Use Component.PEYZ instead [deprecated] |
| PEZX or PEXZ | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. ZX Plastic shear strain. Use Component.PEZX instead [deprecated] |
| PEZZ | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Z Plastic strain. Use Component.PEZZ instead [deprecated] |
| Name | Description |
| E2MAX | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. 2D (in-plane) max principal strain. Use Component.E2MAX instead [deprecated] |
| E2MIN | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. 2D (in-plane) min principal strain. Use Component.E2MIN instead [deprecated] |
| E2SHEAR | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. 2D (in-plane) max shear strain. Use Component.E2SHEAR instead [deprecated] |
| EAV | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Average strain. Use Component.EAV instead [deprecated] |
| EMAX | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Max prinicipal strain. Use Component.EMAX instead [deprecated] |
| EMID | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Middle prinicipal strain. Use Component.EMID instead [deprecated] |
| EMIN | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Min prinicipal strain. Use Component.EMIN instead [deprecated] |
| EMS | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Max shear strain. Use Component.EMS instead [deprecated] |
| ENGMAJ | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Engineering Major strain. Use Component.ENGMAJ instead [deprecated] |
| ENGMIN | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Engineering Minor strain. Use Component.ENGMIN instead [deprecated] |
| ENGTHK | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Engineering Thickness strain. Use Component.ENGTHK instead [deprecated] |
| ERATIO | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. 2D (in-plane) principal strain ratio. Use Component.ERATIO instead [deprecated] |
| EVON | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. von Mises strain. Use Component.EVON instead [deprecated] |
| Name | Description |
| ETEN | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Strain tensor [EXX, EYY, EZZ, EXY, EYZ, EZX]. Use Component.ETEN instead [deprecated] |
| EXX | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. X strain. Use Component.EXX instead [deprecated] |
| EXY or EYX | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. XY shear strain. Use Component.EXY instead [deprecated] |
| EYY | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Y strain. Use Component.EYY instead [deprecated] |
| EYZ or EZY | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. YZ shear strain. Use Component.EYZ instead [deprecated] |
| EZX or EXZ | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. ZX shear strain. Use Component.EZX instead [deprecated] |
| EZZ | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Z strain. Use Component.EZZ instead [deprecated] |
| Name | Description |
| LODE_A | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Lode angle. Use Component.LODE_A instead [deprecated] |
| LODE_P | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Lode parameter. Use Component.LODE_P instead [deprecated] |
| LODE_PA | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Lode parameter alt. Use Component.LODE_PA instead [deprecated] |
| S2MAX | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. 2D (in-plane) max principal stress. Use Component.S2MAX instead [deprecated] |
| S2MIN | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. 2D (in-plane) min principal stress. Use Component.S2MIN instead [deprecated] |
| S2SHEAR | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. 2D (in-plane) max shear stress. Use Component.S2SHEAR instead [deprecated] |
| SAV | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Average stress (pressure). Use Component.SAV instead [deprecated] |
| SMAX | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Max principal stress. Use Component.SMAX instead [deprecated] |
| SMID | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Middle principal stress. Use Component.SMID instead [deprecated] |
| SMIN | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Min principal stress. Use Component.SMIN instead [deprecated] |
| SMS | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Max shear stress. Use Component.SMS instead [deprecated] |
| SVON | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. von Mises stress. Use Component.SVON instead [deprecated] |
| TRI | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Triaxiality. Use Component.TRI instead [deprecated] |
| YUTF | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Yield Utilisation Factor. Use Component.YUTF instead [deprecated] |
| YUTP | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Yield Utilisation Percentage. Use Component.YUTP instead [deprecated] |
| Name | Description |
| STEN | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Stress tensor [SXX, SYY, SZZ, SXY, SYZ, SZX]. Use Component.STEN instead [deprecated] |
| SXX | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. X stress. Use Component.SXX instead [deprecated] |
| SXY or SYX | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. XY stress. Use Component.SXY instead [deprecated] |
| SYY | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Y stress. Use Component.SYY instead [deprecated] |
| SYZ or SZY | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. YZ stress. Use Component.SYZ instead [deprecated] |
| SZX or SXZ | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. ZX stress. Use Component.SZX instead [deprecated] |
| SZZ | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Z stress. Use Component.SZZ instead [deprecated] |
| Name | Description |
| TEAV | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Average thermal strain. Use Component.TEAV instead [deprecated] |
| TEMAX | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Max principal thermal strain. Use Component.TEMAX instead [deprecated] |
| TEMID | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Middle principal thermal strain. Use Component.TEMID instead [deprecated] |
| TEMIN | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Min principal thermal strain. Use Component.TEMIN instead [deprecated] |
| TEMS | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Max thermal shear strain. Use Component.TEMS instead [deprecated] |
| Name | Description |
| TETEN | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Thermal strain tensor [EXX, EYY, EZZ, EXY, EYZ, EZX]. Use Component.TETEN instead [deprecated] |
| TEXX | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. X Thermal strain. Use Component.TEXX instead [deprecated] |
| TEXY or PEYX | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. XY Thermal shear strain. Use Component.TEXY instead [deprecated] |
| TEYY | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Y Thermal strain. Use Component.TEYY instead [deprecated] |
| TEYZ or TEZY | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. XY Thermal shear strain. Use Component.TEYZ instead [deprecated] |
| TEZX or TEXZ | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. ZX Thermal shear strain. Use Component.TEZX instead [deprecated] |
| TEZZ | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Z Thermal strain. Use Component.TEZZ instead [deprecated] |
| Name | Description |
| SHX | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Extra shell and thick shell data. Use Component.SHX instead [deprecated] |
| SOX | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Extra solid data. Use Component.SOX instead [deprecated] |
| Name | Description |
| GIE | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Internal energy. Use Component.GIE instead [deprecated] |
| GKE | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Kinetic energy. Use Component.GKE instead [deprecated] |
| GTE | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Total energy. Use Component.GTE instead [deprecated] |
| Name | Description |
| GMASS | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Mass. Use Component.GMASS instead [deprecated] |
| Name | Description |
| GMM | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Momentum magnitude. Use Component.GMM instead [deprecated] |
| GMX | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. X Momentum. Use Component.GMX instead [deprecated] |
| GMY | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Y Momentum. Use Component.GMY instead [deprecated] |
| GMZ | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Z Momentum. Use Component.GMZ instead [deprecated] |
| Name | Description |
| GVM | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Velocity magnitude. Use Component.GVM instead [deprecated] |
| GVX | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. X Velocity. Use Component.GVX instead [deprecated] |
| GVY | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Y Velocity. Use Component.GVY instead [deprecated] |
| GVZ | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Z Velocity. Use Component.GVZ instead [deprecated] |
| Name | Description |
| XSEC_A | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Database X-sect area. Use Component.XSEC_A instead [deprecated] |
| XSEC_F | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Database X-sect force (vector data). Use Component.XSEC_F instead [deprecated] |
| XSEC_M | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Database X-sect moment (vector data). Use Component.XSEC_M instead [deprecated] |
| Name | Description |
| RT_F | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Retractor force. Use Component.RT_F instead [deprecated] |
| RT_P | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Retractor pull-out. Use Component.RT_P instead [deprecated] |
| Name | Description |
| SPC_F | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. SPC force (vector data at nodes). Use Component.SPC_F instead [deprecated] |
| SPC_M | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. SPC moment (vector data at nodes). Use Component.SPC_M instead [deprecated] |
| Name | Description |
| SB_F | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Seatbelt axial force. Use Component.SB_F instead [deprecated] |
| SB_L | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Seatbelt length. Use Component.SB_L instead [deprecated] |
| Name | Description |
| SR_P | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Slipring pull-through. Use Component.SR_P instead [deprecated] |
| Name | Description |
| SW_F | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Spotweld axial force. Use Component.SW_F instead [deprecated] |
| SW_FAIL | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Spotweld failure. Use Component.SW_FAIL instead [deprecated] |
| SW_S | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Spotweld shear force. Use Component.SW_S instead [deprecated] |
| SW_TIME | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Spotweld failure time. Use Component.SW_TIME instead [deprecated] |
| SW_TRSN | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Spotweld torsion moment. Use Component.SW_TRSN instead [deprecated] |
| Name | Description |
| SP_E | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Spring elongation. Use Component.SP_E instead [deprecated] |
| SP_F | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Spring axial force. Use Component.SP_F instead [deprecated] |
| SP_M | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Spring torsional moment. Use Component.SP_M instead [deprecated] |
| SP_R | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Spring rotation. Use Component.SP_R instead [deprecated] |
| Name | Description |
| DENS | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Material density. Use Component.DENS instead [deprecated] |
| FSTRN | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Failure strain. Use Component.FSTRN instead [deprecated] |
| PRAT | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Poisson's ratio. Use Component.PRAT instead [deprecated] |
| YMOD | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Young's modulus. Use Component.YMOD instead [deprecated] |
| YSTRS | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Yield stress. Use Component.YSTRS instead [deprecated] |
| Name | Description |
| BENL | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Energy loss. Use Component.BENL instead [deprecated] |
| BENLD | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Energy loss density. Use Component.BENLD instead [deprecated] |
| BENLP | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Energy loss percentage. Use Component.BENLP instead [deprecated] |
| BKEN | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Kinetic energy. Use Component.BKEN instead [deprecated] |
| BKEND | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Kinetic energy density. Use Component.BKEND instead [deprecated] |
| BKENP | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Kinetic energy percentage. Use Component.BKENP instead [deprecated] |
| BSEN | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Strain energy. Use Component.BSEN instead [deprecated] |
| BSEND | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Strain energy density. Use Component.BSEND instead [deprecated] |
| BSENP | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Strain energy percentage. Use Component.BSENP instead [deprecated] |
| Name | Description |
| AM | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Acceleration magnitude. Use Component.AM instead [deprecated] |
| AV | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Acceleration vector [AX, AY, AZ]. Use Component.AV instead [deprecated] |
| AX | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. X acceleration. Use Component.AX instead [deprecated] |
| AY | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Y acceleration. Use Component.AY instead [deprecated] |
| AZ | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Z acceleration. Use Component.AZ instead [deprecated] |
| BV | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Basic (undeformed) vector [BX, BY, BZ]. Use Component.BV instead [deprecated] |
| BX | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Basic (undeformed) X coordinate. Use Component.BX instead [deprecated] |
| BY | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Basic (undeformed) Y coordinate. Use Component.BY instead [deprecated] |
| BZ | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Basic (undeformed) Z coordinate. Use Component.BZ instead [deprecated] |
| CV | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Current vector [CX, CY, CZ]. Use Component.CV instead [deprecated] |
| CX | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Current X coordinate. Use Component.CX instead [deprecated] |
| CY | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Current Y coordinate. Use Component.CY instead [deprecated] |
| CZ | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Current Z coordinate. Use Component.CZ instead [deprecated] |
| DM | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Displacement magnitude. Use Component.DM instead [deprecated] |
| DV | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Displacement vector [DX, DY, DZ]. Use Component.DV instead [deprecated] |
| DX | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. X displacement. Use Component.DX instead [deprecated] |
| DY | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Y displacement. Use Component.DY instead [deprecated] |
| DZ | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Z displacement. Use Component.DZ instead [deprecated] |
| RAM | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Rotation acceleration magnitude. Use Component.RAM instead [deprecated] |
| RAV | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Rotation acceleration vector [RAX, RAY, RAZ]. Use Component.RAV instead [deprecated] |
| RAX | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. X rotation acceleration. Use Component.RAX instead [deprecated] |
| RAY | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Y rotation acceleration. Use Component.RAY instead [deprecated] |
| RAZ | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Z rotation acceleration. Use Component.RAZ instead [deprecated] |
| RDM | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Rotation displacement magnitude. Use Component.RDM instead [deprecated] |
| RDV | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Rotation displacement vector [RDX, RDY, RDZ]. Use Component.RDV instead [deprecated] |
| RDX | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. X rotation displacement. Use Component.RDX instead [deprecated] |
| RDY | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Y rotation displacement. Use Component.RDY instead [deprecated] |
| RDZ | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Z rotation displacement. Use Component.RDZ instead [deprecated] |
| RVM | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Rotation velocity magnitude. Use Component.RVM instead [deprecated] |
| RVV | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Rotation velocity vector [RVX, RVY, RVZ]. Use Component.RVV instead [deprecated] |
| RVX | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. X rotation velocity. Use Component.RVX instead [deprecated] |
| RVY | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Y rotation velocity. Use Component.RVY instead [deprecated] |
| RVZ | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Z rotation velocity. Use Component.RVZ instead [deprecated] |
| VM | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Velocity magnitude. Use Component.VM instead [deprecated] |
| VV | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Velocity vector [VX, VY, VZ]. Use Component.VV instead [deprecated] |
| VX | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. X velocity. Use Component.VX instead [deprecated] |
| VY | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Y velocity. Use Component.VY instead [deprecated] |
| VZ | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Z velocity. Use Component.VZ instead [deprecated] |
| Name | Description |
| AREA | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Area. Use Component.AREA instead [deprecated] |
| DTDT | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. dTemp / dTime. Use Component.DTDT instead [deprecated] |
| EDEN | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Internal energy density. Use Component.EDEN instead [deprecated] |
| ENL | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Energy loss (Nastran OP2 results only). Use Component.ENL instead [deprecated] |
| ENLD | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Energy loss density (Nastran OP2 results only). Use Component.ENLD instead [deprecated] |
| ENLP | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Energy loss percentage (Nastran OP2 results only). Use Component.ENLP instead [deprecated] |
| HGEN | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Hourglass energy. Use Component.HGEN instead [deprecated] |
| JS_C_MASS | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Mass. Use Component.EMASS instead [deprecated] |
| KEN | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Kinetic energy (Nastran OP2 results only). Use Component.KEN instead [deprecated] |
| KEND | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Kinetic energy density (Nastran OP2 results only). Use Component.KEND instead [deprecated] |
| KENP | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Kinetic energy percentage (Nastran OP2 results only). Use Component.KENP instead [deprecated] |
| MADD | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Added mass. Use Component.MADD instead [deprecated] |
| RFX | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. X force resultant. Use Component.RFX instead [deprecated] |
| RFXY | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. XY force resultant. Use Component.RFXY instead [deprecated] |
| RFY | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Y force resultant. Use Component.RFY instead [deprecated] |
| RMX | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. MX moment resultant. Use Component.RMX instead [deprecated] |
| RMXY | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. MXY moment resultant. Use Component.RMXY instead [deprecated] |
| RMY | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. MY moment resultant. Use Component.RMY instead [deprecated] |
| RQX | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. XZ shear force resultant. Use Component.RQX instead [deprecated] |
| RQY | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. YZ shear force resultant. Use Component.RQY instead [deprecated] |
| RVOL | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Relative volume (solid). Use Component.RVOL instead [deprecated] |
| SEN | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Strain energy (Nastran OP2 results only). Use Component.SEN instead [deprecated] |
| SEND | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Strain energy density (Nastran OP2 results only). Use Component.SEND instead [deprecated] |
| SENP | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Strain energy percentage (Nastran OP2 results only). Use Component.SENP instead [deprecated] |
| TBOT | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Nodal (shell) bottom surface temperature. Use Component.TBOT instead [deprecated] |
| TEMP | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Nodal temperature. Use Component.TEMP instead [deprecated] |
| TFM | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Temperature magnitude. Use Component.TFM instead [deprecated] |
| TFV | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Temperature vector [TFX, TFY, TFZ]. Use Component.TFV instead [deprecated] |
| TFX | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. X temperature flux. Use Component.TFX instead [deprecated] |
| TFY | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Y temperature flux. Use Component.TFY instead [deprecated] |
| TFZ | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Z temperature flux. Use Component.TFZ instead [deprecated] |
| THK | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Thickness. Use Component.THK instead [deprecated] |
| TMID | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Nodal (shell) middle surface temperature. Use Component.TMID instead [deprecated] |
| TSTP | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Timestep. Use Component.TSTP instead [deprecated] |
| TTOP | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Nodal (shell) top surface temperature. Use Component.TTOP instead [deprecated] |
| VOL | This constant is deprecated in version 21.0. It is only provided to keep old scripts working. We strongly advise against using it in new scripts. Support may be removed in future versions. Volume (solid). Use Component.VOL instead [deprecated] |