udfGetNumSpecs()
Number of species transport equations in the problem.
Syntax
nSpecs = udfGetNumSpecs( udfHd ) ;
Type
AcuSolve User-Defined Function Global
Parameters
- udfHd
- The opaque handle (pointer) which was passed to the user function.
Return Value
- nSpecs (integer)
- Number of species in the problem.
Description
Integer nSpecs ;
...
nSpecs = udfGetNumSpecs( udfHd ) ;
Errors
This routine expects a valid udfHd.