Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
1bfa9127
Commit
1bfa9127
authored
Jul 22, 2009
by
Chris Greenshields
Browse files
Modified more Description entries in utilities for documenting purposes
parent
2f301617
Changes
33
Hide whitespace changes
Inline
Side-by-side
applications/utilities/mesh/advanced/refineHexMesh/refineHexMesh.C
View file @
1bfa9127
...
...
@@ -23,7 +23,7 @@ License
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Description
Hex 2x2x2 refiner
Refines a hex mesh by 2x2x2 cell splitting.
\*---------------------------------------------------------------------------*/
...
...
applications/utilities/mesh/advanced/refineWallLayer/refineWallLayer.C
View file @
1bfa9127
...
...
@@ -23,9 +23,10 @@ License
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Description
Utility to refine cells next to patches. Takes a patchName
and number of layers to refine. Works out cells within these layers
and refines those in the wall-normal direction.
Utility to refine cells next to patches.
Takes a patchName and number of layers to refine. Works out cells within
these layers and refines those in the wall-normal direction.
\*---------------------------------------------------------------------------*/
...
...
applications/utilities/mesh/advanced/splitCells/splitCells.C
View file @
1bfa9127
...
...
@@ -23,10 +23,11 @@ License
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Description
Utility to split cells with flat faces. Uses a geometric cut with a plane
dividing the edge angle into two so might produce funny cells. For hexes
it will use by default a cut from edge onto opposite edge (i.e. purely
topological).
Utility to split cells with flat faces.
Uses a geometric cut with a plane dividing the edge angle into two so
might produce funny cells. For hexes it will use by default a cut from
edge onto opposite edge (i.e. purely topological).
Options:
- split cells from cellSet only
...
...
applications/utilities/mesh/conversion/mshToFoam/mshToFoam.C
View file @
1bfa9127
...
...
@@ -23,7 +23,7 @@ License
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Description
Read
s .msh f
ormat
generated by the Adventure system.
Convert
s .msh f
ile
generated by the Adventure system.
Note: the .msh format does not contain any boundary information. It is
purely a description of the internal mesh.
...
...
applications/utilities/mesh/conversion/netgenNeutralToFoam/netgenNeutralToFoam.C
View file @
1bfa9127
...
...
@@ -23,7 +23,7 @@ License
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Description
read N
eutral file format as written by Netgen4.4.
Converts n
eutral file format as written by Netgen
v
4.4.
Example:
...
...
applications/utilities/mesh/conversion/polyDualMesh/polyDualMeshApp.C
View file @
1bfa9127
...
...
@@ -23,8 +23,8 @@ License
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Description
Calculate the dual of a polyMesh. Adheres to all the feature
&patch edges.
Calculate the dual of a polyMesh. Adheres to all the feature
and patch
edges.
Usage
...
...
applications/utilities/mesh/conversion/star4ToFoam/star4ToFoam.C
View file @
1bfa9127
...
...
@@ -79,7 +79,7 @@ int main(int argc, char *argv[])
scaleFactor
=
1
;
}
}
if
(
args
.
optionFound
(
"solids"
))
{
meshReaders
::
STARCD
::
keepSolids
=
true
;
...
...
applications/utilities/mesh/conversion/tetgenToFoam/tetgenToFoam.C
View file @
1bfa9127
...
...
@@ -23,7 +23,7 @@ License
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Description
Read
s .ele and .node and .face files
as
written by tetgen.
Convert
s .ele and .node and .face files
,
written by tetgen.
Make sure to use add boundary attributes to the smesh file
(5 fifth column in the element section)
...
...
applications/utilities/mesh/generation/extrudeMesh/extrudeMesh.C
View file @
1bfa9127
...
...
@@ -24,8 +24,8 @@ License
Description
Extrude mesh from existing patch (by default outwards facing normals;
optional flips faces)
or from patch read from file.
optional flips faces)
or from patch read from file.
Note: Merges close points so be careful.
Type of extrusion prescribed by run-time selectable model.
...
...
applications/utilities/mesh/manipulation/createBaffles/createBaffles.C
View file @
1bfa9127
...
...
@@ -23,8 +23,8 @@ License
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Description
Makes internal faces into boundary faces. Does not duplicate points
. Us
e
mergeOrSplitBaffles
if you want this
.
Makes internal faces into boundary faces. Does not duplicate points
, unlik
e
mergeOrSplitBaffles.
Note: if any coupled patch face is selected for baffling automatically
the opposite member is selected for baffling as well. Note that this
...
...
applications/utilities/mesh/manipulation/flattenMesh/flattenMesh.C
View file @
1bfa9127
...
...
@@ -26,7 +26,7 @@ Application
flattenMesh
Description
Flatten the front and back planes of a 2D cartesian mesh.
Flatten
s
the front and back planes of a 2D cartesian mesh.
\*---------------------------------------------------------------------------*/
...
...
@@ -90,7 +90,7 @@ int main(int argc, char *argv[])
}
}
twoDCorr
.
correctPoints
(
points
);
twoDCorr
.
correctPoints
(
points
);
// Set the precision of the points data to 10
IOstream
::
defaultPrecision
(
10
);
...
...
applications/utilities/mesh/manipulation/insideCells/insideCells.C
View file @
1bfa9127
...
...
@@ -23,7 +23,7 @@ License
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Description
Pick up cells with cell centre 'inside' of surface. Requires surface
Pick
s
up cells with cell centre 'inside' of surface. Requires surface
to be closed and singly connected.
\*---------------------------------------------------------------------------*/
...
...
applications/utilities/mesh/manipulation/mergeOrSplitBaffles/mergeOrSplitBaffles.C
View file @
1bfa9127
...
...
@@ -26,7 +26,7 @@ Application
mergeOrSplitBaffles
Description
Detect faces that share points (baffles). Either merge them or
Detect
s
faces that share points (baffles). Either merge them or
duplicate the points.
Notes:
...
...
applications/utilities/mesh/manipulation/mirrorMesh/mirrorMesh.C
View file @
1bfa9127
...
...
@@ -23,7 +23,6 @@ License
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Description
Mirrors a mesh around a given plane.
\*---------------------------------------------------------------------------*/
...
...
applications/utilities/mesh/manipulation/refineMesh/refineMesh.C
View file @
1bfa9127
...
...
@@ -23,9 +23,10 @@ License
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Description
Utility to refine cells in multiple directions. Either supply -all
option to refine all cells (3D refinement for 3D cases; 2D for 2D cases)
or reads a refineMeshDict with
Utility to refine cells in multiple directions.
Either supply -all option to refine all cells (3D refinement for 3D
cases; 2D for 2D cases) or reads a refineMeshDict with
- cellSet to refine
- directions to refine
...
...
applications/utilities/mesh/manipulation/splitMeshRegions/splitMeshRegions.C
View file @
1bfa9127
...
...
@@ -23,8 +23,10 @@ License
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Description
Splits mesh into multiple regions. Each region is defined as a domain
whose cells can all be reached by cell-face-cell walking without crossing
Splits mesh into multiple regions.
Each region is defined as a domain whose cells can all be reached by
cell-face-cell walking without crossing
- boundary faces
- additional faces from faceset (-blockedFaces faceSet).
- any face inbetween differing cellZones (-cellZones)
...
...
applications/utilities/mesh/manipulation/transformPoints/transformPoints.C
View file @
1bfa9127
...
...
@@ -27,7 +27,10 @@ Application
Description
Transforms the mesh points in the polyMesh directory according to the
options:
translate, rotate and scale options.
Usage
Options are:
-translate vector
Translates the points by the given vector,
...
...
applications/utilities/parallelProcessing/reconstructParMesh/reconstructParMesh.C
View file @
1bfa9127
...
...
@@ -26,9 +26,10 @@ Application
reconstructParMesh
Description
Reconstructs a mesh using geometric information only. Writes
point/face/cell procAddressing so afterwards reconstructPar can be used to
reconstruct fields.
Reconstructs a mesh using geometric information only.
Writes point/face/cell procAddressing so afterwards reconstructPar can be
used to reconstruct fields.
Note:
- uses geometric matching tolerance (set with -mergeTol option)
...
...
applications/utilities/parallelProcessing/redistributeMeshPar/redistributeMeshPar.C
View file @
1bfa9127
...
...
@@ -26,8 +26,11 @@ Application
redistributeMeshPar
Description
Parallel redecomposition of mesh. Start with maximum number of processors.
Balances mesh and writes new mesh to new timedirectory.
Redistributes existing decomposed mesh and fields according to the current
settings in the decomposeParDict file.
Must be run on maximum number of source and destination processors.
Balances mesh and writes new mesh to new time directory.
Can also work like decomposePar:
...
...
applications/utilities/postProcessing/dataConversion/foamToGMV/foamToGMV.C
View file @
1bfa9127
...
...
@@ -24,6 +24,7 @@ License
Description
Translates foam output to GMV readable files.
A free post-processor with available binaries from
http://www-xdiv.lanl.gov/XCM/gmv/
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment