Commit Graph

285 Commits

Author SHA1 Message Date
dd22a8d8a0 Implamented Rasmus' corrections to the particle force. 2008-05-28 22:38:03 +01:00
f1bcfe95b6 Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev 2008-05-28 14:41:15 +01:00
43b9be1163 bash syntax in csh script 2008-05-28 13:50:37 +01:00
a7a97ca865 re-location of PV3FoamReader 2008-05-28 09:48:46 +01:00
9879aacb5a Removed ddtPhiCorr as the standard approach does not work with
moving meshes
2008-05-27 22:51:14 +01:00
975c2d3c51 Moved ccm26ToFoam to Optional and created empty Allwmake to stop compilation 2008-05-27 20:07:31 +01:00
bf7959d2c8 Correctinons to the wmake options to pick-up the ParaView headers 2008-05-27 19:30:59 +01:00
046cfb01dd removing FoamX.jar from repo 2008-05-27 17:29:17 +01:00
3f20e26231 Reverting ddtPhiCorr back to standard (not good for moving meshes) 2008-05-27 17:13:35 +01:00
f3f1186fbd Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev 2008-05-27 16:21:35 +01:00
96b1c70043 updates to ParaView build scripts 2008-05-27 16:21:30 +01:00
c49a6df84d Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev 2008-05-27 16:18:14 +01:00
6277b6da7a minor changes to get libccmio and ccm26ToFoam converter built 2008-05-27 16:14:49 +01:00
2c548926f4 Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev 2008-05-27 16:14:47 +01:00
cac72ae991 Further changes to remove warnings from gcc-4.3.0. 2008-05-27 16:13:24 +01:00
46f84af1ea updating PV3FoamReader with Mark's version 2008-05-27 14:23:21 +01:00
bada64a0f0 Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev 2008-05-27 14:18:40 +01:00
ac394e5a8f re-instating earlier paraview build script, and moving to tools/bin 2008-05-27 14:11:35 +01:00
407a2120a9 merge with Marks sources 2008-05-27 13:53:57 +01:00
0b9c6cace3 Merge commit 'origin/master' into olesenm 2008-05-27 09:57:59 +02:00
ba3acaaf08 Removed LD_LIBRARY_PATH, apparently not needed. 2008-05-27 08:44:34 +01:00
e13118f898 Corrected based on Mark's suggestion. These now should be the
same as in the olesenm branch.
2008-05-27 08:37:24 +01:00
f4c462cac5 chemkinReader : handle relative filenames when reading from thermo Dict 2008-05-27 09:00:20 +02:00
8f0c802318 Adjusted the timeVaryingUniformFixedValue pointPatch to match the fvPatch 2008-05-27 08:56:36 +02:00
c48a0638af Temporary fix to allow the reader module to build for ParaView-3.3-cvs 2008-05-26 23:37:28 +01:00
7d7a2c22fc Reverted back to previous settings. I have no idea why they were
changed.
2008-05-26 23:25:49 +01:00
0f687ccd76 Minimum changes to compile everything with gcc-4.3.0 2008-05-26 19:27:23 +01:00
f6107f4033 Minimum changes to compile everything with gcc-4.3.0 2008-05-26 13:47:04 +01:00
4a2a23a710 Lots of changes from Mark and my changes to ddtPhiCorr all mixed together
because I failed to work out how to merge Mark's stuff -- HELP!!!
2008-05-25 21:46:37 +01:00
a016fa314e Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev/ 2008-05-25 19:44:52 +01:00
28ac22a30e Removed #.*# 2008-05-25 17:05:26 +01:00
0f1e9328a9 removed magGradU application - functionality now in generic magGrad utility. Also removed x permissions to the molConfig utility 2008-05-23 17:49:15 +01:00
8e2182dd69 Merge commit 'origin/master' into olesenm 2008-05-23 18:26:11 +02:00
058bd6efda Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev/ 2008-05-23 16:46:35 +01:00
5ac0657b6f new and better components 2008-05-23 16:39:09 +01:00
47ce072a73 Ignore .git directory when packing 2008-05-23 16:25:06 +02:00
69d475703e Finalized dictionary merge code
* passes valgrind tests.
* fixed unnoticed bug in changeKeyword( ... forceOverwrite)
2008-05-23 16:14:59 +02:00
0c6bf4ee81 Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev/ 2008-05-23 14:30:48 +01:00
e9d9efd68a updated ParaView build script 2008-05-23 14:30:40 +01:00
6441a23cd0 minor adjustments to paraview Allwmake scripts 2008-05-23 14:14:27 +02:00
39838b6df2 decomposePar was failing for -case ./name : fixed relative directories 2008-05-23 14:08:32 +02:00
d03b912538 Improved string expansion handling.
* delay fileName expansion in timeVarying BCs, add the possibility to use
relative directories
* export FOAM_ROOT from argList: "." and ".." for serial/parallel. This
allows us to specify a single movable location regardless of serial/parallel.
* only replace an isolated leading "./" with CWD, strip others. This
improves use for a relative names.
2008-05-23 14:03:16 +02:00
bbc69a464e ignore #filename# auto-save files 2008-05-23 14:02:51 +02:00
7329b1c1f4 Removed out-of-date componentMixed 2008-05-23 12:34:07 +01:00
1fc3336f34 Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev/ 2008-05-23 12:09:04 +01:00
8827ab2df1 moved metis into src/other; moved decomposition libraries into src/ 2008-05-23 12:08:42 +01:00
0723cbedb6 removing temp file from /bin 2008-05-23 11:57:57 +01:00
fee05a234a Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev/ 2008-05-23 11:25:04 +01:00
422849b42e added test for dataEntry 2008-05-23 11:24:57 +01:00
96a35a6ec3 correction to table interpolation 2008-05-23 11:22:06 +01:00