Commit Graph

2352 Commits

Author SHA1 Message Date
0de6c01a7c BUG: functionObjectFile - file pointer index was not being incremented 2013-07-26 15:23:25 +01:00
84143865cf Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-07-23 15:00:17 +01:00
bc6ed9b70a ENH: triad: Do not sort unless all components are set. 2013-07-19 15:53:59 +01:00
97bac47725 ENH: Tuple2: Remove comparison operators as friends and make non-members. 2013-07-19 15:53:08 +01:00
0efac64b91 BUG: pointZone: Check point in same (or no) zone on all processors. 2013-07-19 15:51:46 +01:00
686b8f19d1 ENH: Move longestEdge function to face.H as a global function 2013-07-19 15:50:48 +01:00
53c8a12668 ENH: Pair: Add extra comparison operators. Make member functions non-member 2013-07-19 15:48:33 +01:00
06162eb354 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-07-19 09:49:59 +01:00
ca3bde9f20 BUG: labelBits: allow negative labels 2013-07-18 13:07:50 +01:00
c608331860 ENH: MeshObject: allow for MeshObjects which are also regIOobject themselves 2013-07-18 13:07:18 +01:00
944eb1164e ENH: pointConstraint: calculate unconstrained directions 2013-07-18 13:06:36 +01:00
4347659947 ENH: cyclicSlip: GAMG support 2013-07-18 13:05:57 +01:00
f35a8798d8 ENH: Tensor: access for vector component 2013-07-18 13:05:34 +01:00
e82549728c ENH: GAMGAgglomeration: added profile printing 2013-07-17 11:05:55 +01:00
2496b4ed91 ENH: lduAddressing: added profile calculation 2013-07-16 21:29:41 +01:00
3540cda2f9 ENH: bandCompression: addressing in losort form 2013-07-16 21:27:05 +01:00
cf12df4564 Merge remote-tracking branch 'origin/master' into feature/procAgglom 2013-07-16 09:08:22 +01:00
d5d242a630 BUG: GAMG: revert to non-energy preserving when processor agglomerating 2013-07-16 09:07:38 +01:00
b38086352c Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-07-15 15:33:31 +01:00
b1025f1849 ENH: GAMG: support for cyclicSlip 2013-07-15 15:33:08 +01:00
d796b957ab geometricOneField, geometricZeroField: Add dimensions() returning dimless 2013-07-14 23:14:51 +01:00
4428aeed15 IOobject: Add support for group name
.group() returns the group name of the object otherwise null
groupName(name, group) returns the constructed group name (currently name.group)
2013-07-14 23:14:08 +01:00
85dd515956 ENH: triangle - added cachedRandom random point function 2013-07-12 13:08:54 +01:00
c2e3902e7a ENH: printStack: offsets are size_t 2013-07-10 12:36:23 +01:00
f9664eb3e4 STYLE: indexedOctree: removed commented out code 2013-07-10 12:29:07 +01:00
a1ec3f06b3 COMP: labelBits: unsigned integer overflow 2013-07-05 13:46:22 +01:00
a7462f4ec6 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-07-05 09:02:15 +01:00
6d383b6c0f ENH: includeEntry: allow ~ expansion; better error message 2013-07-05 09:01:54 +01:00
e2688c4e88 Merge branch 'master' of ssh://opencfd:8007/home/dm4/OpenFOAM/OpenFOAM-dev 2013-07-04 17:22:10 +01:00
fc3883d14b geometricOneField: add support for * and / of two geometricOneFields 2013-07-04 17:21:15 +01:00
5125f417ff ENH: GeometricBoundaryField: short-circuit patch rgoups test 2013-07-04 17:12:52 +01:00
3c6ef22895 ENH: PtrList: print typename of class 2013-07-04 17:11:48 +01:00
a43fc58496 BUG: SymmTensor2D: Result of dot product of two SymmTensor2D is Tensor2D 2013-07-04 13:23:34 +01:00
00d42c51c3 STYLE: Correct comments in PtrList and List 2013-07-04 13:15:28 +01:00
3438e38464 BUG: PtrList: append function changed to take non-const pointer 2013-07-04 11:47:29 +01:00
144a2b232e dimensionedType: Added missing cmpt functions 2013-07-04 10:00:44 +01:00
1ff8328cd7 one: cosmetic improvements 2013-07-03 22:17:54 +01:00
499b035d63 dimensionSets: Add dimViscosity 2013-07-03 22:17:24 +01:00
302907835d SymmTensor: Correct return type of dot-product of two SymmTensors 2013-07-03 22:17:02 +01:00
0b7a873c07 fvMatrixSolve: print solver messages only if the SolverPerformance debug switch is set
etc/controlDict: Set SolverPerformance debug switch default to 1
2013-07-03 22:16:40 +01:00
c661d93e21 ENH: pointConstraint: added utility functions 2013-06-25 16:20:45 +01:00
8776981c71 BUG: faceZone: checkAddressing gets called when mesh.nFaces not set yet. 2013-06-21 11:30:26 +01:00
f1f344b812 Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev 2013-06-20 10:45:19 +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
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