openfoam/applications/utilities/preProcessing/mapFields/FoamX/patchMapping.cfg
2008-04-15 18:56:58 +01:00

34 lines
1.1 KiB
INI

/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.0 |
| \\ / A nd | Web: http://www.openfoam.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
patchMapping
{
type compound;
description "Source and target patch names for mapping";
entries
{
sourcePatch
{
description "Source patch";
type word;
default <sourcePatch>;
}
targetPatch
{
description "Target patch";
type word;
default <targetPatch>;
}
}
}
// ************************************************************************* //