mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
This commit is contained in:
@ -36,7 +36,6 @@ Description
|
||||
(nonuniformTransform)cyclic \<zoneA\>_\<zoneB\>
|
||||
- extrudes into master direction (i.e. away from the owner cell
|
||||
if flipMap is false)
|
||||
- not parallel
|
||||
|
||||
\verbatim
|
||||
|
||||
|
||||
@ -47,12 +47,14 @@ formatOptions
|
||||
}
|
||||
|
||||
// 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
|
||||
// cellPointFace : use cell-centre, vertex and face values.
|
||||
// pointMVC : use point values only (Mean Value Coordinates)
|
||||
// cellPatchConstrained : use cell-centre except on boundary faces where
|
||||
// it uses the boundary value. For use with e.g. patchCloudSet.
|
||||
// cellPatchConstrained : like 'cell' but uses cell-centre except on
|
||||
// boundary faces where it uses the boundary value.
|
||||
// For use with e.g. patchCloudSet.
|
||||
// 1] vertex values determined from neighbouring cell-centre values
|
||||
// 2] face values determined using the current face interpolation scheme
|
||||
// for the field (linear, gamma, etc.)
|
||||
|
||||
@ -486,7 +486,7 @@ int main(int argc, char *argv[])
|
||||
(
|
||||
"dict",
|
||||
"word",
|
||||
"name of dictionary to provide feature extraction information"
|
||||
"specify alternative dictionary for the feature extraction information"
|
||||
);
|
||||
|
||||
# include "setRootCase.H"
|
||||
|
||||
Reference in New Issue
Block a user