Commit Graph

932 Commits

Author SHA1 Message Date
andy
3c823f658e ENH: Removed unused #include file 2011-12-12 11:21:51 +00:00
andy
547dfe2d7c ENH: Use IOdictionary instead of dictionary 2011-12-12 11:20:59 +00:00
laurence
6eb239279b BUG: cvMesh: Reinstated function in cellSizeFunctions 2011-12-09 14:56:43 +00:00
laurence
b137607820 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2011-12-09 12:49:58 +00:00
laurence
ee8c2e4908 BUG: Remove overwrite option from extrude2DMesh and unused variable in cvMesh 2011-12-09 12:48:45 +00:00
mattijs
4fe5330de1 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2011-12-09 12:05:24 +00:00
mattijs
72ef3d26e4 ENH: renumberMesh: backwards compatibility: use default if no system/renumberMeshDict 2011-12-09 11:27:11 +00:00
laurence
ed1fd3d46a Merge branch 'cv2d' 2011-12-09 10:47:54 +00:00
mattijs
67d0c0f597 STYLE: renumberMeshDict: changed defaults for spring to work with tet-pipe 2011-12-09 08:38:49 +00:00
mattijs
17a38cff7c ENH: mergePoints: new API, now templated 2011-12-08 16:32:46 +00:00
mattijs
d5268bf30c ENH: renumberMesh: use renumberMethods library 2011-12-08 16:28:32 +00:00
mattijs
8667536a2b ENH: various: move boundaryField(), internalField() out of loop 2011-12-02 10:38:18 +00:00
mattijs
0af9b561c2 ENH: extrudeToRegionMesh: parallel extrusion, extrude from faceSets 2011-11-30 17:55:15 +00:00
mattijs
51b6dcd4a3 COMP: 64bit label changes 2011-11-28 12:56:34 +00:00
mattijs
8558af2cdf COMP: 64bit label changes 2011-11-28 11:10:46 +00:00
mattijs
b06cd15151 BUG: extrudeToRegionMesh: fix indexing. 2011-11-23 15:28:38 +00:00
Sergio Ferraris
7ae2d39f42 ENH: Changing dict and name of wedge and empty polypatch 2011-11-18 14:35:03 +00:00
mattijs
cb6c3452e7 STYLE: snappyHexMeshDict: added writing of cellCentre fields in debug mode 2011-11-18 11:28:01 +00:00
mattijs
cc825319d2 ENH: singleCellMesh: do all times, write to different region 2011-11-18 11:27:30 +00:00
laurence
075e47ea5a ENH: Merge cvMesh functionality into cv2DMesh
- Added conformationSurface and searchableSurface classes in place
  of querySurface.
