34 lines
1.1 KiB
INI
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>;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
// ************************************************************************* //
|