Skip to main content

Mechanical scripting interface

VariableType

Last update: 14.01.2025

class Ansys.Mechanical.DataModel.MechanicalEnums.ExternalData.VariableType

Bases: enum.Enum

An enumeration of the different variable types supported by the tabular data T:Ansys.Mechanical.Interfaces.IDataSeries implementation “Ansys.ACT.Automation.Mechanical.Table.Column”.

Overview

Attributes

Name
BodyForceDensity
Displacement
ElementId
Force
HeatFlux
HeatGeneration
HeatRate
HeatTransferCoefficient
NodeId
OrientationAngle
Pressure
Strain
Stress
Temperature
Thickness
UserField
Velocity
Volume
XCoordinate
YCoordinate
ZCoordinate

Attribute detail

VariableType.BodyForceDensity = 17

VariableType.Displacement = 12

VariableType.ElementId = 4

VariableType.Force = 13

VariableType.HeatFlux = 8

VariableType.HeatGeneration = 9

VariableType.HeatRate = 10

VariableType.HeatTransferCoefficient = 7

VariableType.NodeId = 3

VariableType.OrientationAngle = 18

VariableType.Pressure = 6

VariableType.Strain = 16

VariableType.Stress = 15

VariableType.Temperature = 5

VariableType.Thickness = 11

VariableType.UserField = 20

VariableType.Velocity = 14

VariableType.Volume = 19

VariableType.XCoordinate = 0

VariableType.YCoordinate = 1

VariableType.ZCoordinate = 2