- Added cellSizeControl class.
- Change cvMesh argument of relaxation model constructor to Time.
- Add writePrecision option to surfaceConvert.
- Add onLine function to surfaceFeatureExtract.
- Remove querySurface.
- Move createShellMesh and extrude2DMesh to their own libraries.
- Replace controls and tolerances with a cv2DControls object.
- Add patchToPoly2DMesh class to extrude2DMesh.
2011-11-18 09:53:46 +00:00
mattijs
acba38b8aa ENH: setSet: do not exit upon error if in interactive mode 2011-11-16 11:52:40 +00:00
mattijs
d6ef1ac9d1 STYLE: snappyHexMeshDict: changed default 2011-11-15 18:18:25 +00:00
mattijs
f1aa8b5f2a ENH: topoSet: add remove support 2011-11-15 17:58:10 +00:00
laurence
7b88ff0824 ENH: cv2DMesh and cvMesh: Addition of 2D mesher.
cv2DMesh: Initial commit
cvMesh: Constructors take Time argument instead of conformalVoronoiMesh
2011-11-11 09:55:46 +00:00
mattijs
ca4b8c347c ENH: polyMesh,meshSearch: default value on findCell, pointInCell 2011-11-08 17:03:54 +00:00
mattijs
24b3b3e1a9 ENH: extrudeToRegionMesh: removing empty patches 2011-11-08 16:35:04 +00:00
mattijs
e5a635c8b1 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2011-10-28 11:46:45 +01:00
mattijs
ee11f9c0e8 ENH: pointInCell, findCell: switchable in-cell algorithm 2011-10-28 11:33:30 +01:00
mattijs
6e08162fc2 BUG: extrude2DMesh: offset z-points 2011-10-28 11:31:45 +01:00
laurence
70bc297da5 BUG: cvMesh.C: Remove #include "fvCFD.H". 2011-10-27 09:44:48 +01:00
laurence
3b67987c7d BUG: extrude2DMesh.C: Add thickness to new point's extrude direction coordinate 2011-10-26 12:07:39 +01:00
mattijs
cfc8d7a190 ENH: checkMesh: output faceSet from faceFaces check (partially duplicate faces) 2011-10-25 10:25:17 +01:00
mattijs
09247dd122 ENH: topoSetDict: corrected comment 2011-10-19 18:26:09 +01:00
mattijs
8bb44c7410 ENH: extrudeToRegionMesh: parallel operation 2011-10-19 18:25:00 +01:00
mattijs
d25d4d28ce ENH: checkMesh: zero cell meshes 2011-10-17 18:27:47 +01:00
andy
0fc6fc3e3d ENH: Added sampleMode to extrudeToRegionMesh utility 2011-10-03 10:20:27 +01:00
mattijs
c3239ceec2 ENH: splitMeshRegions: write region map 2011-09-22 21:58:27 +01:00
mattijs
1d60681ec5 STYLE: snappyHexMeshDict: added comment for additionalReporting 2011-09-21 09:52:41 +01:00
mattijs
46616b54ec STYLE: topoSetDict: adapted comment 2011-09-20 13:44:39 +01:00
mattijs
01e3850eda STYLE: snappyHexMeshDict: adapted comment on maxLocalCells. 2011-09-16 18:23:47 +01:00
andy
484cd6c221 ENH: Added -dict option to extrudeToRegionMesh 2011-09-14 15:46:21 +01:00
andy
87ddff154e ENH: Added AMI option to extrudeToRegionMesh 2011-09-09 12:55:28 +01:00
andy
8ae9569085 ENH: Multiple commits - lumped due to git index file corruption
- Re-located mapped point patches
- Updated mapped patch write
- deprecated directMapped in favour of mapped
- updated resulting dependancies - apps/libs/tuts
2011-09-09 12:05:12 +01:00
andy
f790c24c6b Merge branch 'AMI' 2011-09-07 14:50:57 +01:00
mattijs
2d192faa50 COMP: coupledPolyPatch: screwed up merge. 2011-08-30 11:58:23 +01:00
mattijs
ed7e7ab725 ENH: zipUpMesh: added region option 2011-08-26 16:03:10 +01:00
mattijs
a242a3787b ENH: checkMesh: added check for coupled point synchronisation 2011-08-24 08:58:48 +01:00
andy
4f40cdb7d7 GIT: Resolve conflict 2011-08-16 16:09:56 +01:00
Henry
c2dd153a14 Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
mattijs
537c573ff9 COMP: tetCell: namespace error 2011-08-12 17:32:14 +01:00
mattijs
2e9a8984f7 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-08-12 09:56:09 +01:00
mattijs
5da4dbe698 ENH: conformalVoronoiMesh: replace fixedlist by tetCell 2011-08-12 09:55:12 +01:00
Henry
76b13790d7 mesh/generation/Allwmake: Corrected compilation of the extrude sub-directory 2011-08-11 21:41:35 +01:00
mattijs
034176f8f4 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-08-09 10:48:25 +01:00
Henry
2f00aecea2 cvMesh: updated tutorials 2011-08-09 10:40:44 +01:00
Henry
d9c6591451 topoSet: minor reformatting 2011-08-06 21:31:24 +01:00
mattijs
f6cc29b82e STYLE: conformalVoronoiMeshCalcDualMesh: updated message 2011-08-04 16:49:47 +01:00
mattijs
cb5796df09 ENH: ideasUnvToFoam: handle reversed boundary faces. 2011-08-02 21:48:32 +01:00
mattijs
5fa1338e0e ENH: splitMeshRegions: -overwrite and -insidePoint/-largestOnly will overwrite starting mesh 2011-07-28 22:21:35 +01:00
mattijs
1b26f41bd5 ENH: conformalMeshCalcDualMesh: protect merging processor points 2011-07-28 13:48:12 +01:00
Henry
855aa199fb cfx4ToFoam: Removed unused files 2011-07-23 19:49:57 +01:00
Henry
5f9e3a04f0 cvMesh: Relocated the conformalVoronoiMesh library and localised all uses of CGAL
Removed unused dependencies on CGAL
2011-07-22 14:12:08 +01:00
Henry
3cc1a8f115 conformalVoronoiMesh: Resolve conflict between GPL and QPL 2011-07-22 10:25:25 +01:00
mattijs
7ca505ce1b ENH: checkTopology: illegal cells checking 2011-07-21 14:02:49 +01:00
mattijs
592271921b ENH: polyMesh: remove support for read in cellCentres 2011-07-21 14:00:17 +01:00
mattijs
9ff346bb11 Merge branch 'cvm' 2011-07-21 13:06:10 +01:00
mattijs
d205a84e8d Merge branch 'master' into cvm
Conflicts:
	src/meshTools/searchableSurface/closedTriSurfaceMesh.C
	src/meshTools/searchableSurface/closedTriSurfaceMesh.H
