Commit Graph

6552 Commits

Author SHA1 Message Date
46a5865894 ENH: relocate paraview plugins -> FOAM_EXT_LIBBIN 2010-12-30 16:35:52 +01:00
171d7a35e5 ENH: relocate 3rd party libraries -> FOAM_EXT_LIBBIN
- place under $WM_THIRD_PARTY_DIR/lib/$WM_OPTIONS
- relocate FOAM_MPI_LIBBIN accordingly
2010-12-30 13:52:34 +01:00
54e9622e95 ENH: add Foam::domainName(), implemented as per 'hostname -d' from net-tools 2010-12-30 13:19:36 +01:00
da439f5484 STYLE: consistent naming for templated/non-templated patch field construction
eg,
    - makePatchTypeField -> makeTemplatePatchTypeField
    - makeNonTemplatedPatchTypeField -> makePatchTypeField
2010-12-30 09:36:09 +01:00
18dbe9996a ENH: reorganize settings to avoid inheriting bad values
- avoid non-standard 'tempfile' in bin/tools/foamConfigurePaths
2010-12-23 07:37:32 +01:00
8bffec8fbb ENH: relocate binaries from applications/bin/linux* -> bin/linux*
- consistent and shorter naming throughout

- simplifies syncing compiled versions.
  For a runtime environment, only need these directories:
      bin/
      etc/
      lib/
2010-12-23 06:59:15 +01:00
a169819168 ENH: adjust tools to handle architecture-specific dirs in bin/ as well 2010-12-23 06:53:05 +01:00
b9be5a6f2f ENH: foamSourceFiles allow through bin/tools subdir only
- filter out other subdirs, which could be architecture-specific
2010-12-23 06:36:50 +01:00
312d15c701 STYLE: use 'foamCompiler' instead of 'compilerInstall'
- more obvious in its meaning
2010-12-23 06:28:49 +01:00
603aa1e61c ENH: preserve command-line settings in FOAM_SETTINGS 2010-12-22 15:41:51 +01:00
4f2fde2094 BUG: incorrect '::template' keyword for specialized method 2010-12-22 15:41:06 +01:00
0cea5dcdf5 ENH: update to find cmake-2.8.3 2010-12-22 11:30:18 +01:00
e81e392ae6 COMP: adjust code for nu() as tmp<volScalarField> 2010-12-22 09:38:27 +01:00
bf915ce841 ENH: use clang-svn, clang-2.8 is not good enough 2010-12-22 08:31:21 +01:00
e2c452545c COMP: return reference not autoPtr<..> in sprayI.H 2010-12-22 08:19:15 +01:00
7444e1eb3f COMP: return tmp<volScalarField> for nu() from incompressible/turbulenceModel 2010-12-22 08:17:06 +01:00
9cef74b796 ENH: optional argument to hostName() to return full hostname
- value as reported by gethostbyname
2010-12-21 18:27:17 +01:00
f3b95df7b9 COMP: undefined operator==(const objectHit&, const objectHit&) with clang
- real bug or compiler bug?
2010-12-21 15:43:07 +01:00
654db94d7a COMP: avoid ambiguous construct from tmp - missed before 2010-12-21 15:26:14 +01:00
8c9630d2a1 ENH: add wmSET alias, use to simplify other wm* aliases 2010-12-21 15:21:56 +01:00
29e06d366b STYLE: use faceUList typedef instead of unallocFaceList 2010-12-21 13:06:17 +01:00
399e160efb COMP: avoid ambiguous construct from tmp 2010-12-21 11:54:14 +01:00
ee9d95f49f COMP: use objectHit.H instead of forward declarations 2010-12-21 10:56:15 +01:00
57f8210eb0 ENH: use openmpi-1.5.1 for testing 2010-12-21 10:31:51 +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
6abfeb88ba COMP: unneeded conversion method to base class
- conversion still needed in the specializations for primitives but
  not in the generic case
2010-12-21 09:54:22 +01:00
091baa91d9 COMP: avoid ambiguous construct from tmp - solvers/ stressAnalysis 2010-12-21 09:53:39 +01:00
078c427594 COMP: avoid ambiguous construct from tmp - solvers/ multiphase 2010-12-21 09:53:19 +01:00
5a8f925221 COMP: avoid ambiguous construct from tmp - solvers/ lagrangian 2010-12-21 09:52:38 +01:00
fc2aeba9fc COMP: avoid ambiguous construct from tmp - solvers/ incompressible 2010-12-21 09:51:32 +01:00
1cd5659c45 COMP: avoid ambiguous construct from tmp - solvers/ heatTransfer 2010-12-21 09:51:00 +01:00
c0e4586aac COMP: avoid ambiguous construct from tmp - solvers/ electomagnetics 2010-12-21 09:50:34 +01:00
0ff0b5cb86 COMP: avoid ambiguous construct from tmp - solvers/ compressible 2010-12-21 09:50:07 +01:00
c5ee4e1b04 COMP: avoid ambiguous construct from tmp - solvers/ combustion 2010-12-21 09:49:34 +01:00
7b5bff1a9e COMP: avoid ambiguous construct from tmp - solvers/ DNS 2010-12-21 09:48:26 +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
a494ec35a1 COMP: avoid ambiguous construct from tmp - finiteVolume, thermophysicalModels, turbulenceModels
- missed on these on the first sweep
2010-12-21 09:44:19 +01:00
7901ce1c37 COMP: add 'this->' qualifier to find methods in base case 2010-12-21 09:41:09 +01: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
af7c53443e ENH: FaceCellWave,PointEdgeWave : contiguous underlying data type 2010-12-20 17:16:30 +00:00
f46446f1b1 ENH: boundBox : test after ascii io 2010-12-20 17:13:13 +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
fa641d785d BUG: createDynamicFvMesh: mesh created with NO_READ 2010-12-20 17:08:08 +00:00
b81cb100fb Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-12-20 16:38:13 +00:00
0441248c2c finiteVolume: Added a new blended scheme in which the blending function is the limiter from a limitedScheme 2010-12-20 16:37:52 +00:00
a583a22801 STYLE: remove rogue file XiEqns 2010-12-20 15:35:20 +01:00
37535ded29 COMP: NamedEnum specialization within 'Foam' namespace only 2010-12-20 14:27:03 +01:00
a3788fe854 COMP: avoid ambiguous construct from tmp - utils/ pre+post processing 2010-12-20 10:37:17 +01:00