Commit Graph

12000 Commits

Author SHA1 Message Date
9576a43d2d COMP: polyMeshFilter: single precision build 2012-12-12 12:21:01 +00:00
6622eb4ad4 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-12-12 12:08:50 +00:00
293d651331 BUG: coupledPolyPatch: Make transform virtual so that it can be
overriden by processorCyclicPolyPatch
2012-12-12 11:08:47 +00:00
44d1ed3eae ENH: boundBox: Change distanceFromBoxSqr to nearest()
Returns the nearest point instead of a distance
2012-12-12 11:07:52 +00:00
4cf6555419 ENH: Updated film default BC for alpha field 2012-12-12 10:12:08 +00:00
906aacb473 ENH: Film contact angle force - do not apply to film top/bottom patches 2012-12-12 09:58:57 +00:00
2cc72954e1 ENH: Region models - added utility function to return true if patch is coupled 2012-12-12 09:58:31 +00:00
3c7d4113f2 COMP: ptscotchDecomp: scotch6.0 requirements 2012-12-12 09:45:18 +00:00
ec634a897c STYLE: Correct headers 2012-12-12 09:43:04 +00:00
845b95522a STYLE: Correct line lengths 2012-12-12 09:41:06 +00:00
f306994d20 STYLE: Remove flange.eMesh 2012-12-12 09:04:29 +00:00
f46de13cb1 BUG: Reinstate reverse() function in UList 2012-12-12 08:50:19 +00:00
cc1a3e58a2 BUG: correct initialisation list in coupledPolyPatch constructor 2012-12-12 08:49:54 +00:00
9c76fd797c Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-12-11 17:26:26 +00:00
6fcb21987d ENH: Update cvMesh tutorials. 2012-12-11 17:22:49 +00:00
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