2011-07-20 18:18:22 +01:00
mattijs
74e71fe1d7 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-07-19 22:09:26 +01:00
mattijs
9576c18c02 ENH: snappyHexMeshDict: changed default feature 2011-07-19 22:08:51 +01:00
mattijs
ce5db60a94 ENH: checkTopology: improved message 2011-07-19 22:08:22 +01:00
mattijs
68973728a1 ENH: conformalVoronoiMesh: renamed writeTetMesh to writeTetDualMesh 2011-07-19 17:30:25 +01:00
Henry
1e2832fd7d Corrected class names in the file descriptions 2011-07-19 17:26:55 +01:00
mattijs
405dc5aafa Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-07-13 17:16:46 +01:00
mattijs
776ae0a6a5 ENH: gmshToFoam: remove empty defaultFaces patch 2011-07-13 16:38:13 +01:00
sergio
bbbaf89c20 ENH: Adding general constructors with dictionary to implement
thermal baffle hold at a boundary
2011-07-12 15:51:08 +01:00
mattijs
bbe91bb651 Merge branch 'cvm' of /home/noisy3/OpenFOAM/OpenFOAM-dev into cvm 2011-07-06 11:21:26 +01:00
graham
471a6becc1 ENH: reduce output in parallel. 2011-07-05 13:23:41 +01:00
mattijs
006eb30c8a ENH: cvMeshDict: updated comment 2011-07-01 15:10:28 +01:00
mattijs
f7f069083d COMP: timeSelector: remove local copy 2011-06-30 17:46:38 +01:00
graham
373d633fd2 Merge branch 'master' into cvm 2011-06-30 10:21:18 +01:00
Henry
d1a8375816 wmake options files: corrected EXE_LIBS -> LIB_LIBS 2011-06-27 16:58:58 +01:00
mattijs
3732286a69 ENH: added writeTetMesh control to dump tets 2011-06-24 16:16:31 +01:00
mattijs
e5a6967af2 Merge branch 'cvm' of /home/noisy3/OpenFOAM/OpenFOAM-dev into cvm 2011-06-23 12:24:10 +01:00
mattijs
23f2ee8989 ENH: cvMeshDict: merging close points 2011-06-23 12:19:48 +01:00
graham
709069329e STYLE: Copyright start date. 2011-06-23 11:01:59 +01:00
graham
d2ad25fdd6 ENH: topoSet: time loop
Conflicts:

	applications/utilities/mesh/manipulation/topoSet/topoSet.C
