Files
OpenFOAM-12/etc/caseDicts/preProcessing/mapFieldsDict
2024-07-06 16:02:47 +01:00

31 lines
925 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 12
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
format ascii;
class dictionary;
object mapFieldsDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// Map data from source patch to target coincident patch
patchMap
(
<sourcePatch1> <targetPatch1>
<sourcePatch2> <targetPatch2>
);
// Target patches whose field values are mapped from the internal source mesh
cuttingPatches
(
<targetPatch1>
<targetPatch2>
);
// ************************************************************************* //