Mark Olesen
8deef93ae7
Merge remote branch 'OpenCFD/master' into olesenm
2011-01-10 08:23:09 +01:00
mattijs
428085d0a0
BUG: writeMeshObject.H : compactIOList not handled
...
(setting typeName to word::null only handled by IOdictionary)
2011-01-06 09:27:43 +00:00
andy
14d1300a36
Revert "STyLE: More 2011 copyright dates (non-code)."
...
This reverts commit 2e1e671d96
.
2011-01-05 18:25:32 +00:00
andy
099cc39e2e
Revert "STYLE: 2011 copyright date."
...
This reverts commit b18f6cc1ce
.
2011-01-05 18:24:29 +00:00
graham
2e1e671d96
STyLE: More 2011 copyright dates (non-code).
2011-01-05 11:48:24 +00:00
graham
77190a351a
STYLE: trailing whitespace.
2011-01-05 11:21:35 +00:00
graham
b18f6cc1ce
STYLE: 2011 copyright date.
2011-01-05 11:14:26 +00:00
Mark Olesen
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
Mark Olesen
060acc6eae
COMP: fix missing link references to FOAM_EXT_LIBBIN
2011-01-04 09:54:14 +01:00
Mark Olesen
086c1c0fe1
Merge remote branch 'OpenCFD/master' into olesenm
2011-01-03 14:01:16 +01:00
Mark Olesen
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
Mark Olesen
46a5865894
ENH: relocate paraview plugins -> FOAM_EXT_LIBBIN
2010-12-30 16:35:52 +01:00
mattijs
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
mattijs
805f6f76fb
ENH: windTurbineTerrain: mesh and run in parallel
2010-12-30 12:46:37 +00:00
Mark Olesen
e81e392ae6
COMP: adjust code for nu() as tmp<volScalarField>
2010-12-22 09:38:27 +01:00
graham
dbbacfbefd
ENH: Don't write badFaces when there are none.
2010-12-21 15:20:00 +00:00
Mark Olesen
29e06d366b
STYLE: use faceUList typedef instead of unallocFaceList
2010-12-21 13:06:17 +01:00
Mark Olesen
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
Mark Olesen
43ec00e50c
COMP: avoid ambiguous construct from tmp - test/ utils/
...
- missed these on the first sweep
2010-12-21 09:46:55 +01:00
mattijs
255b9c0262
COMP: extrudeToRegionMesh : incorrect merge
2010-12-20 17:21:11 +00:00
mattijs
12246143bd
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-12-20 17:17:05 +00:00
mattijs
890313f9d1
ENH: redistributeMeshPar : disable reading of dummy dictionary
2010-12-20 17:12:39 +00:00
mattijs
f1b5f8d023
ENH: extrudeToRegionMesh : leave base mesh alone
2010-12-20 17:10:41 +00:00
Mark Olesen
37535ded29
COMP: NamedEnum specialization within 'Foam' namespace only
2010-12-20 14:27:03 +01:00
Mark Olesen
a3788fe854
COMP: avoid ambiguous construct from tmp - utils/ pre+post processing
2010-12-20 10:37:17 +01:00
Mark Olesen
25951c0f74
COMP: avoid ambiguous construct from tmp - utils/ mesh
2010-12-20 10:36:59 +01:00
andy
228456ca5c
COMP: resolve conflict
2010-12-17 18:19:04 +00:00
andy
e9ba465543
ENH: Added virtual destructors
2010-12-17 18:17:00 +00:00
Mark Olesen
5dc01ed6f0
COMP: avoid ambiguous construct from tmp - utils/ error estimation
2010-12-17 18:56:39 +01:00
Mark Olesen
54d02bd20c
COMP: specialize NamedEnum within namespace Foam
2010-12-17 19:39:21 +01:00
mattijs
3f60b19d5b
STYLE: createPatch.C : use built-in ops
2010-12-16 19:05:24 +00:00
mattijs
2d43d949b7
STYLE: foamToEnsight : remove some extraneous scoping
2010-12-16 19:01:48 +00:00
mattijs
cf47570812
ENH: extrudeMesh : reorganisation
2010-12-16 18:48:14 +00:00
mattijs
46ec7d65d5
ENH: extrudeMesh : reorganisation. Added layers.
2010-12-16 18:46:26 +00:00
graham
aa15f4479c
ENH: Transferring momentOfInertia calc from utils to meshTools lib.
...
Adding mesh cell inertia calc.
2010-12-15 17:46:15 +00:00
mattijs
7ae8dc4860
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-12-14 10:10:04 +00:00
graham
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
mattijs
c4b13069f2
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-12-10 16:04:45 +00:00
mattijs
4da55e853f
BUG: master-only-reading : did not transfer headerClassName
2010-12-10 13:14:45 +00:00
graham
f7c3a8e42c
BUG: Passing by copy.
2010-12-10 11:07:59 +00:00
mattijs
ad5305aebd
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-12-08 18:04:53 +00:00
mattijs
cbfb01db4e
ENH: setSet : parallel reduction of stats
2010-12-08 17:33:02 +00:00
sergio
e7e3a607c7
Merge branch 'basicSolidthermo'
2010-12-08 16:44:57 +00:00
sergio
262e6be2f8
ENH: new basicSolidThermo, solid -> pointSolid and solidMixture ->
...
pointSolidMixture. chtMultiRegion tutorials and solvers
2010-12-08 16:20:43 +00:00
mattijs
da109eed31
ENH: sampledSet, sampledSurface : remove default value for interpolation scheme and writer
2010-12-08 11:51:45 +00:00
mattijs
985870e754
STYLE: Remove orphaned files
2010-12-08 11:43:54 +00:00
Mark Olesen
a00ec1562a
Merge remote branch 'OpenCFD/master' into olesenm
2010-12-07 15:20:19 +01:00
mattijs
68408e6851
ENH: near-wall sampling : new 'patchInternalField' sampledSurface, new 'nearWallFields' functionObject
2010-12-07 11:07:23 +00:00
Mark Olesen
a2b73a1c6d
STYLE: use X.last() method instead of X[X.size()-1]
2010-12-07 09:56:52 +01:00
Mark Olesen
f367ee2ece
ENH: add 'flip()' in-place method to edge, face, triFace
2010-12-07 08:58:31 +01:00
mattijs
dadac8acdf
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-12-06 17:16:44 +00:00
Henry
2ec4f3631a
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-12-06 12:21:50 +00:00
Henry
62e5c1284e
Removed corrupt file
2010-12-06 12:21:43 +00:00
graham
40315b21c0
ENH: Allow a weightField volScalarField to be specified in decomposeParDict.
...
Weights the cells in the decomposition.
2010-12-03 22:15:47 +00:00
mattijs
ecf998193f
ENH: redistributeMeshPar : allow generic
2010-12-03 14:27:30 +00:00
mattijs
8f15184be9
ENH: redistributeMeshPar : make it work with master-reading of dictionaries
2010-12-03 12:04:43 +00:00
mattijs
1c3c1e017b
ENH: fluent3dMeshToFoam : added initial part for reading of periodic faces
2010-12-02 18:46:50 +00:00
mattijs
5dcacbdcaf
ENH: ptscotchDecomp : redistribute graph so ptscotch does not abort
2010-11-30 16:35:58 +00:00
Mark Olesen
0d662c74c6
STYLE: use triSurface::FaceType where triangle or region information
...
not required
2010-11-26 20:39:46 +01:00
graham
00c77c35dc
ENH: using fieldDictionary.H to do binary IO in fieldToCell.C.
2010-11-26 12:31:05 +00:00
Mark Olesen
0a17e0719d
ENH: use memInfo instead of parsing meminfo ourselves
2010-11-26 13:29:34 +01:00
Mark Olesen
0efa54821a
ENH: support regions for PV3blockMeshReader
2010-11-25 13:03:11 +01:00
graham
95bc057204
BUG: (one|two)InternalFaceCells should be cellSets.
2010-11-24 18:36:48 +00:00
mattijs
3eefd6de73
ENH: blockMesh : initial blockMesh was created with region 'blockMesh'
2010-11-24 16:55:30 +00:00
mattijs
24c6772a93
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-11-24 11:48:44 +00:00
mattijs
1aea998bbe
ENH: FaceCellWave : additional trackData like argument for passing in non-cell data
2010-11-24 11:48:04 +00:00
andy
82114f674d
Revert "ENH: updates to Xfer after commit 49331bf9176d17"
...
This reverts commit 4530a47356
.
2010-11-24 10:55:23 +00:00
andy
fc3dd68a6d
STYLE: limiting to 80 chars
2010-11-23 18:28:35 +00:00
andy
4530a47356
ENH: updates to Xfer after commit 49331bf917
2010-11-23 18:24:00 +00:00
mattijs
84fa233c00
ENH: featureEdgeMesh : merged dev_cvm functionality.
2010-11-22 10:48:07 +00:00
graham
8f0a5ff145
ENH: Adding lagrangianFields option to reconstruction.
2010-11-18 14:56:03 +00:00
Mark Olesen
13e28f7bd1
Merge remote branch 'OpenCFD/master' into olesenm
2010-11-10 09:48:44 +01:00
mattijs
0db9fa5702
ENH: Ensight output for sampledSurfaces
2010-11-09 18:04:32 +00:00
Mark Olesen
8b59f1d0d5
Merge remote branch 'OpenCFD/master' into olesenm
2010-11-08 08:07:29 +01:00
mattijs
da7dbc53db
ENH: snapypHexMeshDict : updated comment
2010-11-04 12:46:03 +00:00
andy
960773dfe5
Merge branch 'clouds'
2010-11-02 15:04:58 +00:00
Mark Olesen
d5acd22a63
STYLE: use labelUList typedef instead of UList<label> or unallocLabelList
2010-11-02 09:32:32 +01:00
mattijs
795f6e85ff
STYLE: splitMeshRegions : 80 char line length
2010-10-29 16:41:26 +01:00
mattijs
df35ecc3e3
ENH: splitMeshRegions: -useFaceZones option to patch according to faceZone instead of single patch for inter-region faces
2010-10-27 17:37:31 +01:00
andy
3e5a47dbb5
COMP: git merge with master conflict resolution
2010-10-27 14:47:24 +01:00
mattijs
ec4cfb0111
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-10-26 16:24:10 +01:00
mattijs
797c4a7457
ENH: functionObjects: force writing when used through execFlowFunctionObjects
2010-10-26 16:23:36 +01:00
andy
6c7a93651d
ENH: Updated old GPL v2 headers to v3
2010-10-26 15:06:38 +01:00
andy
17c15af32b
Merge branch 'master' into clouds
2010-10-25 17:53:29 +01:00
andy
8c3ecd9b2c
ENH: Added steady particle tracks utility
2010-10-25 15:59:40 +01:00
mattijs
6261ef058b
ENH: setSet : proper exit upon eof
2010-10-25 12:22:25 +01:00
graham
78ee5c8c6c
ENH: libgenericPatchFields for subsetMesh.
2010-10-22 12:42:32 +01:00
mattijs
e44359e190
BUG: cyclics in mesh conversion : have 'old' style cyclics
2010-10-22 11:50:28 +01:00
mattijs
0ad7b2cda8
STYLE: foamToEnsight : indentation
2010-10-21 14:07:45 +01:00
andy
ef974adf6b
ENH: Updated pdfPlot utility
2010-10-20 16:07:11 +01:00
mattijs
17c42465b1
ENH: selectCells : add one offset to number of cells
2010-10-19 17:45:51 +01:00
mattijs
51b8a7367c
ENH: MeshWave: allow 1 cells cases.
2010-10-19 17:40:36 +01:00
mattijs
ed89c6926e
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-10-15 15:47:46 +01:00
mattijs
b31f8894aa
ENH: setFields : all face sets to set patch values
2010-10-15 15:41:32 +01:00
mattijs
1526db114b
BUG: foamToEnsight : wedge and hex numbering inconsistent between mesh and fields
2010-10-15 15:26:25 +01:00
mattijs
1f2829ac2a
ENH: foamToEnsight : filter proc patches only if running parallel
2010-10-14 18:31:08 +01:00
andy
b4e91aa468
Merge branch 'master' into dicts
2010-10-14 10:10:04 +01:00
mattijs
b7a4b9a7bf
ENH: createBaffles : set added patch faces to value 0
2010-10-13 18:12:51 +01:00
andy
81a651d943
ENH: Updated chemkinToFoam utility to make use of new dict output
2010-10-13 17:58:09 +01:00
mattijs
d51a8e1cb7
COMP: decomposePar : link against dummy version of metis,scotch so will always link
2010-10-13 15:44:18 +01:00