udfGetTimeAlpha()
Return the time at the alpha point of the generalized-alpha time marching algorithm.
Syntax
timeAlpha = udfGetTimeAlpha( udfHd ) ;
Type
AcuSolve User-Defined Function Global
Parameters
- udfHd
- The opaque handle (pointer) which was passed to the user function.
Return Value
- timeAlpha (real)
- Time at the alpha point of the generalized-alpha time marching algorithm.
Description
Real timeAlpha ;
...
timeAlpha = udfGetTimeAlpha( udfHd ) ;
Errors
This routine expects a valid udfHd.