Henry Weller
1319df48d9
Rationalized Doxygen documentation of command-line options
2016-06-17 09:11:58 +01:00
Henry Weller
e2336fefd3
checkMesh: Added writing of faceSets and cellSets containing errors
...
In parallel the sets are reconstructed. e.g.
mpirun -np 6 checkMesh -parallel -allGeometry -allTopology -writeSets vtk
will create a postProcessing/ folder with the vtk files of the
(reconstructed) faceSets and cellSets.
Also improved analysis of disconnected regions now also checks for point
connectivity with is useful for detecting if AMI regions have duplicate
points.
Patch contributed by Mattijs Janssens
2016-06-12 20:51:07 +01:00
Henry Weller
bd52e35f77
checkMesh: Updated the closed-ness test for ACMI to use FV
...
Patch contributed by Mattijs Janssens
Resolves bug-report http://bugs.openfoam.org/view.php?id=2088
2016-05-13 16:23:02 +01:00
Henry Weller
450728ea84
Standardized cell, patch, face and processor loop index names
2016-04-25 12:00:53 +01:00
Henry Weller
43beb06018
Standardized cell, patch and face loop index names
2016-04-25 10:28:32 +01:00
Henry Weller
2d5ff31649
boundaryField() -> boundaryFieldRef()
2016-04-24 22:07:37 +01:00
Henry Weller
8c6fa81eba
vector::zero -> Zero
2016-04-16 18:34:41 +01:00
Henry Weller
75cf86b769
Correct formatting: "forAll (" -> "forAll("
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1967
2016-01-09 23:10:16 +00:00
Henry Weller
e2ef006b91
applications: Update ...ErrorIn -> ...ErrorInFunction
...
Avoids the clutter and maintenance effort associated with providing the
function signature string.
2015-11-10 17:53:31 +00:00
Henry Weller
eb1080c933
checkMesh: Provide the number of geometric and solution directions.
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1872
2015-10-17 13:56:34 +01:00
Henry Weller
430d894e37
Added ROOTSMALL
2015-09-02 15:29:54 +01:00
Henry
c778346c96
Formatting: Rationalized the indentation of #include
2015-02-10 20:35:50 +00:00
andy
709b92d907
ENH: mesh motion updates
2014-06-03 14:42:39 +01:00
mattijs
4d7402862c
COMP: checkMesh,combinePatchFaces: move of pointConstraints
2013-12-04 15:59:35 +00:00
andy
79d8403f8f
ENH: checkMesh - updated writing of disconnected regions
2013-10-11 09:17:53 +01:00
andy
a787c35c48
ENH: checkMesh - write split regions to cellSets
2013-10-10 11:01:13 +01:00
laurence
6f9823d0de
Merge branch 'master' into feature/cvMesh
...
Conflicts:
src/OpenFOAM/algorithms/indexedOctree/indexedOctree.C
src/OpenFOAM/algorithms/indexedOctree/indexedOctree.H
src/dynamicMesh/polyMeshFilter/polyMeshFilter.C
src/meshTools/indexedOctree/treeDataPrimitivePatch.C
src/meshTools/indexedOctree/treeDataTriSurface.C
src/meshTools/triSurface/triSurfaceSearch/triSurfaceSearch.C
2013-05-08 12:20:52 +01:00
andy
9ebd8a851a
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2013-05-03 17:33:37 +01:00
mattijs
487103fa60
ENH: checkMesh: volume ratio too tight
2013-04-29 15:21:20 +01:00
andy
4435d64047
STYLE: Corrected spelling mistakes
2013-04-16 17:01:23 +01:00
laurence
963e659666
Merge branch 'master' into feature/cvMesh
2013-04-16 16:39:24 +01:00
mattijs
415cdb6a63
ENH: checkMesh: check volume ratio and face interpolation weights
2013-04-15 16:55:59 +01:00
laurence
21163c9591
BUG: Prevent overflow on integer multiplication
2013-04-11 20:07:26 +01:00
andy
951c8436aa
ENH: Applying Gijs' patch: Update header documentation for utilities
2013-02-21 10:54:34 +00:00
mattijs
ceecb84573
ENH: checkMesh: moved some checking functionality to polyMesh
2012-12-17 13:45:19 +00:00
laurence
4cdb4a2c43
ENH: Ensure checkCoupledPoints works in parallel
2012-12-11 17:13:41 +00:00
laurence
f941955fc6
STYLE: Code cleanup
2012-12-11 17:12:58 +00:00
mattijs
267d6fa42c
ENH: checkMesh: parallel sizes printing for patches
2012-10-03 16:54:10 +01:00
mattijs
bc976819b4
BUG: checkMesh: reduce maximum size of face
2012-08-20 15:18:55 +01:00
mattijs
d316b94de3
ENH: checkGeometry: reorganise coupled points check
2012-08-20 12:41:50 +01:00
mattijs
0b97b9aeaf
ENH: checkMesh: check all points on coupled boundaries.
2012-08-20 11:21:17 +01:00
mattijs
e781b335bf
STYLE: checkMesh,collapseEdges: renamed -meshQuality argument for consistency
2012-05-30 09:30:44 +01:00
mattijs
62a203c9db
ENH: checkMesh: add meshQualityDict option
2012-05-16 11:12:49 +01:00
laurence
03e4f7cc4a
BUG: checkMesh: sort number of cells with a given number of faces
2012-05-11 09:12:21 +01:00
Henry
cd51a5eea3
Consistency: Changed exponent FORTRAN style 'E' to C style 'e'
2012-04-17 16:48:27 +01:00
laurence
3c6c675081
STYLE: Remove trailing whitespace
2012-03-30 08:53:47 +01:00
mattijs
10cb0b37ad
BUG: checkMesh: handle 0 size meshes
2012-03-05 14:14:23 +00:00
laurence
a84661c204
ENH: checkMesh: Add output for the average number of faces per cell
...
Works in parallel
2012-01-30 15:36:30 +00:00
mattijs
cfc8d7a190
ENH: checkMesh: output faceSet from faceFaces check (partially duplicate faces)
2011-10-25 10:25:17 +01:00
mattijs
d25d4d28ce
ENH: checkMesh: zero cell meshes
2011-10-17 18:27:47 +01:00
mattijs
2d192faa50
COMP: coupledPolyPatch: screwed up merge.
2011-08-30 11:58:23 +01:00
mattijs
a242a3787b
ENH: checkMesh: added check for coupled point synchronisation
2011-08-24 08:58:48 +01:00
Henry
c2dd153a14
Copyright transfered to the OpenFOAM Foundation
2011-08-14 12:17:30 +01:00
mattijs
7ca505ce1b
ENH: checkTopology: illegal cells checking
2011-07-21 14:02:49 +01:00
mattijs
592271921b
ENH: polyMesh: remove support for read in cellCentres
2011-07-21 14:00:17 +01:00
graham
a3417e4596
Merge branch 'master' into cvm
...
Conflicts:
tutorials/lagrangian/reactingParcelFilmFoam/evaporationTest/system/extrudeToRegionMeshDict
tutorials/lagrangian/reactingParcelFilmFoam/panel/system/extrudeToRegionMeshDict
2011-04-21 12:02:49 +01:00
mattijs
a44a993d27
ENH: emptyFvPatchField: moved check to checkMesh
...
It now handles multiple empty patches
2011-04-20 10:51:48 +01:00
mattijs
6594b254b5
STYLE: chckTopology: wrong message.
2011-04-11 13:36:33 +01:00
graham
b1c7bcee4e
Merge branch 'master' into cvm
...
Conflicts:
applications/test/Distribution/DistributionTest.C
applications/test/Distribution/Make/options
src/OpenFOAM/containers/Lists/Distribution/Distribution.C
src/OpenFOAM/containers/Lists/Distribution/Distribution.H
src/OpenFOAM/containers/Lists/Distribution/DistributionI.H
2011-01-19 10:32:36 +00:00
graham
89619c5015
Revert "ENH: Copyright dates to allow a push."
...
This reverts commit c5bea5242b
.
2011-01-19 10:26:24 +00:00