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
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
6cc6a0e07f
ENH: Updated porous zone treatment in reactingParcelFoam and LTSReactingParcelFoam
2012-12-10 11:39:00 +00:00
6ce8c61d18
ENH: Updated sources for lagrangian solvers
2012-12-10 11:30:17 +00:00
b785ae594d
ENH: Updated sources for incompressible solvers
2012-12-10 11:09:08 +00:00
08767723cb
ENH: Updated handling of source contributions in CHT solvers
2012-12-10 11:03:23 +00:00
ad1246515a
ENH: Updated sources for heatTransfer solvers
2012-12-10 10:59:17 +00:00
e86258bc4e
ENH: Updated sources for compressible solvers
2012-12-10 10:50:47 +00:00
a0eeb3f09d
ENH: Removed unused entry from tutorial input dictionary
2012-12-10 10:16:49 +00:00
63177c9da4
ENH: pimpleFoam - added sources.correct(U) after momentum solve
2012-12-10 10:15:54 +00:00
87e9832689
ENH: Tutorial update for channel case using pressure gradient source
2012-12-10 10:15:07 +00:00
5527055a1c
ENH: Updated pressureGradientExplicitSource
2012-12-10 10:13:19 +00:00
7777493411
BUG: setFields: parallel running with different number of proc patches
2012-12-07 19:14:01 +00:00
15b52c7ec5
ENH: Updated noiseFFT
2012-12-07 18:36:14 +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
439159076b
ENH: iglooWithFridges: updated for patchGroups
2012-12-07 11:27:32 +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