Defining an Expression

Expressions are mathematical descriptions that typically contain Intrinsic Functions, such as sin(x), and arithmetic operators, such as +, -, *, and /, as well as defined variables. For example, you could define: x_size = 1mm, y_size = x_size + sin(x_size). Defining one variable in terms of another makes it a dependent variable. Dependent variables, though useful in many situations, cannot be the subject of optimization, sensitivity analysis, tuning, or statistical analysis.

The Constants tab of the Project Variables window lists all available pre-defined constants. These may not be reassigned a new value.

Numerical values may be entered in Ansys shorthand for scientific notation. For example, 5x107 could be entered as 5e7.