2011-06-23 10:55:58 +01:00
mattijs
a38774d7e6 ENH: topoSet: time loop 2011-06-21 18:56:20 +01:00
mattijs
8650e477e4 STYLE: modification date 2011-06-20 15:35:18 +01:00
mattijs
b2d32246b8 ENH: topoSet: added time options 2011-06-20 15:34:14 +01:00
mattijs
0520872ce0 ENH: cvMeshDict: updated for removed point seeding method 2011-06-17 17:53:52 +01:00
graham
caea0aec03 Merge branch 'master' into cvm 2011-06-17 10:57:23 +01:00
OpenFOAM-admin
c720299876 ENH: Reverted back to version dev 2011-06-17 10:08:20 +01:00
mattijs
18e043f704 ENH: cvMeshDict: added comments 2011-06-16 19:08:33 +01:00
mattijs
f983ffbdaf ENH: cvMeshDict: added comment 2011-06-16 12:53:13 +01:00
mattijs
4f47ff0219 STYLE: dictionaries: update version number 2011-06-10 17:22:56 +01:00
graham
e1ead74461 Merge branch 'master' into cvm 2011-06-08 17:28:03 +01:00
sergio
bcfb96be03 ENH: Add look up for empty or wedges to extrude 1D mesh 2011-06-03 17:50:19 +01:00
mattijs
c01101a275 ENH: snappyHexMeshDict: show patch type specification 2011-06-03 01:45:24 +01:00
sergio
f149f16788 ENH : extrudeToRegionMesh with face zone extension 2011-06-01 17:29:58 +01:00
graham
1be43f88ae Merge branch 'master' into cvm 2011-05-31 16:18:03 +01:00
mattijs
5c50c64de4 ENH: snappyHexMesh: updated comment 2011-05-23 16:10:32 +01:00
mattijs
38d068c476 ENH: createShellMesh: guarantee 0'th vertex ordered 2011-05-20 17:00:30 +01:00
graham
b2d207ce2d ENH: Add basic functionality for better parallel decomp.
BUG: Wrong decision about wellInside.

STYLE: Rename variable - maxLevels to minLevels - better description.

COMP: Add decomp libs.
2011-05-13 10:11:30 +01:00
graham
02ff182be1 Merge branch 'master' into cvm 2011-05-03 11:02:23 +01:00
mattijs
1c1cac6646 ENH: ideasUnvToFoam.C: added support for zones 2011-04-28 16:27:20 +01:00
mattijs
0f0dd35413 STYLE: createPatchDict: updated comment 2011-04-28 10:40:26 +01:00
mattijs
8782283d62 ENH: cyclicPolyPatch: have local 'matchTolerance' entry in dictionary 2011-04-27 20:41:17 +01:00
graham
a3417e4596 Merge branch 'master' into cvm
Conflicts:
	tutorials/lagrangian/reactingParcelFilmFoam/evaporationTest/system/extrudeToRegionMeshDict
	tutorials/lagrangian/reactingParcelFilmFoam/panel/system/extrudeToRegionMeshDict
2011-04-21 12:02:49 +01:00
mattijs
784e9f444d ENH: extrudeToRegionMesh: extrude into single empty patch 2011-04-20 11:07:14 +01:00
mattijs
a44a993d27 ENH: emptyFvPatchField: moved check to checkMesh
It now handles multiple empty patches
2011-04-20 10:51:48 +01:00
Henry
f70593a8ff Renamed simpleSRFFoam -> SRFSimpleFoam and simpleWindFoam -> windSimpleFoam 2011-04-19 23:23:49 +01:00
Henry
f8f575e23c Tutorial solvers and mesh converters moved to applications 2011-04-19 23:20:18 +01:00
mattijs
6594b254b5 STYLE: chckTopology: wrong message. 2011-04-11 13:36:33 +01:00
mattijs
13ce640b92 ENH: dates 2011-04-07 22:36:11 +01:00
graham
fe0f6a487a Merge branch 'master' into cvm
Conflicts:
	applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtract.C
2011-04-07 14:17:08 +01:00
mattijs
876aa9cdda Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
Conflicts:
	src/OpenFOAM/meshes/primitiveMesh/primitiveMeshClear.C
