OpenFOAM
4.1
The OpenFOAM Foundation
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
applications
utilities
postProcessing
graphics
ensightFoamReader
USERD_get_number_of_variables.H
Go to the documentation of this file.
1
//======================================================================
2
int
USERD_get_number_of_variables
(
void
)
3
{
4
#ifdef ENSIGHTDEBUG
5
Info
<<
"Entering: USERD_get_number_of_variables"
<<
endl
<<
flush
;
6
#endif
7
8
return
Num_variables
;
9
}
Num_variables
static int Num_variables
Definition:
globalFoam.H:20
Foam::endl
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition:
Ostream.H:253
Foam::flush
Ostream & flush(Ostream &os)
Flush stream.
Definition:
Ostream.H:245
USERD_get_number_of_variables
int USERD_get_number_of_variables(void)
Definition:
USERD_get_number_of_variables.H:2
Foam::Info
messageStream Info
Generated by
1.8.11