FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

reconstructLagrangian.H File Reference


Detailed Description

InClass Foam::reconstructLagrangian

Source files

Definition in file reconstructLagrangian.H.

#include "src/OpenFOAM/fields/cloud/cloud.H"
#include "src/OpenFOAM/meshes/polyMesh/polyMesh.H"
#include "src/OpenFOAM/db/IOobjectList/IOobjectList.H"
#include "src/finiteVolume/fvMesh/fvMesh.H"
Include dependency graph for reconstructLagrangian.H:

Go to the source code of this file.

Namespaces

namespace  Foam
 

Namespace for OpenFOAM.


Functions

void  reconstructLagrangianPositions (const polyMesh &mesh, const word &cloudName, const PtrList< fvMesh > &meshes, const PtrList< labelIOList > &faceProcAddressing, const PtrList< labelIOList > &cellProcAddressing)
template<class Type >
tmp< IOField< Type > >  reconstructLagrangianField (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)