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