Add |
R1+R2+R3+R4 |
Multiply |
R1×R2×R3×R4 |
Minimum |
Min(R1,R2,R3,R4) |
Maximum |
Max(R1,R2,R3,R4) |
For both condition-based topology and shape optimization the following methods are available for combining two design responses (R1 and R2):
Subtract |
R1-R2 |
Divide |
R1R2 |
For both condition-based topology and shape optimization the following methods are available for operating on a single design response:
Absolute value |
abs(R1) |
Sine |
Sin(R1) |
Cosine |
Cos(R1) |
Tangent |
Tan(R1) |
Common logarithm |
Log(R1) |
Natural logarithm |
Ln(R1) |
Square root |
√R1 |
Exponential |
exp(R1) |
Nth Root |
n√R1 |
Nth Power |
R1n |
Integer |
Int(R1) |
Nearest integer number |
Nint(R1) |
Sign |
Sign(R1) |
Δij, the difference between two iterations |
R1i-R1j |