Commit Graph

13319 Commits

Author SHA1 Message Date
laurence
cea555f49b ENH: foamyHexMesh: meshableSide 2013-06-20 11:35:25 +01:00
laurence
8e04e92f74 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev into feature/cvMesh 2013-06-20 11:30:36 +01:00
laurence
1320397db9 BUG: foamyHexMesh: Check for hit 2013-06-20 11:28:20 +01:00
Sergio Ferraris
b482e3e45f BUG: Bad indexing on shadowFaceZones 2013-06-20 11:02:36 +01:00
Henry
1e81657da1 Reformat 2013-06-20 10:49:41 +01:00
Henry
ee77c2bb0b Update headers 2013-06-20 10:45:35 +01:00
Henry
f1f344b812 Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev 2013-06-20 10:45:19 +01:00
Henry
01bb8728bc surfaceDisplacementPointPatchVectorField: Initialise variable 2013-06-20 10:45:09 +01:00
Henry
aef8c35ea0 Update header 2013-06-20 10:44:51 +01:00
Henry
471c9f25ed MGridGenGAMGAgglomerate: use magSf rather than Sf when agglomerating 2013-06-20 10:44:33 +01:00
mattijs
6dec0262bc ENH: facePointPatch: derive coupled() from polyPatch 2013-06-20 10:43:45 +01:00
Henry
2d124e8e8b Removed blank-line 2013-06-20 10:40:01 +01:00
mattijs
c7f57ed107 ENH: pipeCyclic: startup value for epsilon on wall 2013-06-20 10:18:10 +01:00
Henry
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
mattijs
c666c27078 ENH: boundary: generated file 2013-06-20 10:07:42 +01:00
laurence
a8bf900a95 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-06-19 17:37:52 +01:00
laurence
13e44eee24 STYLE: foamyHexMesh: print out starting time name 2013-06-19 16:05:13 +01:00
mattijs
31f2d1753f ENH: GeometricField: consistent patchGroup handling 2013-06-18 10:42:22 +01:00
mattijs
1e90d6edcf Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-06-18 09:44:37 +01:00
mattijs
89cca84446 ENH: motorBike: cleanup 2013-06-18 09:44:14 +01:00
andy
bb69f0d87a ENH: improved documentation for noise utility 2013-06-17 17:41:44 +01:00
mattijs
c253f7c387 ENH: hopper: removed patch interaction (done through springSliderDashpot) 2013-06-17 17:30:53 +01:00
mattijs
d798010399 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-06-17 17:02:32 +01:00
andy
cd3b6e213d Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-06-17 16:48:37 +01:00
andy
0b94582a9a ENH: Updated paraview 3.98->4 2013-06-17 16:48:24 +01:00
mattijs
38c6449899 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-06-17 16:46:58 +01:00
mattijs
fc199052fd BUG: snappyHexMesh: synchronise decision 2013-06-17 16:45:24 +01:00
laurence
14496baaa7 COMP: foamConfigurePaths given scotch version and path arguments 2013-06-17 14:51:07 +01:00
laurence
29cadae2ca BUG: foamyHexMesh: Explicitly update the backgroundMeshDecomposition instance on
write.
2013-06-17 11:28:48 +01:00
laurence
8803896d37 BUG: foamyHexMesh: Write control for backgroundMeshDecomposition 2013-06-14 17:17:54 +01:00
laurence
f559a96bfd ENH: foamyHexMesh: Write all mesh regions by default 2013-06-14 17:11:42 +01:00
laurence
805e8ead0d ENH: foamyHexMesh: Update tutorials 2013-06-14 17:03:03 +01:00
laurence
f0b562e6f3 ENH: foamyHexMesh: Update tutorials 2013-06-14 16:55:59 +01:00
laurence
dd502d1e05 ENH: foamyHexMesh: Enable reading and writing of the background meshes 2013-06-14 16:41:14 +01:00
laurence
9d9bc02121 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-06-14 15:42:39 +01:00
laurence
b2deb30972 BUG: IOobject: Write correct location in header files 2013-06-14 15:42:12 +01:00
mattijs
1f64e5c7f5 ENH: reconstructPar: added reconstructing cellSets, pointSets, faceSets 2013-06-14 14:56:33 +01:00
mattijs
9991ac08bb ENH: PtrList: append function 2013-06-14 12:47:30 +01:00
mattijs
d97a966aa1 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-06-14 12:47:03 +01:00
mattijs
ba45a48caf ENH: decomposePar: decomposing cellSets, faceSets, pointSets 2013-06-14 12:46:32 +01:00
Sergio Ferraris
ea3ba49f52 STY: Correcting templates names and correcting write member function in
polynomialSolidTransport
2013-06-14 12:05:29 +01:00
mattijs
0240347e10 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-06-14 10:44:06 +01:00
mattijs
1b0c0c10da BUG: meshRefinement: decision might not be synchronised in case of geometric testing 2013-06-14 10:43:41 +01:00
laurence
5d33f36a2f ENH: foamyHexMesh: Allow feature edge point insertion on close features edges
If two feature edges are close, allow points to be inserted on both edges if
the angle is large enough
2013-06-14 09:31:09 +01:00
Sergio Ferraris
e007ee8641 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-06-13 17:35:23 +01:00
Sergio Ferraris
1446804c4a BUG: Fixing indexing on boundaryFaceFaces_ array 2013-06-13 17:35:03 +01:00
mattijs
c0bc284c3d ENH: fvMesh: write meshPhi 2013-06-13 14:45:05 +01:00
mattijs
104d262f8d ENH: faceZone: warn for illegal contents 2013-06-13 14:13:53 +01:00
mattijs
180c59fbe2 BUG: argList: parRunControl_ destruction order (since does Pstream::exit) 2013-06-13 14:13:10 +01:00
andy
846283d0c5 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-06-13 13:00:10 +01:00