9c76fd797c
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-12-11 17:26:26 +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
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
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
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
8e968f5647
STYLE: debug: move debug declaration into Foam namespace
2012-12-11 09:33:20 +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
854c0fc2b1
ENH: Named G field in LES turbulence models lib
2012-12-10 16:16:43 +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
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
5527055a1c
ENH: Updated pressureGradientExplicitSource
2012-12-10 10:13:19 +00:00
15b52c7ec5
ENH: Updated noiseFFT
2012-12-07 18:36:14 +00:00
377ff780a2
Removed whitespace
2012-12-07 17:58:35 +00:00
6c0834b30f
Updated header
2012-12-07 17:54:50 +00:00
996c2e357d
supersonicFreestreamFvPatchVectorField: update thermo
2012-12-07 17:54:18 +00:00
83cb3df56b
ENH: Updated debug for parallel running
2012-12-07 16:35:18 +00:00
09ecb995d1
BUG: Corrected calculation of film wet/dry mask (alpha)
2012-12-07 16:29:40 +00:00
a1c6e86056
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-12-07 11:28:05 +00:00
53c130b89b
ENH: dictionary: do not allow empty variables
2012-12-07 09:47:54 +00:00
302643fba8
BUG: stringOps: incorrect error message
2012-12-07 09:46:47 +00:00
fd7527bf3b
ENH: Updated radiation model selection - defaults to 'none' if radiationProperties not found
2012-12-06 12:59:09 +00:00
9e8295f2f5
ENH: Updated totalTemperature BC
2012-12-06 10:32:13 +00:00
1300a4a891
ENH: Updated supersonicFreestream and waveTransmissive BCs
2012-12-06 10:13:01 +00:00
8c8f282c13
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-12-06 09:27:15 +00:00
aefbb05582
ENH: Updated mu->thermo:mu
2012-12-06 09:26:35 +00:00
7c13e4229f
ENH: scotch: update to version 6.0.0
2012-12-06 09:14:31 +00:00
9b9c336ed8
BUG: Corrected spellig mistake for input property
2012-12-06 09:01:38 +00:00