udfGetEbcTime()
Return the current time.
Syntax
time = udfGetEbcTime( udfHd ) ;
Type
AcuSolve User-Defined Example Boundary Condition
Parameters
- udfHd
- The opaque handle (pointer) which was passed to the user function.
Return Value
- time (real)
- Current time.
Description
This routine returns the current time. For
example,
Real time ;
...
time = udfGetEbcTime( udfHd ) ;
Errors
- This routine expects a valid udfHd.
- This routine may only be called within an Element Boundary Condition user function.