2011-04-07 09:36:51 +01:00
Henry
1a0095489b gcc-4.6.0 warnings: removed initialised but unused variables 2011-04-06 22:55:47 +01:00
mattijs
19332dc06e STYLE: fixed headers. 2011-04-06 19:20:36 +01:00
mattijs
acd7554ae0 STYLE: dictionaries in $FOAM_UTILITIES: header 2011-04-06 19:15:15 +01:00
mattijs
35e9958de6 ENH: selectCells: parallel running 2011-04-06 10:38:18 +01:00
mattijs
b1ce027774 ENH: cellClassification: parallel running 2011-04-06 10:36:00 +01:00
mattijs
3e71574d8a ENH: snappyHexMesh: initial feature-line support 2011-04-05 11:56:57 +01:00
graham
1bad1265f7 Merge branch 'master' into cvm 2011-03-31 11:58:44 +01:00
mattijs
7cd8b41f8b ENH: ideasUnvToFoam: added type 118 2011-03-25 14:10:00 +00:00
graham
8e7e6fbc84 Merge branch 'master' into cvm 2011-03-18 15:13:40 +00:00
mattijs
feb65cd3b9 ENH: createPatchDict: adapt for split cyclic 2011-03-17 15:52:44 +00:00
graham
1fac7b662e Merge branch 'master' into cvm
Conflicts:
	src/mesh/Allwmake
2011-03-10 13:54:43 +00:00
Mark Olesen
923e17b1e5 Merge remote branch 'OpenCFD/master' into olesenm
Also with trailing space cleanups!!
2011-03-07 17:02:37 +01:00
sergio
e95597a2c5 ENH: PDRMesh 2011-03-07 13:19:37 +00:00
mattijs
cb38e02622 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-03-01 18:04:55 +00:00
mattijs
63ecc03d76 STYLE: snappyHexMeshDict: updated comment 2011-03-01 18:02:51 +00:00
Mark Olesen
f182b725da STYLE: use 'static const' instead of 'const static' for consistency 2011-03-01 15:21:30 +01:00
Mark Olesen
fe9fc5e51d COMP: remove regExp dependency from polyBoundaryMesh 2011-02-18 17:52:42 +01:00
graham
de64877baa Merge branch 'master' into cvm
Conflicts:
	applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtract.C
	src/edgeMesh/Make/files
	src/edgeMesh/featureEdgeMesh/featureEdgeMesh.C
	src/edgeMesh/featureEdgeMesh/featureEdgeMesh.H
2011-02-17 11:20:03 +00:00
Mark Olesen
7f7cbddd01 COMP: adjustments to compile with clang 2011-02-16 14:42:35 +01:00
Mark Olesen
808ff1aa32 Merge remote branch 'OpenCFD/master' into olesenm 2011-02-15 16:55:05 +01:00
graham
0090ec6526 Merge branch 'master' into cvm 2011-02-14 15:39:40 +00:00
mattijs
a9f25c19dc ENH: extrudeMesh,snappyHexMesh: extrude across non-manifold boundaries 2011-02-14 14:52:51 +00:00
graham
21874990a9 Moved CV2DMesher and CV3DMesher (old prototypes) out of dev. 2011-02-14 09:07:55 +00:00
Mark Olesen
56e07de724 STYLE: changed some missed doxygen '@' to '\' 2011-02-14 10:00:48 +01:00
Mark Olesen
1e4d26429b Merge remote branch 'OpenCFD/master' into olesenm 2011-02-14 09:47:49 +01:00
Henry
c3cb632c24 Documentation: converted javadoc @ to LaTeX style \ in Doxygen code docs 2011-02-08 18:22:00 +00:00
Henry
b3cde56f27 Doxygen docs: Corrected doxyFilter to preserve line numbers
Also corrected many formatting errors in the comments in C and H files
2011-02-07 22:50:49 +00:00
Mark Olesen
1a03d43b57 STYLE: remove comments referring to '<root>' or '<root> <case>' 2011-02-01 18:50:19 +01:00
mattijs
4d52417955 STYLE: cvMesh :date 2011-01-25 19:21:19 +00:00
mattijs
03f7f83560 ENH: cvMesh.C : changed IOdictionary to READ_IF_MODIFIED 2011-01-25 19:17:08 +00:00
graham
52bc7df7d7 Merge branch 'master' into cvm 2011-01-21 14:05:20 +00:00
mattijs
0c6789e539 STYLE: removed globalMeshData::bb(). Use mesh.bounds() instead 2011-01-20 13:46:02 +00:00
graham
b1c7bcee4e Merge branch 'master' into cvm
Conflicts:
	applications/test/Distribution/DistributionTest.C
	applications/test/Distribution/Make/options
	src/OpenFOAM/containers/Lists/Distribution/Distribution.C
	src/OpenFOAM/containers/Lists/Distribution/Distribution.H
	src/OpenFOAM/containers/Lists/Distribution/DistributionI.H
