ufpGetTime()
Get the particle time.
Syntax
time = ufpGetTime ( ufpHd ) ;
Type
AcuTrace User-Defined Function Particle Routine
Parameters
- ufpHd (pointer)
- The opaque handle which was passed to the user function.
Return Value
The return value is the particle time (real value). Note that this time is not the time returned by the AcuSolve User Defined Function udfGetTime.
Description
Real time;
...
time = ufpGetTime( ufpHd ) ;
Errors
This routine expects a valid ufpHd as an argument; an invalid arguments returns an error.