Commit Graph

6504 Commits

Author SHA1 Message Date
fe0f6a487a Merge branch 'master' into cvm
Conflicts:
	applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtract.C
2011-04-07 14:17:08 +01:00
d22c89db9a Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-04-07 13:48:49 +01:00
adfc2de66e ENH: Moving the calculation of the lambda denominator/numerator upwards.
Expensive to look it up in the lambda function, passing from trackToFace as an
argument.
2011-04-07 11:23:18 +01:00
876aa9cdda Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
Conflicts:
	src/OpenFOAM/meshes/primitiveMesh/primitiveMeshClear.C
2011-04-07 09:36:51 +01:00
dccfa2171b STYLE: primitiveMesh.H: removed extraneous includes 2011-04-07 08:56:12 +01:00
d47133aed9 ENH: polyMeshTetDecmoposition: move List allocation outside loop 2011-04-07 08:54:29 +01:00
cfc1f315d8 ENH: add area() method for face and triFace
- optionally returns centre point as well
2011-04-07 09:19:39 +02:00
1a0095489b gcc-4.6.0 warnings: removed initialised but unused variables 2011-04-06 22:55:47 +01:00
b89f6082b0 STYLE: dictionary headers 2011-04-06 20:35:56 +01:00
668f97c0ec Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-04-06 17:38:43 +01:00
56426ce0df STYLE: wrong variable name. 2011-04-06 17:11:50 +01:00
201d2def16 BUG: Not a reference, a value. 2011-04-06 16:57:34 +01:00
405ee3ca64 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-04-06 16:02:35 +01:00
a5b19972d9 STYLE: Corrected coding style 2011-04-06 14:55:23 +01:00
c65a3375fd Merge branch 'master' of ssh://hunt//home/noisy3/OpenFOAM/OpenFOAM-dev 2011-04-06 12:53:03 +01:00
bddb31eaf8 BUG: lambda numerator and denominator too small for tiny domains.
They go < SMALL for micro/nano domains and trigger corrections.  An absolute
value of SMALL is not justifiable, using cell volume scaled comparison.
2011-04-06 11:12:33 +01:00
b1ce027774 ENH: cellClassification: parallel running 2011-04-06 10:36:00 +01:00
081e4ff810 ENH: cellClassification: work in parallel 2011-04-06 10:24:13 +01:00
7e50bc63c3 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-04-05 20:55:47 +01:00
b09a19e026 ENH: sampledPatch: patchSet instead of single patch 2011-04-05 20:54:18 +01:00
1699142a58 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-04-05 17:37:30 +01:00
08a3023eec ENH: removed ambigous construction from tmp 2011-04-05 17:37:07 +01:00
ef50bd794d Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-04-05 12:12:07 +01:00
3e71574d8a ENH: snappyHexMesh: initial feature-line support 2011-04-05 11:56:57 +01:00
6682c226cf ENH: Change definition of emission 2011-04-05 10:16:45 +01:00
a908e8975b Merge branch 'master' into thermalBuffles 2011-04-05 10:09:04 +01:00
1156b36b19 ENH: Add nLayers to 1Dregion Models 2011-04-05 10:07:18 +01:00
44aae9f765 Merge branch 'olesenm' 2011-04-05 10:04:51 +01:00
f37e7ff7d9 ENH: 2 or 8 procs. pointFile only inserts on one proc. 2011-04-04 17:19:45 +01:00
0fbe553bca ENH: nearestToCell: use polyMesh meshSearch 2011-04-04 15:26:19 +01:00
1ea4bb9890 STYLE: faceSet: removed printing of sync 2011-04-04 15:25:01 +01:00
5fcd183b8b Merge branch 'master' into cvm 2011-04-04 10:10:56 +01:00
df0631c99c STYLE: dlLibraryTable.C: dlclose comment 2011-04-01 17:36:20 +01:00
069bfbb508 ENH: Time: set writePrecision on error streams 2011-04-01 17:35:03 +01:00
8513ebb5ad ENH: Added call to particle move on injection 2011-04-01 11:54:13 +01:00
646f9f8b4c ENH: meshRefinement: extend test vectors for robustness.
17x indexedOctree was missing intersections which could lead to less refinement
2011-04-01 03:35:43 +01:00
d311e29011 BUG: size was returning points size instead of subset size 2011-04-01 03:16:14 +01:00
e86458f8e8 GIT: copyright years on git push 2011-03-31 14:19:30 +02:00
3177e81566 ENH: adjust thermalPorousZone to match documentation
eg, dictionary entry:

        thermalModel
        {
            type        none; // fixedTemperature;
            // fixedTemperature coefficients
            T           350;
        }

A missing thermalModel is treated as 'none'
2011-03-31 13:53:48 +02:00
cfd449acc7 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-03-31 12:20:36 +01:00
fe99873a10 Corrected line length 2011-03-31 12:00:45 +01:00
99d088422e STYLE: Date - from merge. 2011-03-31 11:59:51 +01:00
1bc5ac6d7d Updated date 2011-03-31 11:59:42 +01:00
1bad1265f7 Merge branch 'master' into cvm 2011-03-31 11:58:44 +01:00
dd7337a65f Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2011-03-31 11:56:39 +01:00
b8839a7ba6 Intel icpc compiler: made a few random changes to keep the Intel compiler happy 2011-03-31 11:56:33 +01:00
4a2e3fb5a2 BUG: Copying field instead of taking reference. 2011-03-31 11:53:51 +01:00
31cea7cb8f STYLE: treeData*: renamed points() to shapePoints() to avoid confusion 2011-03-30 16:47:03 +01:00
9badaf93a0 ENH: Controllable first stage referral.
Bound box extension to avoid flat conformations on flat surfaces being missed.

Supplying names for obj output per iteration.
2011-03-30 16:24:02 +01:00
aef0a00b87 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-03-30 13:52:55 +01:00