2011-01-19 10:32:36 +00:00
graham
89619c5015 Revert "ENH: Copyright dates to allow a push."
This reverts commit c5bea5242b.
2011-01-19 10:26:24 +00:00
andy
eaef8d482b STYLE: Updated 1991 start copyright year to 2004 2011-01-14 16:08:00 +00:00
graham
c5bea5242b ENH: Copyright dates to allow a push. 2011-01-07 15:09:52 +00:00
graham
2135f644d1 Merge branch 'master' into cvm 2011-01-07 14:50:43 +00:00
andy
099cc39e2e Revert "STYLE: 2011 copyright date."
This reverts commit b18f6cc1ce.
2011-01-05 18:24:29 +00:00
graham
8c04b4e692 Merge branch 'master' into cvm
Conflicts:
	src/OpenFOAM/meshes/boundBox/boundBox.H
2011-01-05 11:53:37 +00:00
graham
b18f6cc1ce STYLE: 2011 copyright date. 2011-01-05 11:14:26 +00:00
Mark Olesen
060acc6eae COMP: fix missing link references to FOAM_EXT_LIBBIN 2011-01-04 09:54:14 +01:00
graham
8daee8c985 Merge branch 'master' into cvm 2010-12-21 15:20:56 +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
graham
e2285169d5 Merge branch 'master' into cvm 2010-12-20 17:23:38 +00: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
f1b5f8d023 ENH: extrudeToRegionMesh : leave base mesh alone 2010-12-20 17:10:41 +00:00
graham
195e616db9 Merge branch 'master' into cvm 2010-12-20 11:52:16 +00: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
54d02bd20c COMP: specialize NamedEnum within namespace Foam 2010-12-17 19:39:21 +01:00
graham
5286e15524 Merge branch 'master' into cvm 2010-12-17 11:11:24 +00:00
mattijs
3f60b19d5b STYLE: createPatch.C : use built-in ops 2010-12-16 19:05:24 +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
e49ce4a622 Merge branch 'master' into cvm 2010-12-10 11:10:24 +00:00
mattijs
cbfb01db4e ENH: setSet : parallel reduction of stats 2010-12-08 17:33:02 +00:00
graham
44be359294 Merge branch 'master' into cvm 2010-12-07 16:11:09 +00:00
Mark Olesen
a00ec1562a Merge remote branch 'OpenCFD/master' into olesenm 2010-12-07 15:20:19 +01: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
1c3c1e017b ENH: fluent3dMeshToFoam : added initial part for reading of periodic faces 2010-12-02 18:46:50 +00:00
graham
b58d3ed343 Merge branch 'master' into cvm 2010-11-24 18:39:27 +00:00
graham
95bc057204 BUG: (one|two)InternalFaceCells should be cellSets. 2010-11-24 18:36:48 +00:00
graham
a7d3095c9b 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
graham
c630d77fc4 Merge branch 'master' into cvm 2010-11-24 14:02:07 +00:00
mattijs
1aea998bbe ENH: FaceCellWave : additional trackData like argument for passing in non-cell data 2010-11-24 11:48:04 +00:00
graham
3629979263 Merge branch 'master' into cvm
Conflicts:
	src/OpenFOAM/primitives/random/Random/random.3
	src/OpenFOAM/primitives/random/Random/random.c
