Commit Graph

200 Commits

Author SHA1 Message Date
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
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
henry
b1ca8f48e4 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-01-05 22:18:33 +00:00
henry
d793344af2 Corrected mhdFoam tutorial scripts. 2009-01-05 22:18:19 +00:00
mattijs
a386230785 sicortex 2009-01-05 12:38:30 +00:00
mattijs
ca6f085843 missing setFields 2009-01-05 12:17:09 +00:00
Mark Olesen
28b200bcd9 update copyrights for 2009 2008-12-31 19:01:56 +01:00
mattijs
1d450fbe11 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2008-12-30 22:00:52 +00:00
mattijs
22393b4262 new bc 2008-12-30 22:00:17 +00:00
andy
eaea0460cd general updates for new turbulence model structure 2008-12-19 17:59:54 +00:00
henry
e1d7916c3b From Niklas Nordin:
New fuels are iso/n-propanol and urea.  Although urea is a bit dodgy, but that's
all of the properties Ive found so far.

I've also added a variation of temperature instead of constant temperature for
some injector-classes so Im sending you the new version of the dieselFoam
tutorial also.
2008-12-18 16:58:29 +00:00
henry
0479165024 Added generic turbulenceModel base class to incompressible turbulence models. 2008-11-20 20:33:06 +00:00
henry
326b86ec2d Added generic turbulenceModel base class to incompressible turbulence models. 2008-11-20 17:07:17 +00:00
mattijs
99e8bf7516 volPointInterpolation, pointMesh now MeshObject 2008-10-21 15:02:04 +01:00
mattijs
50dcc40e9a new interval syntax 2008-10-20 15:31:39 +01:00
Mark Olesen
073569c070 minor consistency changes, docu cosmetics 2008-10-13 09:28:34 +02:00
Mark Olesen
7a77e7ad3e Merge commit 'OpenCFD/master' into olesenm 2008-10-09 16:13:41 +02:00
mattijs
9891d37172 parallel postChannel 2008-10-08 07:55:07 +01:00