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
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
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
57e616312b
STYLE: Comment fix.
2010-12-22 17:13:42 +00: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
e81e392ae6
COMP: adjust code for nu() as tmp<volScalarField>
2010-12-22 09:38:27 +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
50b1ae648d
ENH: Small improvements.
...
Returns by reference.
Not writing cellCentres.
Implement surface outside ( = !inside) function.
2010-12-21 18:00:06 +00: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
f3b95df7b9
COMP: undefined operator==(const objectHit&, const objectHit&) with clang
...
- real bug or compiler bug?
2010-12-21 15:43:07 +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
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
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
e2285169d5
Merge branch 'master' into cvm
2010-12-20 17:23:38 +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
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
195e616db9
Merge branch 'master' into cvm
2010-12-20 11:52:16 +00:00
b24ec1699f
ENH: stash/revert conflict.
2010-12-20 11:50:59 +00:00
fd59a3d590
Revert "ENH: Adding deltaCoeff comparison code - requires fvMesh."
...
This reverts commit 53529c1112 .
2010-12-20 11:47:09 +00:00
53529c1112
ENH: Adding deltaCoeff comparison code - requires fvMesh.
2010-12-20 11:45:35 +00:00
a8727486a4
ENH: Do not modify the face centres when overriding cell centres.
2010-12-20 11:43:21 +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
283f4fab77
ENH: string : recursive variable substitution
2010-12-19 18:30:52 +00:00
fb92bdb5fe
ENH: SHA1Digest : Istream construction
2010-12-19 18:30:27 +00:00
228456ca5c
COMP: resolve conflict
2010-12-17 18:19:04 +00:00
3e6c89e079
ENH: Corrected copy right dates and formatting style
2010-12-17 18:16:46 +00:00
5dc01ed6f0
COMP: avoid ambiguous construct from tmp - utils/ error estimation
2010-12-17 18:56:39 +01:00
1917487365
COMP: remove constructor for UniformDimensionedField - body was missing
2010-12-17 18:55:16 +01:00
92a3e2b56a
COMP: lineEdge had disabled copy constructors
2010-12-17 18:21:23 +01:00
6777e02e75
BUG: typo in rotatedBoxToCell constructor caused uninitialized variable
2010-12-17 18:16:48 +01:00