createFields.H
Go to the documentation of this file.
1 const word dictName("particleTrackDict");
2 
4 
5 IOdictionary propsDict(dictIO);
6 
7 word cloudName(propsDict.lookup("cloudName"));
8 
9 List<word> userFields(propsDict.lookup("fields"));
IOdictionary propsDict(IOobject("particleTrackProperties", runTime.constant(), mesh, IOobject::MUST_READ_IF_MODIFIED))
List< word > userFields(propsDict.lookup("fields"))
const word dictName("particleTrackDict")
IOobject dictIO(dictName, runTime.constant(), mesh, IOobject::MUST_READ_IF_MODIFIED, IOobject::NO_WRITE)
const word cloudName(propsDict.lookup("cloudName"))