Commit Graph

9533 Commits

Author SHA1 Message Date
01bb8728bc surfaceDisplacementPointPatchVectorField: Initialise variable 2013-06-20 10:45:09 +01:00
aef8c35ea0 Update header 2013-06-20 10:44:51 +01:00
471c9f25ed MGridGenGAMGAgglomerate: use magSf rather than Sf when agglomerating 2013-06-20 10:44:33 +01:00
6dec0262bc ENH: facePointPatch: derive coupled() from polyPatch 2013-06-20 10:43:45 +01:00
2d124e8e8b Removed blank-line 2013-06-20 10:40:01 +01:00
958ee7336f FieldField: support different Field types for binary operators e.g. fvPatchField and fvsPatchField.
The Field type of the result is that of the LH argument so now

// Update the phi BCs from U before p BCs are updated
phi.boundaryField() = mesh.Sf().boundaryField() & U.boundaryField();

is possible.
2013-06-20 10:08:51 +01:00
31f2d1753f ENH: GeometricField: consistent patchGroup handling 2013-06-18 10:42:22 +01:00
38c6449899 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-06-17 16:46:58 +01:00
fc199052fd BUG: snappyHexMesh: synchronise decision 2013-06-17 16:45:24 +01:00
dd502d1e05 ENH: foamyHexMesh: Enable reading and writing of the background meshes 2013-06-14 16:41:14 +01:00
9d9bc02121 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-06-14 15:42:39 +01:00
b2deb30972 BUG: IOobject: Write correct location in header files 2013-06-14 15:42:12 +01:00
9991ac08bb ENH: PtrList: append function 2013-06-14 12:47:30 +01:00
d97a966aa1 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-06-14 12:47:03 +01:00
ea3ba49f52 STY: Correcting templates names and correcting write member function in
polynomialSolidTransport
2013-06-14 12:05:29 +01:00
0240347e10 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-06-14 10:44:06 +01:00
1b0c0c10da BUG: meshRefinement: decision might not be synchronised in case of geometric testing 2013-06-14 10:43:41 +01:00
e007ee8641 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-06-13 17:35:23 +01:00
1446804c4a BUG: Fixing indexing on boundaryFaceFaces_ array 2013-06-13 17:35:03 +01:00
c0bc284c3d ENH: fvMesh: write meshPhi 2013-06-13 14:45:05 +01:00
104d262f8d ENH: faceZone: warn for illegal contents 2013-06-13 14:13:53 +01:00
180c59fbe2 BUG: argList: parRunControl_ destruction order (since does Pstream::exit) 2013-06-13 14:13:10 +01:00
846283d0c5 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-06-13 13:00:10 +01:00
ea94da2168 ENH: Documentation updates 2013-06-13 12:58:03 +01:00
15994afca1 ENH: Removed unused source file 2013-06-13 12:46:44 +01:00
b2b45d0a5e ENH: Removed unused source file 2013-06-13 12:40:57 +01:00
b6d0e0d196 ENH: Removed unused source file 2013-06-13 12:06:45 +01:00
5ef9cf70d5 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-06-13 10:57:44 +01:00
1c68aa43fd STYLE: Updated debug message 2013-06-12 17:34:39 +01:00
a38ff1757c displacementLayeredMotionMotionSolver: correct constructor for clang 2013-06-12 13:07:58 +01:00
818f6a549f pairGAMGAgglomeration: Support reverse cell-scanning without reversing the order of the generated agglomeration
Gives better cache coherency
2013-06-12 12:57:50 +01:00
6b054eab14 MGridGenGAMGAgglomerate: Use sum magSf rather than mag(sum Sf) for face-weighting
This is more consistent with the faceArea agglomeration and generates more reliable agglomerations.
2013-06-12 12:55:37 +01:00
43ac607386 GAMGSolverInterpolate: Correct interpolate for conservation
such that the sum of the values in the fines cells is equal to the value in the coarse cell
2013-06-12 12:53:47 +01:00
e9932a0be7 probes: write probe data in user-time rather than s 2013-06-12 12:51:56 +01:00
39969ed881 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-06-12 10:45:39 +01:00
dee88bcedd BUG: displacementLayeredMotionSolver: too early evaluation of boundary conditions 2013-06-12 10:33:36 +01:00
315732d7a8 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-06-12 10:22:04 +01:00
8a0d38e860 BUG: Correcting templates instantiation for SolidChemistry 2013-06-12 10:21:31 +01:00
58aa5560aa wallFunctions: corrected fvPatchField to fvPatchScalarField for the return reference 2013-06-12 08:25:47 +01:00
f2daad4806 Field: Removed unnecessary typedef which causes gcc-4.8 and latest clang to spew-out hundreds of warning messages 2013-06-11 20:10:42 +01:00
54b212e769 ENH: triSurface: improved error message 2013-06-11 15:42:29 +01:00
d48c4423b4 git pushMerge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-06-11 14:30:48 +01:00
e6f58fa7b9 ENH: Added missing typedef 2013-06-11 13:16:44 +01:00
850816f829 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-06-11 11:18:00 +01:00
c29b9fc023 ENH: Updated wall function update when applying external weights (e.g. ACMI) 2013-06-11 11:17:08 +01:00
c19187c755 STYLE: Correct typo 2013-06-11 10:45:00 +01:00
2411c340b0 ENH: porosityModels - now derived from regIOobject instead of meshObject 2013-06-11 10:44:18 +01:00
84569f0f12 BUG: Updated accumulations in wall functions 2013-06-11 10:43:45 +01:00
80e2cc56c2 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-06-11 08:48:43 +01:00
04f649f9bb COMP: treeDataEdge: unused member data 2013-06-11 08:48:20 +01:00