VariableClassification

This enum represents the classification of variables that can be represented by Table variables/columns. A full variable definition requires both a (See Ansys.Mechanical.DataModel.MechanicalEnums.Table.VariableType) and an (See Ansys.Mechanical.DataModel.MechanicalEnums.Table.VariableClassification). The explicit enum values need to be kept in-sync with the Typescript enumeration of the same name in the frontend Angular project.

Declaration Syntax

public enum VariableClassification

Table 1086: Members

Member

Independent

An independent variable.

Member

Real

A scalar dependent variable, i.e., a variable that varies with respect to the independent variables. A table cannot mix scalar and vector classifications for a dependent variable, i.e., it is not possible to specify (See Ansys.Mechanical.DataModel.MechanicalEnums.Table.VariableClassification.Real) with (See Ansys.Mechanical.DataModel.MechanicalEnums.Table.VariableClassification.Real_i), (See Ansys.Mechanical.DataModel.MechanicalEnums.Table.VariableClassification.Real_j), and (See Ansys.Mechanical.DataModel.MechanicalEnums.Table.VariableClassification.Real_j) for the same (See Ansys.Mechanical.DataModel.MechanicalEnums.Table.VariableType).

Member

Real_i

The ‘i’ directional component of a dependent variable vector.

Member

Real_j

The ‘j’ directional component of a dependent variable vector.

Member

Real_k

The ‘k’ directional component of a dependent variable vector.