Commit Graph

9969 Commits

Author SHA1 Message Date
6c9949d9e8 ENH: Modification to regionModel and thermoBaffle models and bug in
externalWallHeatFlux
2012-02-20 11:38:25 +00:00
fb1a88719f BUG: Correcting uPrimeCoef and subGridSchelkin 2012-02-17 17:58:27 +00:00
932e72f17b STY: column limit 2012-02-17 17:33:17 +00:00
e75a5571a5 ENH: Changes to input for the PDR models 2012-02-17 17:31:46 +00:00
812aee3fe6 ENH: system/controlDict: added used libraries so run with disallowGenericxxx 2012-02-17 17:30:26 +00:00
10e8490d21 ENH: createPatch: do not remove zero-sized patches 2012-02-17 17:25:48 +00:00
2c973f081d ENH: propeller: simplify setup (remove changeDictionary to add patches) 2012-02-17 17:24:37 +00:00
cff087b0b6 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-02-17 15:08:56 +00:00
0d88bc8556 ENH: AMIinterpolation: allow construction of empty AMI 2012-02-17 15:08:25 +00:00
d0795f9625 settlingFoam: improved handling of the turbulence and wall-functions 2012-02-17 12:46:03 +00:00
f71567a71d fvMatrix: Improved the relaxation of the matrix in the case that the diagonal is initially negative 2012-02-17 12:45:10 +00:00
e7b828d69c Corrected line length 2012-02-17 12:44:17 +00:00
53796bb1d9 PDRFoam: create HbyA and phiHbyA fields rather than reset U and phi 2012-02-17 12:42:37 +00:00
70e0580546 Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev 2012-02-17 10:39:52 +00:00
bb87b24a65 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-02-16 16:06:54 +00:00
0741de2366 BUG: ensightFile.C: overflow of fieldwidth for large or small numbers 2012-02-16 16:05:24 +00:00
fb138be9eb ENH: boundBox: Add function to return the faces. 2012-02-16 15:03:10 +00:00
48bcc6f485 ENH: rotateFace moved to face from polyTopoChange and used in cvMesh 2012-02-15 17:51:01 +00:00
e061c08434 Tutorial for kklOmega turb model 2012-02-15 16:58:44 +00:00
01ddfede1f ENH: Adding surface fields to probes and patchProbes 2012-02-15 16:16:59 +00:00
bf012bafae Merge branch 'cvMesh' 2012-02-15 14:47:46 +00:00
3fd8fb20a0 BUG: cvMesh: Orientation of faces across processor boundaries fixed. 2012-02-15 14:33:35 +00:00
eb3eacd114 ENH: cvMesh: Add noFilter command line option 2012-02-15 14:32:48 +00:00
57bdbe7e54 ENH: particleTracks: user defined set format 2012-02-15 10:11:44 +00:00
9420dd7bfe ENH: reduce: specialisation for reduce of vector2D (used in gamg) 2012-02-14 18:23:12 +00:00
5e7d5dbc03 ENH: motorBike/controlDict: add necessary dictionaries 2012-02-14 18:20:14 +00:00
44cbea25e8 COMP: primitiveMeshGeometry: missing include 2012-02-14 18:17:04 +00:00
f6db16fe74 COMP: pointLinear: missing include 2012-02-14 18:16:36 +00:00
a73c1d2dbc COMP: pointPatch: missing include 2012-02-14 18:16:04 +00:00
fb410af7b1 STYLE: tetCellI: updated comment 2012-02-14 18:15:28 +00:00
619f05405c BUG: byteSize: return streamsize instead of label 2012-02-14 18:14:25 +00:00
f2acb35523 ENH: conformationSurfaces.H: access to locationInMesh 2012-02-14 18:11:27 +00:00
b1122c20b5 ENH: singleCellMesh: enable generic patchfield handling 2012-02-14 18:10:37 +00:00
54363ec4cc BUG: wallBoundedParticle.C: I/O compatible 2012-02-14 12:44:48 +00:00
1bef8ec224 ENH: wallBoundedStreamLineParticle: use wallBoundedParticle class 2012-02-14 12:22:26 +00:00
46edbe2bb2 ENH: wallBoundedParticle: generic particle class for tracking along boundary 2012-02-14 12:21:47 +00:00
d8c15b7176 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-02-13 13:53:24 +00:00
48b3f46869 Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev 2012-02-10 15:40:13 +00:00
0b1644a1c4 BUG: extendedFeatureEdgeMesh feature point tree was not initialised correctly 2012-02-10 09:17:08 +00:00
5f777fb2de BUG: topoSet: use type() of unconstructed set 2012-02-09 18:06:42 +00:00
f25c2a1155 ENH: processorPolyPatch::updateMesh outputs FatalError if size of data
on neighbour does not match size of data on the current processor
2012-02-09 15:58:47 +00:00
be42c48cb6 BUG: cvMesh: Reset the initial value of keepSurfacePoint within the loop 2012-02-09 14:44:28 +00:00
c3d77467e1 ENH: cvMesh: Change wellInside call to findSurfaceNearest
Do not need need to know whether point is inside or outside.
2012-02-09 12:26:21 +00:00
ecb31dc57f ENH: cvMesh: Move feature point tree into extendedFeatureEdgeMesh from cvMesh 2012-02-09 12:25:42 +00:00
779d1548d1 ENH: cvMesh surf conformance: Add quick prefilter for vertices near boundary
dualCellSurfaceAllIntersections is expensive, so do a faster prefilter to
label vertices as being near a boundary before calling that function.
May need more tuning on the distance from a surface that constitutes
being near a boundary.
2012-02-09 10:52:18 +00:00
693c537190 BUG: cvMesh: Allow external boundaries to be filtered but not proc boundaries 2012-02-09 10:41:04 +00:00
e722485f14 Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev 2012-02-09 10:37:31 +00:00
ad6e3a9ded incompressible RAS models: removed the explicit caching of grad(U) which interferes with the global caching option 2012-02-09 10:37:23 +00:00
5b86597f0c Merge branch 'cvMesh' 2012-02-08 15:18:36 +00:00
3376610f4e ENH: cvMesh: Add writeProcessorInterface function.
Correct bug where List was used instead of DynamicList.
2012-02-08 15:16:44 +00:00