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
a44a993d27
ENH: emptyFvPatchField: moved check to checkMesh
...
It now handles multiple empty patches
2011-04-20 10:51:48 +01:00
6594b254b5
STYLE: chckTopology: wrong message.
2011-04-11 13:36:33 +01:00
95bc057204
BUG: (one|two)InternalFaceCells should be cellSets.
2010-11-24 18:36:48 +00:00
a7d3095c9b
BUG: (one|two)InternalFaceCells should be cellSets.
2010-11-24 18:36:48 +00:00
3629979263
Merge branch 'master' into cvm
...
Conflicts:
src/OpenFOAM/primitives/random/Random/random.3
src/OpenFOAM/primitives/random/Random/random.c
2010-11-11 18:29:28 +00:00
d5acd22a63
STYLE: use labelUList typedef instead of UList<label> or unallocLabelList
2010-11-02 09:32:32 +01:00
df58543799
ENH: Writing cellCentres to polyMesh dir and optional reading.
2010-10-14 18:02:22 +01:00
6548c1dd27
ENH: checkMesh : moved parallel checks into zones
2010-09-16 18:28:10 +01:00
1a633da3e6
ENH: checkMesh : move parallel checking into Zones.
2010-09-16 18:27:07 +01:00
7bcdbfc33a
ENH: do not print boundinb box for zero-sized patches
2010-08-05 15:21:34 +01:00
96a3de7a43
ENH: work with processors with 0 cells. polyMesh::directions, checkMesh.
2010-06-01 14:35:55 +01:00
18eb2d7099
STYLE: Typo in warning message
2010-03-04 13:47:51 +00:00
e931525a0f
BUG: sets relating to geometry (most mesh errors) should be written to
...
pointsInstance.
For now also dump topology related sets to pointsInstance since otherwise
paraFoam cannot see them (only looks at first 'sets' directory when searching
back)
2010-01-28 12:19:17 +00:00
4c13ef589b
faceZone checking. wip
2009-07-09 11:57:21 +01:00
e28256477a
checks on zones
2009-06-30 22:16:01 +01:00
00328814d9
disconnected cell check
2009-03-06 13:34:35 +00:00
95dcb6ded7
Simplify checking of container (List/HashTable, strings) sizes
...
- can use 'XX.empty()' instead of 'XX.size() == 0', 'XX.size() < 1' or
'XX.size() <= 0' or for simpler coding.
It also has the same number of characters as '!XX.size()' and /might/ be
more readable
- many size checking had 'XX.size() > 0', 'XX.size() != 0', or 'XX.size() >= 1'
when a simple 'XX.size()' suffices
2009-01-10 20:28:06 +01:00
d6b247a3b1
added static data boundBox::greatBox and boundBox::invertedBox
...
- boundBox::invertedBox is useful for initializing our own calculations
- NOTE treeBoundBox::greatBox is still in place, since it uses GREAT
instead of VGREAT. If this is only historical, we can drop it.
2008-11-22 11:15:20 +01:00
0bbc8fd2c4
parallel checkMesh
2008-10-07 18:24:56 +01:00
4b5809ea7b
Printing of bounding box of patches
2008-05-16 14:00:22 +01:00
e1938c7a0c
Edge alignment check for 2D cases
2008-05-08 23:42:20 +01:00
3170c7c0c9
Creation of OpenFOAM-dev repository 15/04/2008
2008-04-15 18:56:58 +01:00