a3a2ea78be
ENH: update, cleanup foam packing routines
...
- update packing for FOAM_EXT_LIBBIN and newer FOAM_APPBIN
- pack OpenFOAM source via 'git archive' for consistency with
the git repository (use -nogit option to revert to manual packing)
- combine foamPackBin + foamPackThirdPartyBin
- add foamPackThirdPartyBinAll (like foamPackBinAll)
- relocate service scripts into bin/tools
- use more standard 'tgz' instead of 'gtgz'
2011-01-02 21:39:41 +01:00
6091cdb0a5
BUG: incorrect log-check in runParallel (RunFunctions)
...
STYLE: minor rewording, drop grep/sed in favour of sed only
2011-01-02 18:42:26 +01:00
185d417530
STYLE: zero padding directly in cleanTimeDirectories
2011-01-02 18:22:37 +01:00
b62fe1ae08
ENH: update code templates to 2011
2011-01-02 11:12:52 +01:00
b227751efe
BUG: cyclicPolyPatch: transformPosition did not assign
2010-12-30 21:28:39 +00:00
a78fa5add5
STYLE: remove trailing ';' after '{ ... }' compound
2010-12-30 17:50:47 +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
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
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
54e9622e95
ENH: add Foam::domainName(), implemented as per 'hostname -d' from net-tools
2010-12-30 13:19:36 +01:00
7fa1e73a35
ENH: scotchDecomp : allow decomposition in parallel
...
All of graph gets sent to master which does the decomposition
2010-12-30 08:39:40 +00:00
4eb5e673e1
ENH: mapDistribute: allow -1 as global element
2010-12-30 08:38:18 +00:00
041f7c4eea
STYLE: turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.H : corrected comment.
2010-12-30 08:37:28 +00: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
57e616312b
STYLE: Comment fix.
2010-12-22 17:13:42 +00: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
9552221daf
STLYE: Making triangle and tetrahedron less verbose.
...
No warnings on recoverable degeneracies.
2010-12-22 14:25:33 +00:00
916e81de98
STYLE: Spurious bracket in comment.
2010-12-22 13:43:29 +00: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
cff8f87f9e
ENH: tetrahedronI: comment out warning - too noisy when snappyHexMeshing
2010-12-21 16:04:38 +00:00
9e069522b8
STYLE: globalIndex : extraneous comment
2010-12-21 16:02:28 +00:00
dbbacfbefd
ENH: Don't write badFaces when there are none.
2010-12-21 15:20:00 +00: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