Enum: VariableType

An enumeration of the different variable types supported by the tabular data implementation "Ansys.ACT.Automation.Mechanical.Table.Column".

Fields

Name Description
BodyForceDensity Represents a Body Force Density as a dependent variable column with unit fundamentals [mass length^-2 time^-2], such as ‘N m^-3’ or ‘lbf ft^-3’.
Displacement Represents a Displacement as a dependent variable column with unit fundamentals [length], such as ‘m’ or ‘ft’.
ElementId Represents Element IDs as a field (independent) variable column. This column type has no units.
Force Represents a Force as a dependent variable column with unit fundamentals [mass length time^-2], such as ‘N’ or ‘lbf’.
HeatFlux Represents a Heat Flux as a dependent variable column with unit fundamentals [mass time^-3], such as ‘W m^-2’ or ‘BTU s^-1 ft^-2’.
HeatGeneration Represents a Heat Generation as a dependent variable column with unit fundamentals [mass length^-1 time^-3], such as ‘W m^-3’ or ‘BTU s^-1 ft^-3’.
HeatRate Represents a Heat Rate as a dependent variable column with unit fundamentals [mass length^2 time^-3], such as ‘W’ or ‘BTU s^-1.
HeatTransferCoefficient Represents a Heat Transfer Coefficient as a dependent variable column with unit fundamentals [mass temperature^-1 time^-3] or equivalent, such as ‘W m^-2 C^-1’ or ‘lbf s^-1 ft^-1 R^-1’.
NodeId Represents Node IDs as a field (independent) variable column. This column type has no units.
OrientationAngle Represents a Orientation Angle as a dependent variable column with unit fundamentals [angle], such as ‘degree’ or ‘radian’.
Pressure Represents a Pressure as a dependent variable column with unit fundamentals [mass length^-1 time^-2], such as ‘Pa’ or ‘psi’.
Strain Represents a Strain as a dependent variable column. This column type has no units.
Stress Represents a Stress as a dependent variable column with unit fundamentals [mass length^-1 time^-2], such as ‘MPa’ or ‘psi’.
Temperature Represents a Temperature as a dependent variable column with unit fundamentals [temperature], such as ‘C’ or ‘F’.
Thickness Represents a Thickness as a dependent variable column with unit fundamentals [length], such as ‘m or ‘ft.
UserField Represents a user field variable which will be identified by the UserFieldVariable on a ColumnarDataImportDefinition.
Velocity Represents a Velocity as a dependent variable column with unit fundamentals [length time^-1], such as ‘m s^-1’ or ‘ft s^-1’.
XCoordinate Represents the X location as a field (independent) variable column with unit fundamentals [length], such as ‘m’ or ‘ft’.
YCoordinate Represents the Y location as a field (independent) variable column with unit fundamentals [length], such as ‘m’ or ‘ft’.
ZCoordinate Represents the Z location as a field (independent) variable column with unit fundamentals [length], such as ‘m’ or ‘ft’.