lagrangianReconstructor.C File Reference
Include dependency graph for lagrangianReconstructor.C:

Go to the source code of this file.

Macros

#define doLocalCode(Type)
 

Detailed Description

Original source file lagrangianReconstructor.C

Definition in file lagrangianReconstructor.C.

Macro Definition Documentation

◆ doLocalCode

#define doLocalCode (   Type)
Value:
{ \
this->reconstructFields<Type> \
( \
cloudObjs, \
selectedFields \
); \
\
this->reconstructFieldFields<Type> \
( \
cloudObjs, \
selectedFields \
); \
}
const word cloudName(propsDict.get< word >("cloud"))