Go to the source code of this file.
Namespaces | |
Foam | |
Namespace for OpenFOAM. | |
Functions | |
void | reconstructLagrangianPositions (const polyMesh &mesh, const word &cloudName, const PtrList< fvMesh > &meshes, const labelListList &faceProcAddressing, const labelListList &cellProcAddressing) |
template<class Type > | |
tmp< IOField< Type > > | reconstructLagrangianField (const word &cloudName, const polyMesh &mesh, const PtrList< fvMesh > &meshes, const word &fieldName) |
template<class Type > | |
tmp< CompactIOField< Field< Type >, Type > > | reconstructLagrangianFieldField (const word &cloudName, const polyMesh &mesh, const PtrList< fvMesh > &meshes, const word &fieldName) |
template<class Type > | |
void | reconstructLagrangianFields (const word &cloudName, const polyMesh &mesh, const PtrList< fvMesh > &meshes, const IOobjectList &objects, const HashSet< word > &selectedFields) |
template<class Type > | |
void | reconstructLagrangianFieldFields (const word &cloudName, const polyMesh &mesh, const PtrList< fvMesh > &meshes, const IOobjectList &objects, const HashSet< word > &selectedFields) |
Original source file reconstructLagrangian.H
InClass Foam::reconstructLagrangian
Definition in file reconstructLagrangian.H.