Commit Graph

21 Commits

Author SHA1 Message Date
mattijs
2a62ec3f39 added solverFrequency 2009-06-08 18:03:33 +01:00
mattijs
a253547154 fvDOM tutorial 2009-06-08 18:00:04 +01:00
mattijs
9429a9ed36 make tutorial work 2009-06-02 15:12:00 +01:00
mattijs
d3bcca840d solving for pd; new parallel b.c. 2009-06-02 14:59:07 +01:00
mattijs
c67b9e677a scoping 2009-04-28 20:52:19 +01:00
mattijs
68e3014f93 scoping 2009-04-28 20:52:18 +01:00
mattijs
2c31daa167 allow mut to be generated 2009-04-23 15:02:44 +01:00
mattijs
c153c5dc47 missing patch 2009-04-23 15:02:09 +01:00
mattijs
c0f131eab5 added scoping 2009-04-23 14:54:04 +01:00
mattijs
93b5c53ef4 added scoping 2009-04-23 14:51:43 +01:00
mattijs
975e800207 simple -> piso rename 2009-04-20 17:52:26 +01:00
mattijs
5e3b302477 update tutorial 2009-04-17 13:08:41 +01:00
mattijs
4f1f94ad83 update tutorial
modified:   ../../../compressible/rhoPisoFoam/ras/cavity/constant/polyMesh/boundary
	modified:   ../../buoyantPisoFoam/hotRoom/constant/polyMesh/boundary
	modified:   ../../buoyantPisoFoam/hotRoom/system/controlDict
	modified:   ../../buoyantPisoFoam/hotRoom/system/fvSchemes
	deleted:    ../../buoyantPisoFoam/hotRoom/0/mut
	modified:   constant/polyMesh/boundary
	deleted:    ../../buoyantSimpleRadiationFoam/hotRadiationRoom/0/mut
	deleted:    ../../chtMultiRegionFoam/multiRegionHeater/0/mut
2009-04-17 12:35:47 +01:00
mattijs
74213da984 new solver syntax 2009-04-17 10:59:26 +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
c799fb0014 renamed to be consistent with new solver naming convention 2009-02-17 12:27:38 +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