Commit Graph

1568 Commits

Author SHA1 Message Date
099cc39e2e Revert "STYLE: 2011 copyright date."
This reverts commit b18f6cc1ce.
2011-01-05 18:24:29 +00:00
8c04b4e692 Merge branch 'master' into cvm
Conflicts:
	src/OpenFOAM/meshes/boundBox/boundBox.H
2011-01-05 11:53:37 +00:00
2e1e671d96 STyLE: More 2011 copyright dates (non-code). 2011-01-05 11:48:24 +00:00
77190a351a STYLE: trailing whitespace. 2011-01-05 11:21:35 +00:00
b18f6cc1ce STYLE: 2011 copyright date. 2011-01-05 11:14:26 +00:00
5e12506f8e ENH: improve separation of OpenFOAM and ThirdParty mpi-libraries
- drop FOAM_MPI_LIBBIN variable in favour of FOAM_MPI from which
  two different locations can be determined.

  Previously there was something like this:

      FOAM_MPI_LIBBIN = $FOAM_LIBBIN/openmpi-1.5.1

  We now instead determine the locations from the FOAM_MPI directly:

      FOAM_MPI=openmpi-1.5.1

          $FOAM_LIBBIN/$FOAM_MPI     -> OpenFOAM  mpi-related
          $FOAM_EXT_LIBBIN/$FOAM_MPI -> ThirdPary mpi-related

ENH: relocate ParaView libraries and plugins back under FOAM_LIBBIN

- as discussed with Mattijs
2011-01-05 07:53:54 +01:00
060acc6eae COMP: fix missing link references to FOAM_EXT_LIBBIN 2011-01-04 09:54:14 +01:00
086c1c0fe1 Merge remote branch 'OpenCFD/master' into olesenm 2011-01-03 14:01:16 +01:00
4148c975f9 ENH: ensure CMake gets the correct C++ compiler (works with cmake 2.8.3)
- remove settings for really old cmake versions
2010-12-30 16:58:25 +01:00
46a5865894 ENH: relocate paraview plugins -> FOAM_EXT_LIBBIN 2010-12-30 16:35:52 +01:00
372fcb4305 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
Conflicts:
	src/OpenFOAM/meshes/primitiveShapes/tetrahedron/tetrahedronI.H
2010-12-30 12:48:20 +00:00
805f6f76fb ENH: windTurbineTerrain: mesh and run in parallel 2010-12-30 12:46:37 +00:00
e81e392ae6 COMP: adjust code for nu() as tmp<volScalarField> 2010-12-22 09:38:27 +01:00
00e49c1325 ENH: No need for output filename, better (uniform) scale on normals obj. 2010-12-21 17:58:33 +00:00
8daee8c985 Merge branch 'master' into cvm 2010-12-21 15:20:56 +00:00
dbbacfbefd ENH: Don't write badFaces when there are none. 2010-12-21 15:20:00 +00:00
29e06d366b STYLE: use faceUList typedef instead of unallocFaceList 2010-12-21 13:06:17 +01:00
881b3dafa2 Merge remote branch 'OpenCFD/master' into olesenm
Conflicts:
	applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/kineticTheoryModel/kineticTheoryModel.C
	applications/utilities/mesh/generation/extrude/extrudeToRegionMesh/createShellMesh.C
	applications/utilities/surface/surfaceCheck/surfaceCheck.C
	src/finiteVolume/fields/fvPatchFields/derived/advective/advectiveFvPatchField.C
	src/finiteVolume/fields/fvPatchFields/derived/waveTransmissive/waveTransmissiveFvPatchField.C
	src/meshTools/directMapped/directMappedPolyPatch/directMappedPatchBase.C

