createControls.H
Go to the documentation of this file.
1 // Read particleTrackDict dictionary and extract values from it
2 
3 const word dictName("particleTrackDict");
4 
6 
7 IOdictionary propsDict(dictIO);
8 
9 const word cloudName(propsDict.get<word>("cloud"));
10 
11 // Mandatory - if empty, select none
12 wordRes acceptFields(propsDict.get<wordRes>("fields"));
13 
14 // Optional
15 wordRes excludeFields;
16 propsDict.readIfPresent("exclude", excludeFields);
17 
18 
19 // ************************************************************************* //
wordRes acceptFields
IOdictionary propsDict(dictIO)
wordRes excludeFields
const word cloudName(propsDict.get< word >("cloud"))
const word dictName("particleTrackProperties")
IOobject dictIO