2010-11-11 18:29:28 +00:00
graham
43aeab6828 Merge branch 'master' into cvm 2010-11-08 12:52:31 +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
Mark Olesen
d5acd22a63 STYLE: use labelUList typedef instead of UList<label> or unallocLabelList 2010-11-02 09:32:32 +01:00
graham
f2fe2f5140 Merge branch 'master' into cvm 2010-11-01 17:23:23 +00: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
mattijs
ec4cfb0111 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-10-26 16:24:10 +01:00
mattijs
6261ef058b ENH: setSet : proper exit upon eof 2010-10-25 12:22:25 +01:00
graham
f8213e80f7 Merge branch 'master' into cvm 2010-10-22 12:45:30 +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
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
graham
df58543799 ENH: Writing cellCentres to polyMesh dir and optional reading. 2010-10-14 18:02:22 +01:00
graham
d0ab427bb3 Merge branch 'master' into cvm 2010-10-13 18:30:54 +01:00
graham
138fde4759 ENH: Force checkMesh to re-read cell centres. 2010-10-13 18:28:50 +01:00
mattijs
b7a4b9a7bf ENH: createBaffles : set added patch faces to value 0 2010-10-13 18:12:51 +01:00
mattijs
049df0265b COMP: ptscotchDecomp : use dummy version to resolve link dependencies 2010-10-13 14:06:58 +01:00
mattijs
84ddfa8391 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-10-13 11:06:20 +01:00
mattijs
d820925462 ENH: preservePatchTypes preserves whole patch dictionary, not just type. 2010-10-13 11:05:29 +01:00
graham
f7d3162a15 Merge branch 'master' into cvm 2010-10-12 16:09:17 +01:00
andy
4eef0cc9ce ENH: Changed default behaviour of createBaffles to not update fields 2010-10-12 11:58:50 +01:00
mattijs
8859694c9e BUG: tet numbering. 2010-10-11 11:15:05 +01:00
graham
665cb1ca63 ENH: Making nearestPointClassify query for triangle.
This is to access the face/edge/point status of the nearest at the
same time to ensure a consistent result.

Using getVolumeType query in distanceSurface, not simple normal
dot-product comparison, fails on edges.
2010-10-06 10:25:26 +01:00
graham
6a70f4ecdb Merge branch 'master' into cvm 2010-10-01 15:36:26 +01:00
mattijs
5f43ae45ec ENH: allow patch specification; have conforming faceZones after layering 2010-09-30 14:13:46 +01:00
graham
a130676ca8 ENH: Not recalculating size and alignment when meshing is over. 2010-09-28 18:56:48 +01:00
graham
d8d8ee60dc ENH: Removing IO from IOdictionaries. 2010-09-28 18:41:47 +01:00
graham
f39d084874 Merge branch 'master' into cvm 2010-09-17 17:20:19 +01:00
graham
ebb9a9e1ac ENH: tet decomposed particle tracking.
Squashed merge of particleInteractions up to
commit e7cb5bcf0315c359539ef1e715e1d51991343391
2010-09-17 16:59:17 +01:00
mattijs
6548c1dd27 ENH: checkMesh : moved parallel checks into zones 2010-09-16 18:28:10 +01:00
mattijs
1a633da3e6 ENH: checkMesh : move parallel checking into Zones. 2010-09-16 18:27:07 +01:00
mattijs
4e8f36a98a ENH: allow cell zone and face zone definition 2010-09-16 17:13:53 +01:00
graham
cc631ad6cd Merge branch 'master' into cvm 2010-09-16 15:13:45 +01:00
andy
ac399e9fb8 ENH: moved nonuniformTransformCyclic patches from utility to appropriate source trees 2010-09-08 11:41:52 +01:00
mattijs
2c81ca46d1 ENH: renumberMesh : added region option 2010-09-02 08:12:54 +01:00
mattijs
aa7fe837f5 COMP: ignore return value 2010-08-19 15:42:29 +01:00
mattijs
79a12e1dd8 ENH: extrudeToRegionMesh : generate columns of 1D cells 2010-08-19 05:18:03 +01:00
graham
8bf432d6fb Merge branch 'master' into cvm 2010-08-10 11:11:33 +01:00
mattijs
16e5a28085 ENH: refineMesh : add region option. 2010-08-05 17:08:54 +01:00
mattijs
7bcdbfc33a ENH: do not print boundinb box for zero-sized patches 2010-08-05 15:21:34 +01:00
graham
aa96f77e96 Merge branch 'master' into cvm 2010-07-29 12:55:19 +01:00
graham
f26b8c1cc7 STYLE: 80 char lines. 2010-07-28 16:42:53 +01:00
graham
0e935f41b0 Merge branch 'master' into cvm 2010-07-27 15:48:23 +01:00
graham
012494fdb5 STYLE: Fixing code style requirements for all apps.
Exception: applyWallFunctionBoundaryConditions.C cannot split #include
directives.
2010-07-27 15:27:05 +01:00
graham
cd28b91c44 Merge branch 'master' into cvm 2010-07-27 12:35:21 +01:00
graham
3ee05530e8 Merge branch 'master' of ssh://graham@hunt//home/noisy3/OpenFOAM/OpenFOAM-dev 2010-07-27 12:24:42 +01:00
graham
67136c25ee STYLE: Remove tabs. 2010-07-27 12:24:27 +01:00
mattijs
d2d8b813be STYLE: checkGeometry.C 80char line length 2010-07-27 10:33:33 +01:00
graham
1412553d06 Merge branch 'master' into cvm
Conflicts:
	src/edgeMesh/featureEdgeMesh/featureEdgeMesh.C
