6341e54acd
Updated headers
2012-12-14 19:20:33 +00:00
ad35df7f29
snGrad: add initial version of sndGrad
2012-12-14 19:20:05 +00:00
9211b64e0d
STYLE: Minor code formatting
2012-12-13 17:02:30 +00:00
b29a392c51
FDICSmoother: update headers
2012-12-13 16:29:10 +00:00
78f0cb5097
Resolve the green
2012-12-13 16:27:00 +00:00
143112096b
FDICSmoother: New faster (slightly) version of DICSmoother
2012-12-13 16:18:06 +00:00
333d37ea7d
BUG: mapped bc: use distribute on the mappedPatchBase to account for AMI
2012-12-13 13:12:21 +00:00
94d5dd2aa2
ENH: AMI - Updated binary ops -> combine ops
2012-12-13 11:36:08 +00:00
97ea228532
BUG: Put NamedEnum names into Foam namespace
2012-12-13 10:49:10 +00:00
8667f2ef38
BUG: Corrected ambiguous construction from tmp
2012-12-13 10:48:47 +00:00
98447ed2e2
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-12-13 10:40:54 +00:00
9d5ce4ae76
ENH: Updated function objects
2012-12-13 10:40:38 +00:00
6aba1d08f8
ENH: Updated moving mesh support in function objects
2012-12-13 10:39:43 +00:00
496813923d
ENH: debug: add run-time debug switch modification
2012-12-12 12:48:16 +00:00
a1094deb6e
ENH: className: add debug switch registration
2012-12-12 12:47:40 +00:00
f3872c87b5
ENH: debug: add dimensionSets
2012-12-12 12:46:27 +00:00
c936fc91cd
STYLE: pointMVCWeight: use macro
2012-12-12 12:45:36 +00:00
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
845b95522a
STYLE: Correct line lengths
2012-12-12 09:41:06 +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
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