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
9e017c72
Commit
9e017c72
authored
13 years ago
by
mattijs
Browse files
Options
Downloads
Patches
Plain Diff
STYLE: sampleDict: improved comment
parent
6aecbac2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/utilities/postProcessing/sampling/sample/sampleDict
+5
-3
5 additions, 3 deletions
...tions/utilities/postProcessing/sampling/sample/sampleDict
with
5 additions
and
3 deletions
applications/utilities/postProcessing/sampling/sample/sampleDict
+
5
−
3
View file @
9e017c72
...
@@ -47,12 +47,14 @@ formatOptions
...
@@ -47,12 +47,14 @@ formatOptions
}
}
// interpolationScheme. choice of
// interpolationScheme. choice of
// cell : use cell-centre value only; constant over cells (default)
// cell : use cell-centre value only; constant over cells
// (default)
// cellPoint : use cell-centre and vertex values
// cellPoint : use cell-centre and vertex values
// cellPointFace : use cell-centre, vertex and face values.
// cellPointFace : use cell-centre, vertex and face values.
// pointMVC : use point values only (Mean Value Coordinates)
// pointMVC : use point values only (Mean Value Coordinates)
// cellPatchConstrained : use cell-centre except on boundary faces where
// cellPatchConstrained : like 'cell' but uses cell-centre except on
// it uses the boundary value. For use with e.g. patchCloudSet.
// boundary faces where it uses the boundary value.
// For use with e.g. patchCloudSet.
// 1] vertex values determined from neighbouring cell-centre values
// 1] vertex values determined from neighbouring cell-centre values
// 2] face values determined using the current face interpolation scheme
// 2] face values determined using the current face interpolation scheme
// for the field (linear, gamma, etc.)
// for the field (linear, gamma, etc.)
...
...
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