mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
DOC: cyclicPeriodicAMI: bit of comment
This commit is contained in:
@ -29,6 +29,10 @@ Class
|
|||||||
Description
|
Description
|
||||||
Cyclic patch for periodic Arbitrary Mesh Interface (AMI)
|
Cyclic patch for periodic Arbitrary Mesh Interface (AMI)
|
||||||
|
|
||||||
|
Uses automated matching to fill all of the faces on owner and neighbour.
|
||||||
|
Can be used for translational periodic matching as well. Uses the
|
||||||
|
transforms from a specified periodic patch to transform the geometry.
|
||||||
|
|
||||||
SourceFiles
|
SourceFiles
|
||||||
cyclicPeriodicAMIPolyPatch.C
|
cyclicPeriodicAMIPolyPatch.C
|
||||||
|
|
||||||
@ -59,7 +63,9 @@ private:
|
|||||||
|
|
||||||
// Private data
|
// Private data
|
||||||
|
|
||||||
//- Current number of transformations (+ve forward, -ve backward)
|
//- Current number of transformations (+ve forward, -ve backward).
|
||||||
|
//- Used internally to stores the last state that gave a starting
|
||||||
|
//- match. Speeds up the automatic matching.
|
||||||
mutable label nTransforms_;
|
mutable label nTransforms_;
|
||||||
|
|
||||||
//- Number of sectors in a rotationally periodic geometry (optional)
|
//- Number of sectors in a rotationally periodic geometry (optional)
|
||||||
|
|||||||
Reference in New Issue
Block a user