Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openfoam
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Development
openfoam
Commits
eb17ff1e
Commit
eb17ff1e
authored
1 year ago
by
mattijs
Browse files
Options
Downloads
Patches
Plain Diff
DOC: cyclicPeriodicAMI: bit of comment
parent
a7538fab
No related branches found
No related tags found
1 merge request
!695
OpenFOAM v2406
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/meshTools/AMIInterpolation/patches/cyclicPeriodicAMI/cyclicPeriodicAMIPolyPatch/cyclicPeriodicAMIPolyPatch.H
+7
-1
7 additions, 1 deletion
...I/cyclicPeriodicAMIPolyPatch/cyclicPeriodicAMIPolyPatch.H
with
7 additions
and
1 deletion
src/meshTools/AMIInterpolation/patches/cyclicPeriodicAMI/cyclicPeriodicAMIPolyPatch/cyclicPeriodicAMIPolyPatch.H
+
7
−
1
View file @
eb17ff1e
...
...
@@ -29,6 +29,10 @@ Class
Description
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
cyclicPeriodicAMIPolyPatch.C
...
...
@@ -59,7 +63,9 @@ private:
// 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_
;
//- Number of sectors in a rotationally periodic geometry (optional)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment