An enumeration of the different variable types supported by the tabular data (See Ansys.Mechanical.Interfaces.IDataSeries) implementation "Ansys.ACT.Automation.Mechanical.Table.Column".
Declaration Syntax
public enum VariableType
Table 1087: Members
Member |
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’. |
Member |
ID |
Represents item IDs as a field (independent) variable column. This column type has no units. |
Member |
Pressure |
Represents a Pressure as a variable column with unit fundamentals [mass length^-1 time^-2], such as ‘Pa’ or ‘psi’. |
Member |
Temperature |
Represents a Temperature as a variable column with unit fundamentals [temperature], such as ‘C’ or ‘F’. |
Member |
ThetaCoordinate |
Represents the angular location Theta as a field (independent) variable column with unit fundamentals [angle], such as ‘degree’ or ‘rad’. |
Member |
Time |
Represents the Time as a field (independent) variable column with unit fundamentals [time], such as ‘s’ or ‘h’. |
Member |
XCoordinate |
Represents the X location as a field (independent) variable column with unit fundamentals [length], such as ‘m’ or ‘ft’. |
Member |
YCoordinate |
Represents the Y location as a field (independent) variable column with unit fundamentals [length], such as ‘m’ or ‘ft’. |
Member |
ZCoordinate |
Represents the Z location as a field (independent) variable column with unit fundamentals [length], such as ‘m’ or ‘ft’. |