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.get<word>("cloud"));
8 
9 List<word> userFields(propsDict.lookup("fields"));
cloudName
const word cloudName(propsDict.get< word >("cloud"))
dictName
const word dictName("particleTrackDict")
propsDict
IOdictionary propsDict(IOobject("particleTrackProperties", runTime.constant(), mesh, IOobject::MUST_READ_IF_MODIFIED))
dictIO
IOobject dictIO
Definition: setConstantMeshDictionaryIO.H:1
userFields
List< word > userFields(propsDict.lookup("fields"))
setConstantMeshDictionaryIO.H