OpenFOAM
12
The OpenFOAM Foundation
USERD_get_num_of_time_steps.H
Go to the documentation of this file.
1
//======================================================================
2
// don't use multiple time sets...NN
3
//======================================================================
4
int
USERD_get_num_of_time_steps
5
(
6
int
timeset_number
7
)
8
{
9
#ifdef ENSIGHTDEBUG
10
Info
<<
"Entering: USERD_get_num_of_time_steps"
<<
endl
11
<<
flush
;
12
#endif
13
14
return
Num_time_steps
;
15
}
USERD_get_num_of_time_steps
int USERD_get_num_of_time_steps(int timeset_number)
Definition:
USERD_get_num_of_time_steps.H:5
Num_time_steps
static int Num_time_steps
Definition:
globalFoam.H:18
Foam::endl
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition:
Ostream.H:257
Foam::Info
messageStream Info
Foam::flush
Ostream & flush(Ostream &os)
Flush stream.
Definition:
Ostream.H:249
applications
utilities
postProcessing
graphics
ensightFoamReader
USERD_get_num_of_time_steps.H
Generated by
1.9.1