Commit Graph

216 Commits

Author SHA1 Message Date
mattijs
fe55f58d46 new turbulence setup 2009-03-23 16:35:53 +00:00
Mark Olesen
fb1e155eed Merge commit 'OpenCFD/master' into olesenm 2009-03-16 08:28:08 +01:00
henry
48c75eef27 Corrected case for the new wall-function treatment. 2009-03-12 21:53:46 +00:00
Mark Olesen
e011328d99 Merge commit 'OpenCFD/master' into olesenm 2009-03-12 10:39:22 +01:00
henry
73b153f302 Updates and extensions to the MRF and SRF handling. 2009-03-11 16:49:46 +00:00
Mark Olesen
6ecdf4fc41 updated DebugSwitches, surfaceWriter
- added obj surfaceWriter
- don't bother with prepended field names on obj and stl surfaceWriter.
  It fills the disk and suggests differences where there are none.
2009-03-09 15:37:54 +01:00
Mark Olesen
0cfce1a7ab Merge commit 'OpenCFD/master' into olesenm 2009-03-05 11:00:34 +01:00
Mark Olesen
1a2bcf7d84 Merge commit 'OpenCFD/master' into olesenm 2009-03-04 12:20:51 +01:00
mattijs
7e735715a4 more flexible mrfzones
modified:   finiteVolume/cfdTools/general/MRF/MRFZone.C
modified:   finiteVolume/cfdTools/general/MRF/MRFZone.H
	modified:   ../tutorials/incompressible/MRFSimpleFoam/mixerVessel2D/constant/MRFZones
2009-03-03 17:09:01 +00:00
mattijs
a15e5f7f05 zone faces derived from cell zone 2009-02-27 12:53:55 +00:00
mattijs
bb74c5ae14 sample usage of wildcards 2009-02-26 22:48:30 +00:00
Mark Olesen
507ad1e643 Merge commit 'OpenCFD/master' into olesenm 2009-02-25 10:50:26 +01:00
mattijs
364e8e001d reintroduce comments 2009-02-24 12:07:50 +00:00
mattijs
5c97cd1d39 added comment 2009-02-19 13:08:07 +00:00
andy
181f252245 updates 2009-02-18 18:05:54 +00:00
andy
0781a2f387 correcting use of totalPressure BC
- still not consistent for pd as does not include buoyancy effects
2009-02-18 16:13:32 +00:00
andy
a40999c586 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-02-18 12:30:33 +00:00
andy
dee5fee4db tutorial updates 2009-02-18 12:29:22 +00:00
Mark Olesen
4b60453cf1 use while (runTime.loop() { .. } where possible in solvers
- change system/controlDict to use functions {..} instead of functions (..);
  * This is internally more efficient
- fixed formatting of system/controlDict functions entry

- pedantic change: use 'return 0' instead of 'return(0)' in the applications,
  since return is a C/C++ keyword, not a function.
2009-02-18 08:57:10 +01:00
henry
8b5457a829 Bug fix for the change in directory structure. 2009-02-17 22:01:40 +00:00
henry
fcd4e88e0e Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-02-17 17:07:16 +00:00
henry
17b2e50e9c Added shallowWaterFoam solver and tutorial case. 2009-02-17 17:07:09 +00:00
Mark Olesen
19aa23d707 Merge commit 'OpenCFD/master' into olesenm 2009-02-17 16:35:00 +01:00
andy
c799fb0014 renamed to be consistent with new solver naming convention 2009-02-17 12:27:38 +00:00
Mark Olesen
c2256e51f3 change solvers, utilities, etc. to use while (..) time-looping idiom
- this (now deprecated) idiom:
      for (runTime++; !runTime.end(); runTime++) { ... }
  has a few problems:
    * stop-on-next-write will be off-by-one (ie, doesn't work)
    * function objects are not executed on exit with runTime.end()
  Fixing these problems is not really possible.

- this idiom
      while (runTime.run())
      {
          runTime++;
          ...
      }
  works without the above problems.
2009-02-17 08:47:42 +01:00
andy
2002e46bb6 housekeeping 2009-02-16 11:32:34 +00:00
andy
e51f57c708 Merge branch 'tutorials' 2009-02-13 19:11:40 +00:00
andy
00fbaf627a more updates... 2009-02-13 18:31:15 +00:00
andy
a5b039b4ca updates 2009-02-13 17:28:21 +00:00
andy
4b81f44378 more updates... 2009-02-13 17:03:05 +00:00
andy
ef874be0b9 updates 2009-02-13 16:14:44 +00:00
andy
ab4d2e0f3e updated 2009-02-13 15:20:28 +00:00
andy
a3b50aff9f further tutorial updates 2009-02-13 14:17:08 +00:00
mattijs
5ce9333c4c Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-02-13 09:01:17 +00:00
andy
485d821477 updated basic 2009-02-12 19:07:02 +00:00
andy
12fba38d87 restructuring to reflect solver hierarchy 2009-02-12 18:59:59 +00:00
andy
33caf9f6a7 general update 2009-02-11 14:33:18 +00:00
mattijs
54749c0e9b no blockMesh 2009-02-10 23:35:42 +00:00
mattijs
f8c1396426 syntax changes 2009-02-10 17:37:40 +00:00
henry
c44f8aee42 Choosing mine. 2009-01-20 16:33:31 +00:00
henry
f97160ba7a Choosing Andy's 2009-01-20 16:31:48 +00:00
henry
d29e728814 Upgraded. 2009-01-20 16:28:26 +00:00
andy
b1dcfe66ec updated 2009-01-19 11:54:56 +00:00
andy
e16553c68b Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-01-09 16:33:01 +00:00
andy
67ee945ad3 updating to new turbulence framework and injection specifications 2009-01-09 16:26:55 +00:00
Mark Olesen
cdd2266467 Merge commit 'OpenCFD/master' into olesenm
Conflicts:

	src/OpenFOAM/db/IOstreams/Pstreams/IPstream.C
	src/OpenFOAM/db/IOstreams/Pstreams/OPstream.C
2009-01-07 09:39:17 +01:00
mattijs
bbed85ab94 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-01-06 20:54:19 +00:00
mattijs
7db79b0439 wrong application 2009-01-06 18:33:38 +00:00
henry
5f1c919041 Header automatically changed. Should we try to avoid this? 2009-01-05 22:23:25 +00:00
henry
efd8afdbb6 Added the new "outputControl" option to the function objects. 2009-01-05 22:22:43 +00:00