Commit Graph

431 Commits

Author SHA1 Message Date
andy
6dbb672b01 updating tutorial cases to use new nut/mut wall function names 2009-08-03 12:04:40 +01:00
Mark Olesen
d749aac04d adjust tutorial fvSolution to use regular expressions and $variable 2009-08-01 14:51:59 +02:00
andy
2349fdaabe updated version numbers to 1.6 2009-07-23 12:22:48 +01:00
henry
150528e7bb Corrected to use alphaEff for b and ft to ensure Lewis number of 1. 2009-07-22 16:07:01 +01:00
andy
14e6cfdba2 engineFoam tutorial update 2009-07-21 19:33:44 +01:00
henry
b3d455de80 Removed turbulence model coefficients from the dictionaries to allow them to default. 2009-07-21 19:05:30 +01:00
henry
fa34079e5a Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-07-16 12:42:45 +01:00
henry
4363dac73f Further updates of the XiFoam tutorials. 2009-07-16 12:42:34 +01:00
Mark Olesen
535789cf98 Merge commit 'OpenCFD/master' into olesenm 2009-07-15 08:20:06 +02:00
henry
6f48a922d0 Further corrections to tutorials following a complete Allrun. 2009-07-14 21:16:33 +01:00
Mark Olesen
f1fbc24638 Merge commit 'OpenCFD/master' into olesenm 2009-07-10 22:39:29 +02:00
Mark Olesen
7cbcc02d09 turbulence models get thermal dissipation source term(s)
- thermalDissipation()
  corresponds to the energy lost due to viscous efffects and
  what exits the energy cascade via dissipation.

- thermalDissipationEff()
  corresponds to the energy lost due to effective viscous efffects.
  Everything that is lost from momentum. Thus essentially assumes
  turbulent equilibrium, but is what STAR-CD and Fluent seem to be using.
  Thus even if it's wrong, provide it anyhow.

- minor consistency update in comments
2009-07-10 21:47:58 +02:00
henry
90298600e0 Corrected buoyancy BCs for p. 2009-07-10 12:59:51 +01:00
henry
9f46545159 Get the application from the controlDict where necessary. 2009-07-09 17:44:50 +01:00
henry
4c3c9f2c38 Corrected application entry. 2009-07-09 14:42:17 +01:00
henry
caff5576b1 Reinstated "application" entry in controlDict.
Upgraded 1.4 cases to 1.5.
2009-07-09 13:23:55 +01:00
henry
cd3b5808df Corrected class. 2009-07-08 22:45:05 +01:00
henry
d76820dc57 Changed g from being read from environmentalProperties to being read directly as a
uniformDimensionedVectorField.
2009-07-08 17:09:51 +01:00
henry
d830441735 New boundary files 2009-07-03 11:46:56 +01:00
henry
218b2baec4 Changed SP and DP to WM_SP and WM_DP. 2009-07-03 11:46:45 +01:00
andy
2c2c0163ca XiFoam tutorial updates 2009-06-23 18:57:44 +01:00
andy
435712967f updates to dieselFoam tutorial 2009-06-23 18:36:58 +01:00
henry
ac9132b0ee Minor reformat. 2009-06-09 12:13:11 +01:00
andy
ad350c504f cosmetics 2009-04-06 16:32:45 +01:00
Mark Olesen
507ad1e643 Merge commit 'OpenCFD/master' into olesenm 2009-02-25 10:50:26 +01:00
andy
181f252245 updates 2009-02-18 18:05:54 +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
andy
ef874be0b9 updates 2009-02-13 16:14:44 +00:00
andy
a3b50aff9f further tutorial updates 2009-02-13 14:17:08 +00:00
andy
12fba38d87 restructuring to reflect solver hierarchy 2009-02-12 18:59:59 +00:00