NOTE: also needed to strip trailing space/lines in various files
2010-12-21 10:19:53 +01:00
43ec00e50c COMP: avoid ambiguous construct from tmp - test/ utils/
- missed these on the first sweep
2010-12-21 09:46:55 +01:00
e2285169d5 Merge branch 'master' into cvm 2010-12-20 17:23:38 +00:00
255b9c0262 COMP: extrudeToRegionMesh : incorrect merge 2010-12-20 17:21:11 +00:00
12246143bd Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-12-20 17:17:05 +00:00
890313f9d1 ENH: redistributeMeshPar : disable reading of dummy dictionary 2010-12-20 17:12:39 +00:00
f1b5f8d023 ENH: extrudeToRegionMesh : leave base mesh alone 2010-12-20 17:10:41 +00:00
37535ded29 COMP: NamedEnum specialization within 'Foam' namespace only 2010-12-20 14:27:03 +01:00
195e616db9 Merge branch 'master' into cvm 2010-12-20 11:52:16 +00:00
664940fa3a ENH: surfaceBoooleanFeatures utility. 2010-12-20 11:42:13 +00:00
dfa58157b2 ENH: Ability to read in surface-independent features.
Sensible featureEdgeMesh constructor.  Rearrangement of functions.
2010-12-20 11:27:22 +00:00
a3788fe854 COMP: avoid ambiguous construct from tmp - utils/ pre+post processing 2010-12-20 10:37:17 +01:00
25951c0f74 COMP: avoid ambiguous construct from tmp - utils/ mesh 2010-12-20 10:36:59 +01:00
228456ca5c COMP: resolve conflict 2010-12-17 18:19:04 +00:00
e9ba465543 ENH: Added virtual destructors 2010-12-17 18:17:00 +00:00
5dc01ed6f0 COMP: avoid ambiguous construct from tmp - utils/ error estimation 2010-12-17 18:56:39 +01:00
54d02bd20c COMP: specialize NamedEnum within namespace Foam 2010-12-17 19:39:21 +01:00
5286e15524 Merge branch 'master' into cvm 2010-12-17 11:11:24 +00:00
3f60b19d5b STYLE: createPatch.C : use built-in ops 2010-12-16 19:05:24 +00:00
2d43d949b7 STYLE: foamToEnsight : remove some extraneous scoping 2010-12-16 19:01:48 +00:00
cf47570812 ENH: extrudeMesh : reorganisation 2010-12-16 18:48:14 +00:00
46ec7d65d5 ENH: extrudeMesh : reorganisation. Added layers. 2010-12-16 18:46:26 +00:00
e1b537a057 Merge branch 'master' into cvm 2010-12-15 17:54:08 +00:00
aa15f4479c ENH: Transferring momentOfInertia calc from utils to meshTools lib.
Adding mesh cell inertia calc.
2010-12-15 17:46:15 +00:00
1f20976f2a ENH: Transferring momentOfInertia calc from utils to meshTools lib.
Adding mesh cell inertia calc.
2010-12-15 17:46:15 +00:00
7ae8dc4860 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-12-14 10:10:04 +00:00
63e24812c2 ENH: Renaming "corners" in boundBox to "points". Overridden in treeBoundBox.
Keeping both functions to ensure that the octant ordering specified in
treeBoundBox is obeyed at the octree level, irrespective of the implementation
of the basic boundBox.
2010-12-13 14:39:55 +00:00
2d7f45738a ENH: Renaming "corners" in boundBox to "points". Overridden in treeBoundBox.
Keeping both functions to ensure that the octant ordering specified in
treeBoundBox is obeyed at the octree level, irrespective of the implementation
of the basic boundBox.
2010-12-10 20:34:31 +00:00
c4b13069f2 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-12-10 16:04:45 +00:00
4da55e853f BUG: master-only-reading : did not transfer headerClassName 2010-12-10 13:14:45 +00:00
e49ce4a622 Merge branch 'master' into cvm 2010-12-10 11:10:24 +00:00
f7c3a8e42c BUG: Passing by copy. 2010-12-10 11:07:59 +00:00
71271df642 BUG: Passing by copy. 2010-12-10 11:07:59 +00:00