openfoam/applications/utilities/postProcessing/lagrangian/steadyParticleTracks/createFields.H

10 lines
213 B
C

const word dictName("particleTrackDict");
#include "setConstantMeshDictionaryIO.H"
IOdictionary propsDict(dictIO);
word cloudName(propsDict.lookup("cloud"));
List<word> userFields(propsDict.lookup("fields"));