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

This routine returns the number of species in the problem. For example,
Integer nSpecs ;
...
nSpecs = udfGetNumSpecs( udfHd ) ;

Errors

This routine expects a valid udfHd.