When entering the shape function variables, replace the letters highlighted below in italic font with the actual names for the dependent variables (solution components) and independent variables (spatial coordinates) for the Component.
|
u, ux, uy, uxx, uxy, uyx, uyy, ut, uxt, uyt, uxxt, uxyt, uyxt, uyyt, utt, uxtt, uytt, uxxtt, uxytt, uyxtt, uyytt
|
u, ux, uy, uz, uxx, uxy, uxz, uyx, uyy, uyz, uzx, uzy, uzz, ut, uxt, uyt, uzt, uxxt, uxyt, uxzt, uyxt, uyyt, uyzt, uzxt, uzyt, uzzt, utt, uxtt, uytt, uztt, uxxtt, uxytt, uxztt, uyxtt, uyytt, uyztt, uzxtt, uzytt, uzztt
|
•
|
The variables ux, uy, and uz are the components of the gradient ∇u, that is, the 1st-order spatial derivatives.
|
•
|
The variables uxx, uxy, uxz, uyx, uyy, uyz, uzx, uzy, and uzz are the 2nd-order space derivative components. They are meaningful only if the degree of the polynomial shape function used in an element is high enough. For first-order elements all these variables evaluate to zero.
|
The t must be last in a mixed derivative. The second time derivatives can also be used, such as utt or uxtt (but not higher derivatives in time).
|
When you plot or evaluate — on a boundary, for example — the value of a variable that is discontinuous across that boundary (a thin resistive layer, for example), the value is the average of the value on the “up” and “down” sides of the boundary. You can use the up and down operators to get the value on either side of the boundary (see up and down).
|