Commit Graph

2837 Commits

Author SHA1 Message Date
mattijs
0f2e8be91c ENH: mapFields: add -subtract option to subtract whilst mapping 2011-12-22 11:39:54 +00:00
mattijs
7e95308c6b ENH: decomposePar.C: add shortcircuit to avoid allocating point mappers 2011-12-21 16:16:54 +00:00
mattijs
704b33fa79 ENH: renumberMesh: get block ordering working
- added boundaryFirst renumbering method
- renumbering in parallel
- make api methods const
2011-12-21 15:13:04 +00:00
mattijs
c037d24848 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2011-12-21 11:22:31 +00:00
mattijs
5d4030b7f2 BUG: renumberMesh.C: reading bool from dictionary 2011-12-21 10:34:42 +00:00
Henry
29d4f2ff33 multiphaseEulerFoam/multiphaseSystem/multiphaseSystem.C: updated drag pre-factor 2011-12-21 10:27:09 +00:00
Henry
7b7fe8cf0a multiphaseEulerFoam phaseModel : Correct re-reading of dictionary entries 2011-12-21 10:18:53 +00:00
mattijs
96d6f13f5e Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2011-12-20 09:11:23 +00:00
mattijs
f80b3a793a ENH: nonBlockingGaussSmoother: block as late as possible.
renumberMesh: option for sorting proc cells last to benefit from this.
2011-12-20 09:09:51 +00:00
andy
bde3edacd3 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2011-12-16 12:17:24 +00:00
mattijs
af25e71e1c ENH: patchDist: helper class to determine distance on patch to neighbouring patches 2011-12-16 11:28:44 +00:00
mattijs
657e68ed78 ENH: ensightWriter: added ensight format to sampledSets 2011-12-15 10:16:59 +00:00
mattijs
5588507299 ENH: renumberMesh: have -dict option to read renumberMeshDict 2011-12-13 13:00:39 +00:00
mattijs
c63898c9c5 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2011-12-13 12:45:12 +00:00
andy
da4f8e69dc STYLE: Minor code formatting 2011-12-12 17:34:54 +00:00
andy
df24320326 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2011-12-12 16:39:59 +00:00
mattijs
2d7b3363ed ENH: patchToFace: allow patch groups in patchToFace 2011-12-12 16:33:11 +00:00
laurence
40fda4f99d STYLE: cv2DMesh: Moved inline function definitions into separate header files. 2011-12-12 14:37:38 +00:00
andy
539bf2f34e STYLE: Minor code formatting 2011-12-12 11:39:36 +00:00
andy
a53b192d7d STYLE: Minor code formatting corrections and corrected copyright year 2011-12-12 11:23:54 +00:00
andy
5715d9965b ENH: Better output message for non 2-D mesh 2011-12-12 11:23:00 +00:00
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
7ad19bfba7 ENH: GeometricField: support patch groups 2011-12-06 17:10:01 +00:00
Henry
a5eaa2bafd multiphaseEulerFoam: Change the specification of the residual drag and smooth the drag phase-fraction pre-factor
* The residual drag is now specified in terms of a residual phase-fraction and slip-velocity.
* The drag phase-fraction pre-factor is smoothed so that the computational molecule matches that
  of the transport terms.
2011-12-05 10:17:15 +00:00
Henry
3bab081c23 multiphaseEulerFoam: Remove old file 2011-12-05 10:11:19 +00:00
mattijs
ebf937b0bc Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2011-12-02 10:40:23 +00:00
mattijs
8667536a2b ENH: various: move boundaryField(), internalField() out of loop 2011-12-02 10:38:18 +00:00
andy
a4deb40e3a Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2011-12-01 17:29:29 +00:00
andy
e66d9cf940 ENH: Converted volField->pointField to ParaFoam reader option instead of hard-coded 2011-12-01 16:34:36 +00:00
mattijs
0af9b561c2 ENH: extrudeToRegionMesh: parallel extrusion, extrude from faceSets 2011-11-30 17:55:15 +00:00
Henry
4b31cf0407 SP build: use scalar(1) rather than 1.0 2011-11-29 22:16:11 +00:00
Henry
df6459f74f Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev 2011-11-28 14:00:02 +00:00
Henry
fb64cd1131 interDyMFoam: Updated the initialisation of phiAbs 2011-11-28 13:59:53 +00:00
mattijs
51b6dcd4a3 COMP: 64bit label changes 2011-11-28 12:56:34 +00:00
mattijs
5eb11ed3c2 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2011-11-28 12:19:30 +00:00
Henry
450ec09509 interDyMFoam: Corrected handling of relative and absolute fluxes in correctPhi 2011-11-28 11:52:08 +00:00
mattijs
8558af2cdf COMP: 64bit label changes 2011-11-28 11:10:46 +00:00
andy
d3b0b79bf6 ENH: Corrected ambiguous field construction from tmp 2011-11-25 12:31:58 +00:00
Henry
1f196bb462 compressibleTwoPhaseEulerFoam/interfacialModels: corrected phaseModel library link 2011-11-24 17:35:05 +00:00
Henry
7b97d8562b Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev 2011-11-24 15:27:10 +00:00