Commit Graph

12135 Commits

Author SHA1 Message Date
fd8eebab13 ENH: Latest version of cvMesh. Squash of commits. 2012-12-11 17:22:06 +00:00
4cdb4a2c43 ENH: Ensure checkCoupledPoints works in parallel 2012-12-11 17:13:41 +00:00
f941955fc6 STYLE: Code cleanup 2012-12-11 17:12:58 +00:00
e81813a9c2 ENH: Add edgeCollapser utility and libraries.
edgeCollapser collapses small edges and faces.
Works in parallel by using PointEdgeWave.
2012-12-11 17:12:27 +00:00
a2c8736f23 ENH: calcPointEdges: Use invertManyToMany. Comment out the edge sorting. 2012-12-11 17:10:10 +00:00
f443931e5e ENH: Make set an autoPtr. Remove flip switch. 2012-12-11 17:09:14 +00:00
9f61b9123b ENH: Add enum and featurePointEdges. 2012-12-11 17:08:27 +00:00
057eff0e59 ENH: update fvMeshDistribute and domainDecomposition to use new
coupledPolyPatch constructor
2012-12-11 17:07:12 +00:00
3d49ababd4 ENH: if the face area is less than ROOTVSMALL then return vector::zero 2012-12-11 17:05:03 +00:00
3ad25a12d4 ENH: polyPatches
+ Move transform_ up to coupledPolyPatch
+ Add coincident full match to the transform type. This will fully match
  faces even if they have zero area.
+ Add transform type to the constructor as a default argument
2012-12-11 17:03:23 +00:00
0d9a532a4a STYLE: Correct typo and add more debug information 2012-12-11 16:59:02 +00:00
710056c4af ENH: polyTopoChange: Use ListOps 2012-12-11 16:58:16 +00:00
eeaed558c8 ENH: matchPoints
Add a function which also takes a direction to associate with each point.
If the matching points do not share equal and opposite normals then reject
the match.
2012-12-11 16:57:32 +00:00
9e8fbe34c6 ENH: searchableSurface
Made coordinates tmp<>
Added points
Added overlap tests to plate and sphere
2012-12-11 16:56:27 +00:00
5527f8e8fb ENH: indexedOctree: Remove quickCircumsphereRejection
Found no speed advantage
2012-12-11 16:53:08 +00:00
10121efb15 ENH: face: Use circulator in compare() 2012-12-11 16:52:18 +00:00
b82802691e ENH: face: Remove rotateFace
Use ListOps rotateList instead
2012-12-11 16:51:51 +00:00
af1d8bf357 ENH: Add static identity members to primitive types 2012-12-11 16:50:53 +00:00
93cf312826 ENH: Pair: Add operator<() 2012-12-11 16:50:11 +00:00
26a9fbb6e1 ENH: boundBox: Move overlaps function from treeBoundBox.
Update indexedOctree::overlaps to use boundBox::overlaps.
2012-12-11 16:49:36 +00:00
4be7afde0a STYLE: Fix some typos 2012-12-11 16:38:39 +00:00
9cd695220d ENH: Add triad primitive type and Field/IOField 2012-12-11 16:32:16 +00:00
6b24bdd45d ENH: Add getNumberOfProcessors() to bin/tools/RunFunctions 2012-12-11 16:28:39 +00:00
cb3ebf5e50 COMP: Add gperftools config file 2012-12-11 16:28:11 +00:00
e3ae44f31f ENH: ListOps: Add reverse and rotate functions
reverseList
inplaceReverseList
rotateList
inplaceRotateList

Remove reverse function from UList and call the ListOps from the other
reverse function.
2012-12-11 16:21:07 +00:00
23f04e33b5 ENH: circulator added
circulator and const_circulator wrap around lists so that they may be
iterated over indefinitely.
2012-12-11 16:18:29 +00:00
7942d3e90f Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-12-11 16:14:58 +00:00
94b72a99a7 ENH: debug: registered objects 2012-12-11 15:58:59 +00:00
cfc6980b57 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-12-11 15:57:50 +00:00
8d809e15ca ENH: snappyHexMeshDict: specify patch groups 2012-12-11 15:57:17 +00:00
df073a34ec ENH: Added sources to scalarTransportFoam 2012-12-11 09:56:41 +00:00
8e968f5647 STYLE: debug: move debug declaration into Foam namespace 2012-12-11 09:33:20 +00:00
100ed55f7a ENH: Added new rhoReactingBuoyantFoam solver 2012-12-10 18:13:18 +00:00
96060f6112 ENH: MOved rhoReactingFoam into the reactingFoam sub-folder 2012-12-10 18:12:36 +00:00
a89c8237cf Merge branch 'master' of dm:/home/dm4/OpenFOAM/OpenFOAM-dev 2012-12-10 17:21:22 +00:00
5e71baeb5d BUG: Corrected typo - sytem->system 2012-12-10 17:20:20 +00:00
b501c169e5 BUG: Updated solver for coupled-solve case 2012-12-10 17:19:59 +00:00
de29a1ed27 Merge branch 'master' of dm:/home/dm4/OpenFOAM/OpenFOAM-dev 2012-12-10 17:09:34 +00:00
391a703b90 COMP: various: indirect linkage problems on Ubuntu12.04 2012-12-10 17:08:42 +00:00
e8ccb8250d COMP: various: instantiates e.g. turbulenceModel (in createFields) but does not link in 2012-12-10 16:44:26 +00:00
9e81cba908 BUG: Corrected source usage in XiFoam 2012-12-10 16:39:27 +00:00
854c0fc2b1 ENH: Named G field in LES turbulence models lib 2012-12-10 16:16:43 +00:00
71abedf412 ENH: Tutorial updates 2012-12-10 15:34:45 +00:00
4c4b9d196b ENH: Renamed constraint sources as 'constraints' 2012-12-10 15:33:16 +00:00
b7492abbdd Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-12-10 15:25:24 +00:00
2d3dc0b1f6 ENH: Updated Allw* scripts 2012-12-10 15:25:11 +00:00
72ab425a77 ENH: Updated instantiation of sources by solvers 2012-12-10 15:21:37 +00:00
a54d38cc7f ENH: Added helper to create sources 2012-12-10 15:04:12 +00:00
65143b1ca3 ENH: Restructured basicSources 2012-12-10 15:03:43 +00:00
53cfb5653a ENH: Added new temperatureLimits constraint 2012-12-10 13:01:07 +00:00