Commit Graph

6030 Commits

Author SHA1 Message Date
cf6cac28ce tabulated6DoFMotion: Added file-name expansion 2010-09-06 17:30:12 +01:00
d67d23278e ENH: Removed cloud injection surface film model 2010-09-06 17:27:12 +01:00
68f3940b40 ENH: added SLGThermo to thermophysicalModels Allwmake 2010-09-06 17:24:55 +01:00
c537c68e05 ENH: Updated reactingParcelFilmFoam solver due to lib changes 2010-09-06 17:23:52 +01:00
d8ee980ee5 ENH: Updated lagrangian/intermediate lib to use new SLGThermo class 2010-09-06 17:22:56 +01:00
4522ba3511 pointPatchField: Made the field algebra more consistent with that for other field types 2010-09-06 17:21:54 +01:00
8027112f89 PV3Reader: Corrected environment variable check 2010-09-06 17:21:21 +01:00
97dff2650e ENH: foamToVTK : have surface fields on faceZones 2010-09-06 17:02:35 +01:00
fee00dbef0 BUG : constant::mathematical::pi 2010-09-06 14:29:41 +01:00
2285298921 STYLE: README : misspelled date 2010-09-06 12:26:25 +01:00
44c71d5537 BUG: having patchnames with uncached mesh 2010-09-06 12:26:10 +01:00
9fa8cd63eb ENH: Implemented per specie info for mixtures 2010-09-06 11:46:07 +01:00
6e14f61f77 ENH: Opened up the API to give access to per specie info 2010-09-06 11:45:23 +01:00
6e52ed3aac ENH: Added constGasThermoPhysics chemistry reader option 2010-09-06 11:44:26 +01:00
470ef283a1 ENH: Added SLGThermo class - container for solid, liquid and gas thermos 2010-09-06 11:42:55 +01:00
7343f95afb STY: line exceeding 80 characthers. 2010-09-06 11:28:26 +01:00
8f1a350758 ENH: Improvements on kinetic theory models and twoPhaseEulerFoam 2010-09-06 11:24:22 +01:00
c40f289c46 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-09-03 11:35:45 +01:00
251a557d86 ENH: Using local calcYPlusLam function instead of turbulence model version 2010-09-02 12:39:34 +01:00
5aec440d74 Merge branch 'master' of ssh://hunt//home/noisy3/OpenFOAM/OpenFOAM-dev 2010-09-02 10:30:44 +01:00
f105d96af0 BUG: Fixes mantis issue 0000022: sixDoFRigidBodyMotion: Acceleration used as force. 2010-09-02 10:30:25 +01:00
2c81ca46d1 ENH: renumberMesh : added region option 2010-09-02 08:12:54 +01:00
2fd5224c90 ENH: pointMVCWeight : handle zero field. (div by zero) 2010-09-01 10:04:16 +01:00
a4cbf9825f ENH: detect solidXXX (so no separating space) 2010-08-31 19:20:27 +01:00
f113dad6b9 COMP: Fedore13 has linkage with --no-add-needed as default. This disallows indirectly loaded libraries. 2010-08-31 16:27:15 +01:00
35354bab8d BUG: Removed execution bits from tutorial input files 2010-08-31 10:02:13 +01:00
1a6db8cdfa ENH: fileMonitor : monitor directory, not file
Some editors (emacs) rename file at startup to the backup version. Hence
watching the original file tells one nothing.
2010-08-29 02:42:20 +01:00
a2fa56ec83 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-08-27 18:32:57 +01:00
03d98b6d22 ENH: decompositionMethod : move storage of dictionary to those classes that need it 2010-08-27 18:31:54 +01:00
24d011372c BUG: slidingInterface : mixing scalar and label 2010-08-27 18:31:34 +01:00
6691f0387a COMP: UList mixing signed and unsigned ints 2010-08-27 18:30:04 +01:00
72ad8d5cc4 BUG: removed todo items form headers - show up in doxygen 2010-08-27 13:31:12 +01:00
f8d6ca60e0 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-08-27 10:42:11 +01:00
83c10e1cf6 BUG: Fixes mantis issue 0000012: sample utiltiy update 2010-08-27 10:41:49 +01:00
dc97881539 BUG: have large buffer space 2010-08-26 17:40:35 +01:00
dac1c335ca BUG: surfaceRedistributePar : added -ldistributed to linkage 2010-08-26 17:40:09 +01:00
d478423251 COMP: have autoMesh know about distributedTriSurfaceMesh 2010-08-26 16:49:52 +01:00
0a40c82434 BUG: hierarchGeomDecomp : integer reduce on scalar quantity 2010-08-26 16:21:17 +01:00
131185f5be COMP: added checking on PV_PLUGIN_PATH 2010-08-26 16:17:53 +01:00
d12b64a273 COMP: moved distributedTriSurfaceMesh to break cyclic dependency
structuredDecomp uses finiteVolume which uses meshTools which
used to use decompositionMethods
2010-08-26 16:14:10 +01:00
bc21e2585a BUG: cyclicPolyPatch : uniform separation. 2010-08-25 15:32:46 +01:00
f7b96e2766 COMP: scanpackages : new utility to make Packages.gz 2010-08-25 15:31:27 +01:00
58e969c376 ENH: structuredDecomp : new decomposition method. fixedNormalSlip : variant of slip point bc with user-specified normal. 2010-08-24 12:39:32 +01:00
3982b7baa3 BUG: analyticalCylinder : force writing of field UA 2010-08-23 12:31:23 +01:00
894215e767 ENH: polyMeshUpdate : set points to something sensible for introduced points 2010-08-23 12:31:03 +01:00
69526c6c1c BUG: various reinterpret_cast to enable strict-aliasing 2010-08-19 15:44:17 +01:00
c34ed7bfcc BUG: FreeStream.C : unitialised 0 element 2010-08-19 15:43:43 +01:00
aa7fe837f5 COMP: ignore return value 2010-08-19 15:42:29 +01:00
28410e24ed ENH: parcelInBox tutorial : added application 2010-08-19 15:41:31 +01:00
bb16590704 ENH: mpirunDebug : WM_MPLIB checking 2010-08-19 15:41:02 +01:00