henry
cf08f081da
Corrected tutorials.
2009-08-18 17:12:15 +01:00
henry
62a396b33f
Removed unnecessary files.
2009-08-17 23:43:27 +01:00
andy
a1d6fdf994
adding local foamLog.db
2009-08-13 17:09:22 +01:00
andy
a41b159fbc
adding boundaryFoam tutorial to evaluate wall functions
2009-08-13 16:56:59 +01:00
Mark Olesen
b4c93398e0
no-frills fvSolution format in tutorials/incompressible/*
2009-08-03 20:16:24 +02:00
andy
8bad166975
updated version number dev->1.6
2009-08-03 16:38:20 +01:00
Mark Olesen
ecb8d29b83
Merge commit 'OpenCFD/master' into olesenm
2009-08-03 16:20:24 +02:00
andy
60e3918be8
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-08-03 12:06:51 +01:00
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
henry
4e6dbf5730
Force construction of mesh.deltaCoeffs() which may be needed for the wall-function BCs.
2009-07-30 12:58:03 +01:00
henry
1089bbc69c
Corrected omega wall-function BCs.
2009-07-29 11:52:42 +01:00
andy
2349fdaabe
updated version numbers to 1.6
2009-07-23 12:22:48 +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
6f48a922d0
Further corrections to tutorials following a complete Allrun.
2009-07-14 21:16:33 +01:00
henry
5f246c45e6
Improved the basic tutorial clean functions.
2009-07-10 11:55:50 +01:00
henry
37b0fe0ade
Corrections to get the tutorial test loop to run cleanly.
2009-07-09 23:28:54 +01:00
henry
9f46545159
Get the application from the controlDict where necessary.
2009-07-09 17:44:50 +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
a9ce16ea71
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
...
Conflicts:
tutorials/incompressible/simpleFoam/motorBike/system/snappyHexMeshDict
tutorials/mesh/snappyHexMesh/iglooWithFridges
tutorials/mesh/snappyHexMesh/motorBike
2009-07-01 15:47:02 +01:00
henry
a11cf2e0da
Created simpleFoam case from the motorBike mesh tutorial.
...
Moved the snappyHexMesh tutorials to the appropriate solver directories and created links.
2009-07-01 15:40:52 +01:00
henry
72e706654b
Cleaned out unnecessary files in turorials
2009-07-01 11:38:04 +01:00
andy
9c7e263845
updated directMapped->directMappedPatch
2009-06-26 11:02:07 +01:00
andy
441b8b0832
more tutorial updates
2009-06-24 12:27:18 +01:00
mattijs
be69815c2c
pimple settings
2009-06-16 20:00:02 +01:00
henry
ea6da33740
Reformat.
2009-06-09 12:12:35 +01:00
mattijs
d55c97669a
directMapped extension for inter-region
2009-04-17 11:00:15 +01:00
mattijs
c42f04e843
multi-region directMapped
2009-04-16 18:45:01 +01:00
mattijs
950c77117b
comment
2009-03-24 18:02:42 +00:00
mattijs
fe55f58d46
new turbulence setup
2009-03-23 16:35:53 +00:00
henry
48c75eef27
Corrected case for the new wall-function treatment.
2009-03-12 21:53:46 +00:00
henry
73b153f302
Updates and extensions to the MRF and SRF handling.
2009-03-11 16:49:46 +00: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
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
andy
181f252245
updates
2009-02-18 18:05:54 +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
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
2002e46bb6
housekeeping
2009-02-16 11:32:34 +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