Arithmetic
|
abs
|
abs(constant | scalar | vector | tensor)
|
Rounds to nearest integer
|
cbrt
|
cbrt(constant | scalar)
|
The cubic root
|
ceil
|
ceil(constant | scalar)
|
Rounds to next greater integer
|
exp
|
exp(constant | scalar)
|
Exponential function
|
floor
|
floor(constant | scalar)
|
Rounds to next lesser integer
|
ln
|
ln(constant | scalar)
|
Natural logarithm
|
log10
|
log10(constant | scalar)
|
Base-10 logarithm
|
round
|
round(constant | scalar)
|
Rounds to nearest integer
|
sign
|
sign(constant | scalar)
|
Returns 1 if positive, -1 if negative
|
sqrt
|
sqrt(constant | scalar)
|
The square root
|
trunc
|
trunc(constant | scalar)
|
Truncates nonintegral digits
|
Trigonometric
|
sin
|
sin(constant | scalar)
|
The trigonometric functions
|
cos
|
cos(constant | scalar)
|
tan
|
tan(constant | scalar)
|
asin
|
asin(constant | scalar)
|
The inverse trigonometric
functions
|
acos
|
acos(constant | scalar)
|
atan
|
atan(constant | scalar)
|
atan2
|
atan2(constant | scalar, constant |
scalar)
|
sinh
|
sinh(constant | scalar)
|
The hyperbolic trigonometric
functions
|
cosh
|
cosh(constant | scalar)
|
tanh
|
tanh(constant | scalar)
|
asinh
|
asinh(constant | scalar)
|
The inverse hyperbolic
trigonometric functions
|
acosh
|
acosh(constant | scalar)
|
atanh
|
atanh(constant | scalar)
|
Field
|
frame
|
frame (scalar|vector|tensor),
string|constant, constant,
string|constant
|
Lock a given expression ( to a specific step, frame, or
load case). A value of -1 indicates the currently selected step, frame, or load
case.
- first argument: field expression to lock
- second argument: step ID or number (default: -1)
- third argument: frame number (default: -1)
- fourth argument: load case ID or number (default: -1)
|
mass_average
|
mass_average(scalar)
|
The mass-averaged value of a field
|
mass_integral
|
mass_integral(scalar)
|
The integral of the field multiplied by
mass
|
massflow
|
massflow()
|
The mass flow through a surface
|
massflow_average
|
massflow_average(scalar)
|
The average mass flow value of a field
through a surface
|
massflux
|
massflux()
|
The mass flux
|
max
|
max(scalar)
|
The maximum value in the field
|
min
|
min(scalar)
|
The minimum value in the field
|
sum
|
sum(scalar)
|
The sum of all values in the field
|
surface_average
|
surface_average(scalar)
|
The surface area-averaged value of a
field
|
surface_integral
|
surface_integral(scalar)
|
The integral of the field multiplied by
surface area
|
volume_average
|
volume_average(scalar)
|
The volume-averaged value of a field
|
volume_integral
|
volume_integral(scalar)
|
The integral of the field multiplied by
volume
|
uniformity
|
uniformity(scalar)
|
The uniformity of the field
|
Vector
|
dot
|
dot(vector, vector)
|
The inner-product of two vector fields
|
cross
|
cross(vector, vector)
|
The cross product of two vector fields
|
Gradients
|
curl
|
curl(vector)
|
The curl of a field
|
div
|
div(vector)
|
The divergence of a field
|
grad
|
grad(scalar | vector)
|
The gradient of a field
|
qcriterion
|
qcriterion(vector)
|
The Q-Criterion function
|
Other
|
tr
|
tr(tensor)
|
The trace of a tensor
|
transform
|
transform(vector | tensor, string)
|
The field in an alternate user-defined
coordinate system
|