mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: mapFields: improved comment
This commit is contained in:
@ -14,6 +14,12 @@ FoamFile
|
|||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
// Specify how to map patches. There are three different options:
|
||||||
|
// - patch exists in the source case: specify mapping (patchMap)
|
||||||
|
// - patch should be interpolated from internal values in source case
|
||||||
|
// (cuttingPatches)
|
||||||
|
// - patch should not be mapped. Default if not in patchMap or cuttingPatches
|
||||||
|
|
||||||
// List of pairs of target/source patches for mapping
|
// List of pairs of target/source patches for mapping
|
||||||
patchMap
|
patchMap
|
||||||
(
|
(
|
||||||
|
|||||||
Reference in New Issue
Block a user