2010-07-23 13:41:31 +01:00
mattijs
e3f20df12f ENH: checkMesh : wedge & empty checking improved
- aspect ratio and cellDeterminant do not use 3rd direction
- wedges are properly check for having opposite one
2010-07-23 12:06:42 +01:00
mattijs
f38ad5e44d BUG: renumberMesh : writing XXXProcAddressing 2010-07-15 09:27:05 +01:00
mattijs
d8c7792e9c ENH: renumberMesh.C : renumber XXXXProcAddressing maps in parallel 2010-07-06 11:42:26 +01:00
henry
6574570ba0 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
Conflicts:
	tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/constant/polyMesh/boundary
	tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/0/rho
	tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/polyMesh/boundary
	tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/topAir/RASProperties
	tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/topAir/thermophysicalProperties
	tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/topAir/turbulenceProperties
	tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeater/0/cp
	tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeater/0/rho
	tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeater/constant/polyMesh/boundary
	tutorials/incompressible/simpleFoam/windTurbineTerrain/0/include/fixedInlet
	tutorials/incompressible/simpleFoam/windTurbineTerrain/0/include/sideAndTopPatches
	tutorials/incompressible/simpleFoam/windTurbineTerrain/0/nut
	tutorials/incompressible/simpleFoam/windTurbineTerrain/0/p
	tutorials/incompressible/simpleFoam/windTurbineTerrain/constant/RASProperties
	tutorials/incompressible/simpleFoam/windTurbineTerrain/system/decomposeParDict
2010-06-23 16:56:45 +01:00
henry
ccfb6e32a6 Corrected headers. 2010-06-23 16:54:54 +01:00
Mark Olesen
c1857db513 Merge remote branch 'OpenCFD/master' into olesenm 2010-06-18 12:52:46 +02:00
mattijs
d4d7611c9f ENH: handle msh2.2 format 2010-06-18 11:41:08 +01:00
henry
bd77d50b5f Miscellaneous developments from Hilary 2010-06-10 13:15:04 +01:00
Mark Olesen
1a17581567 STYLE: consistent handling of compile/link flags for fileMonitor and setSet 2010-06-08 14:35:11 +02:00
mattijs
fbe04b18ec Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
Conflicts:
	src/parallel/decompose/scotchDecomp/scotchDecomp.C
2010-06-04 16:09:16 +01:00
mattijs
dafbfb5c20 ENH: multiLevel decomposition method. 2010-06-04 15:31:19 +01:00
andy
28b1a9e2c6 Merge branch 'olesenm' 2010-06-03 10:25:03 +01:00