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
da439f5484
STYLE: consistent naming for templated/non-templated patch field construction
...
eg,
- makePatchTypeField -> makeTemplatePatchTypeField
- makeNonTemplatedPatchTypeField -> makePatchTypeField
2010-12-30 09:36:09 +01:00
e81e392ae6
COMP: adjust code for nu() as tmp<volScalarField>
2010-12-22 09:38:27 +01:00
654db94d7a
COMP: avoid ambiguous construct from tmp - missed before
2010-12-21 15:26:14 +01: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
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
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
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
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
ce7694efcc
STYLE: add trailing ';' after makePatchTypeFieldTypedefs
2010-12-17 09:40:02 +01: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
aa15f4479c
ENH: Transferring momentOfInertia calc from utils to meshTools lib.
...
Adding mesh cell inertia calc.
2010-12-15 17:46:15 +00:00
cde4e66674
STYLE: kineticTheoryModel.C : line length
2010-12-15 17:06:23 +00:00
1473e9f2ef
COMP: kineticTheroyModel : single precision compilation
2010-12-15 15:25:11 +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
3aa49fef5e
ENH: first version of labelRange, labelRanges
...
- an opaque means of handling ranges of labels
2010-12-13 11:51:49 +01:00
834aee9965
GeometricTensorField: added transpose function to support a tmp argument.
...
Use new "T" function to avoid duplicate registration of grad(U) object.
2010-12-12 21:39:15 +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
f7c3a8e42c
BUG: Passing by copy.
2010-12-10 11:07:59 +00:00
ad5305aebd
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-12-08 18:04:53 +00:00
cbfb01db4e
ENH: setSet : parallel reduction of stats
2010-12-08 17:33:02 +00:00
e7e3a607c7
Merge branch 'basicSolidthermo'
2010-12-08 16:44:57 +00:00
262e6be2f8
ENH: new basicSolidThermo, solid -> pointSolid and solidMixture ->
...
pointSolidMixture. chtMultiRegion tutorials and solvers
2010-12-08 16:20:43 +00:00
da109eed31
ENH: sampledSet, sampledSurface : remove default value for interpolation scheme and writer
2010-12-08 11:51:45 +00:00
985870e754
STYLE: Remove orphaned files
2010-12-08 11:43:54 +00:00