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). This time is not the time returned by the AcuSolve User-Defined Function udfGetTime.
Description
This routine returns the current particle time. For
example,
Real time;
...
time = ufpGetTime( ufpHd ) ;
Errors
This routine expects a valid ufpHd as an argument; an invalid arguments returns an error.