FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

ensightOutputCase.H File Reference


Detailed Description

Definition in file ensightOutputCase.H.

Go to the source code of this file.

Functions

 if (timeDirs[0].value()< 0)
 forAllConstIter (HashTable< word >, volumeFields, fieldIter)
 forAllConstIter (HashTable< HashTable< word > >, cloudFields, cloudIter)

Variables

scalar  timeCorrection = 0
 cloudFields
label  cloudNo = 0
 caseFile<< nl<< "TIME"<< nl;if(fieldTimesUsed.size()){caseFile<< "time set: "<< 1<< nl<< "number of steps: "<< fieldTimesUsed.size()<< nl<< "filename numbers:"<< nl;label count=0;forAll(fieldTimesUsed, i){caseFile<< " "<< setw(12)<< fieldTimesUsed[i];if(++count%6==0){caseFile<< nl;}}caseFile<< nl<< "time values:"<< nl;count=0;forAll(fieldTimesUsed, i){caseFile<< " "<< setw(12)<< timeIndices[fieldTimesUsed[i]]+timeCorrection;if(++count%6==0){caseFile<< nl;}}caseFile<< nl<< nl;}cloudNo=0;forAllConstIter(HashTable< autoPtr< DynamicList< label > > >
 cloudTimesUsed

Function Documentation

if (  )

Definition at line 4 of file ensightOutputCase.H.

References Foam::endl(), Foam::Info, and timeCorrection.

forAllConstIter ( HashTable< word >   ,
volumeFields   ,
fieldIter    
)

Definition at line 51 of file ensightOutputCase.H.

References Foam::ensightCaseEntry().

forAllConstIter ( HashTable< HashTable< word > >   ,
cloudFields   ,
cloudIter    
)

Definition at line 94 of file ensightOutputCase.H.

References cloudName(), Foam::ensightCaseEntry(), and forAllConstIter.


Variable Documentation

scalar timeCorrection = 0

Definition at line 3 of file ensightOutputCase.H.

Referenced by if().

Definition at line 39 of file ensightOutputCase.H.

Referenced by if().

label cloudNo = 0

Definition at line 93 of file ensightOutputCase.H.

caseFile<< nl<< "TIME"<< nl;if(fieldTimesUsed.size()){caseFile<< "time set: "<< 1<< nl<< "number of steps: "<< fieldTimesUsed.size()<< nl<< "filename numbers:"<< nl;label count=0;forAll(fieldTimesUsed, i){caseFile<< " "<< setw(12)<< fieldTimesUsed[i];if(++count%6==0){caseFile<< nl;}}caseFile<< nl<< "time values:"<< nl;count=0;forAll(fieldTimesUsed, i){caseFile<< " "<< setw(12)<< timeIndices[fieldTimesUsed[i]]+timeCorrection;if(++count%6==0){caseFile<< nl;}}caseFile<< nl<< nl;}cloudNo=0;forAllConstIter(HashTable< autoPtr< DynamicList< label > > >

Definition at line 178 of file ensightOutputCase.H.

Definition at line 178 of file ensightOutputCase.H.