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

mapFields.C File Reference

Maps volume fields from one mesh to another. More...


Detailed Description

Maps volume fields from one mesh to another.

Maps volume fields from one mesh to another, reading and interpolating all fields present in the time directory of both cases. Parallel and non-parallel cases are handled without the need to reconstruct them first.

Usage
  • mapFields [OPTIONS] <source dir>
Parameters:
\<sourcedir>
Todo:
Detailed description of argument.
Parameters:
-consistent
Meshes are consistent.
-parallelSource
The source case is decomposed.
-sourceTime<scalar>
Time of the source.
-parallelTarget
The target case is decomposed.
-case<dir>
Case directory.
-help
Display help message.
-doc
Display Doxygen API documentation page for this application.
-srcDoc
Display Doxygen source documentation page for this application.

Definition in file mapFields.C.

#include "src/finiteVolume/cfdTools/general/include/fvCFD.H"
#include "src/sampling/meshToMeshInterpolation/meshToMesh/meshToMesh.H"
#include "applications/utilities/preProcessing/mapFields/MapVolFields.H"
#include "applications/utilities/preProcessing/mapFields/MapConsistentVolFields.H"
#include "applications/utilities/preProcessing/mapFields/UnMapped.H"
#include "src/finiteVolume/fvMesh/fvPatches/constraint/processor/processorFvPatch.H"
#include "applications/utilities/preProcessing/mapFields/mapLagrangian.H"
#include "applications/utilities/preProcessing/mapFields/setRoots.H"
#include "applications/utilities/preProcessing/mapFields/createTimes.H"
#include "applications/utilities/preProcessing/mapFields/setTimeIndex.H"
Include dependency graph for mapFields.C:

Go to the source code of this file.