eb51614780
Renamed rUA -> rAU
2010-10-11 20:10:34 +01:00
9b87336b3f
COMP: merge conflict
2010-10-11 17:59:46 +01:00
a54ed94331
ENH: Calculating and writing cell centres as Dv locations.
2010-10-11 17:45:20 +01:00
7acdd65d83
STYLE: minor code cosmetics
2010-10-11 17:39:20 +01:00
6608c7c57b
ENH: overrideCellCentres function.
2010-10-11 17:38:51 +01:00
5f5ae6c38f
ENH: Propagated dictionary constructors through lib reaction thermo
2010-10-11 17:38:00 +01:00
06327d3105
ENH: Propagated dictionary constructors through lib (thermo) basic
2010-10-11 17:37:25 +01:00
983e3cf4bf
ENH: Propagated dictionary constructors through lib thermophysicalFunctions
2010-10-11 17:36:25 +01:00
f1f340bd21
ENH: Propagated dictionary constructors through lib specie
2010-10-11 17:35:30 +01:00
0de35548f6
ENH: Added solid mixture construct from dictionary
2010-10-11 17:34:04 +01:00
6b8e4fc787
ENH: Added liquid mixture construct from dictionary
2010-10-11 17:33:51 +01:00
856d43998e
ENH: Added solid construct from dictionary
2010-10-11 17:32:51 +01:00
e51cd1595c
ENH: Added liquid construct from dictionary
2010-10-11 17:32:36 +01:00
08dc01e05a
ENH: Added Polynomial dictionary constructor
2010-10-11 17:31:36 +01:00
a6134d254a
ENH: Added dictName() functions to return last cmpt of scoped name
2010-10-11 17:31:01 +01:00
9de20a6654
ENH: Added HashPtrTable construct INew from dictionary
2010-10-11 17:28:56 +01:00
ae2815e75b
ENH: Added INew construct from dictionary
2010-10-11 17:28:11 +01:00
86feee8018
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-10-11 16:24:30 +01:00
3e49bb14e5
BUG: plane : fix 3-plane intersection
2010-10-11 16:24:07 +01:00
7e7285a7cd
STYLE: add namespace Foam::porousMedia
...
- avoid name collisions with future thermal models etc.
2010-10-11 14:55:03 +02:00
d1ea6c55e2
Merge branch 'master' of ssh://hunt//home/noisy3/OpenFOAM/OpenFOAM-dev
2010-10-11 13:06:13 +01:00
e907cec9ef
BUG: Use SMALL for tet quality to relate to precision.
...
Added comment about this being an ad-hoc limit.
2010-10-11 13:04:39 +01:00
4ca067b143
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-10-11 11:07:42 +01:00
a25788bd5e
BUG: Tet quality tolerance too restrictive.
2010-10-11 11:06:08 +01:00
9d6475c055
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-10-11 10:10:31 +01:00
2798ae3331
ENH: Don't write cyclic value entry - evaluate called on construction
2010-10-11 10:10:24 +01:00
865379a135
Merge branch 'olesenm'
2010-10-11 09:39:53 +01:00
ad3abe3738
Courant Numbers: Corrected reductions for parallel running
2010-10-10 23:19:16 +01:00
195510935d
Courant number: new formulation
...
Improves boundary handling
Corresponds better to FVM equations
2010-10-08 22:52:18 +01:00
5aaaf361d2
activeBaffleVelocity: Corrected opening limiter logic
2010-10-08 22:51:35 +01:00
f343bafbe9
Merge branch 'master' of ssh://hunt//home/noisy3/OpenFOAM/OpenFOAM-dev
2010-10-08 20:35:39 +01:00
f2842e76b9
BUG: discrete tut tweaks and fixes to make them run.
2010-10-08 20:34:59 +01:00
aa12a2ab24
ENH: Cumulative functions for Distribution.
2010-10-08 19:36:00 +01:00
c1589e00c3
STYLE: dlLibraryTable.C : do find&insert in one
2010-10-08 17:10:41 +01:00
71b7e7cee1
ENH: add StaticAssert to Polynomial - positive number of terms only
...
ENH: allow construct from UList of coefficients, from C-arrays
avoid uninitialized values for null constructor
2010-10-08 17:54:13 +02:00
dd5ed76a70
ENH: avoid costly pow() when evaluating Polynomial
...
OLD timings:
~~~~~~~~~~~~~~~~~~
evaluate: -6.82572e+31 in 10.38 s
hard-coded 0: -6.82572e+31 in 0.2 s
hard-coded 1: -6.82572e+31 in 10.37 s
hard-coded 2: -6.82572e+31 in 0.24 s
New timings:
~~~~~~~~~~~~~~~~~~
evaluate: -6.82572e+31 in 0.11 s
2010-10-08 15:56:58 +02:00
d43a0a4602
ENH: Updated Marshak radiation mixed BCs dictionary constructors
2010-10-08 10:48:28 +01:00
9eb1ae7307
STYLE: Output spacing.
2010-10-07 17:48:32 +01:00
81920a03d9
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-10-07 17:17:55 +01:00
e44826f076
ENH: Restructured and enhanced thermalPorousZone
...
- thermal model now run-time selectable
- added option for 'none'
2010-10-07 17:14:21 +01:00
b59862c97c
Merge branch 'master' of ssh://hunt//home/noisy3/OpenFOAM/OpenFOAM-dev
2010-10-07 15:51:30 +01:00
2b5ce48500
BUG: Comms mismatch when some procs have no particles and others have some.
2010-10-07 15:50:05 +01:00
1b7ad868bb
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-10-07 11:22:38 +01:00
48b4e69446
Merge branch 'master' into cvm
...
Conflicts:
src/OpenFOAM/meshes/primitiveShapes/objectHit/pointHitSort.H
src/OpenFOAM/meshes/primitiveShapes/objectHit/pointIndexHit.H
src/OpenFOAM/meshes/primitiveShapes/objectHit/pointIndexHitIOList.C
src/mesh/conformalVoronoiMesh/faceAreaWeightModel/piecewiseLinearRamp/piecewiseLinearRamp.C
src/meshTools/octree/pointHitSort.H
src/meshTools/octree/pointIndexHit.H
src/meshTools/octree/pointIndexHitIOList.C
src/meshTools/searchableSurface/closedTriSurfaceMesh.C
src/meshTools/searchableSurface/closedTriSurfaceMesh.H
src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.C
2010-10-06 17:45:47 +01:00
aadacc5812
BUG: corrected laminar clause in kappt wall function
2010-10-06 17:41:40 +01:00
c453598c3d
COMP: Moving edgeMesh after meshTools.
2010-10-06 17:31:51 +01:00
95a2b3effd
STYLE: 80 char lines.
2010-10-06 17:28:13 +01:00
4d4def5493
Merge branch 'master' of ssh://hunt//home/noisy3/OpenFOAM/OpenFOAM-dev
2010-10-06 17:25:25 +01:00
dfbcf6eb46
BUG: singleCellFvMesh : locally (but not globally) zero sized patches
2010-10-06 16:20:55 +01:00
ebe711cae1
Merge branch 'master' into cvm
2010-10-06 15:40:52 +01:00