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

createFields.H

Go to the documentation of this file.
00001 IOdictionary propsDict
00002 (
00003     IOobject
00004     (
00005         "particleTrackProperties",
00006         runTime.constant(),
00007         mesh,
00008         IOobject::MUST_READ
00009     )
00010 );
00011 
00012 word cloudName(propsDict.lookup("cloudName"));
00013 
00014 label sampleFrequency(readLabel(propsDict.lookup("sampleFrequency")));
00015 
00016 // outputMode: compositeFile, filePerTrack
00017 //word outputmode(propsDict.lookup("outputMode"))
00018 
00019 label maxPositions(readLabel(propsDict.lookup("maxPositions")));
00020 
00021 // outputFormat: raw, vtk
00022 //word outputFormat(propsDict.lookup("outputFormat"));
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines