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
86f104aa00
chtMultiRegionFoam tutorial update
2009-07-21 19:43:38 +01:00
andy
bc88cf965f
buoyantSimpleRadiationFoam tutorial update
2009-07-21 19:39:00 +01:00
andy
3dfc299a0a
buoyantSimpleFoam tutorial update
2009-07-21 19:37:49 +01:00
andy
6c222b5082
rhoPisoFoam tutorial update
2009-07-21 19:35:33 +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
773c6e9cd2
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-07-14 21:16:38 +01:00
henry
6f48a922d0
Further corrections to tutorials following a complete Allrun.
2009-07-14 21:16:33 +01:00
henry
bf60ede878
Updates to tutorials
2009-07-14 21:07:53 +01:00
Mark Olesen
7bd8eef47c
Merge commit 'OpenCFD/master' into olesenm
2009-07-14 18:16:15 +02:00
andy
a463585a7f
tutorial updates
2009-07-14 11:45:52 +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
5a83c4660c
Added rho for the buoyantPressure BC.
2009-07-10 14:42:23 +01:00
henry
90298600e0
Corrected buoyancy BCs for p.
2009-07-10 12:59:51 +01:00
henry
e461ef53e9
Removed support for LAM.
2009-07-10 12:04:42 +01:00
henry
5f246c45e6
Improved the basic tutorial clean functions.
2009-07-10 11:55:50 +01:00
henry
d9b4966af2
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-07-09 23:28:56 +01:00
henry
37b0fe0ade
Corrections to get the tutorial test loop to run cleanly.
2009-07-09 23:28:54 +01:00
andy
fd8ef1c05b
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-07-09 18:38:27 +01:00
andy
4360798747
activating point mass sources
2009-07-09 18:15:02 +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
4665779145
Renamed for consistency with other tutorials.
2009-07-09 14:41:54 +01:00
andy
d9a0715361
clean-up of dictionary
2009-07-09 13:25: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
f4d7096d45
Don't initialise U; unnecessary edit.
2009-07-08 17:20:06 +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
bbc4e8a25e
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-07-07 22:57:30 +01:00
henry
4439183d96
Corrected handling of the wall BCs of p for buoyant flows.
2009-07-07 22:56:02 +01:00
andy
f05cd81c11
Merge branch 'molecularDynamics'
2009-07-07 16:46:17 +01:00
andy
2e0e5d0ba9
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-07-07 16:36:36 +01:00
mattijs
7ebe502845
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
...
Added softlinks for:
tutorials/mesh/snappyHexMesh/iglooWithFridges
tutorials/mesh/snappyHexMesh/motorBike
2009-07-07 16:02:52 +01:00
mattijs
6acfd6a3ae
execute bit set
2009-07-07 15:48:04 +01:00
mattijs
f3b6566f32
cleanup and running
2009-07-07 15:45:58 +01:00
graham
9fb1dac1cc
Adding check for density < VSMALL to avoid FPE.
...
Modifying nanoNozzle tutorial to shorten the run and increase the density.
2009-07-07 10:50:37 +01:00
andy
aa4e0f7585
minor update to fvSolution
2009-07-06 19:45:58 +01:00
graham
e478718282
Modification to MD tuts.
2009-07-06 15:49:48 +01:00
andy
383823e69d
updated particle forces
2009-07-06 10:50:47 +01:00
andy
24fa65eb1c
merge with master + fix conflict
2009-07-03 18:02:43 +01:00
andy
ac79a282c1
updated soldFuelComponents->solidComponents
2009-07-03 17:21:25 +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
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
mattijs
d698d96677
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2009-07-01 14:17:07 +01:00
mattijs
2eebfa3a31
multiregion meshing tutorial
2009-07-01 14:16:30 +01:00
mattijs
543b593eba
corrected header
2009-07-01 13:55:34 +01:00
henry
72e706654b
Cleaned out unnecessary files in turorials
2009-07-01 11:38:04 +01:00
andy
0df64ea1d3
merge after conflict resolution
2009-07-01 10:59:48 +01:00
henry
71127a7a36
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
...
Conflicts:
tutorials/mesh/snappyHexMesh/iglooWithFridges/system/snappyHexMeshDict
2009-06-30 23:16:06 +01:00
henry
56724d5a2d
Created a runnable tutorial out of the iglooWithFridges case to demonstrate the buoyantBoussinesqSimpleFoam code.
2009-06-30 23:09:05 +01:00
henry
1783feeb90
Changed gamma to alpha1.
2009-06-30 23:07:31 +01:00
henry
ad7e0fb239
Use relative tolerances.
2009-06-30 23:06:59 +01:00
mattijs
55a9be9cea
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2009-06-30 22:21:21 +01:00
mattijs
1cabcf6c12
createBaffles with faceZone
2009-06-30 22:17:03 +01:00
mattijs
4d8c3ffe1f
remove abutted surfaces
2009-06-29 17:29:38 +01:00
graham
786a2621ad
New MD tutorials.
2009-06-29 16:34:27 +01:00
henry
bdf6a90794
Removed unnecessary files.
2009-06-26 17:24:19 +01:00
henry
1b25af21ff
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-06-26 17:19:17 +01:00
henry
ac02c60442
Changed Boussinesq solvers to use p rather than pd and added hotRoom tutorial cases for them.
2009-06-26 17:19:09 +01:00
mattijs
ff36c6640a
surface imprint tutorial
2009-06-26 14:07:29 +01:00
andy
9c7e263845
updated directMapped->directMappedPatch
2009-06-26 11:02:07 +01:00
andy
55f6a1affb
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-06-25 17:30:26 +01:00
henry
4ff9c018b6
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-06-25 15:40:45 +01:00
henry
82a0c2ae67
Improved relaxation factors for the new buoyantSimpleFoam solver.
...
Note the reversal between the p and U factors for compressible flow.
2009-06-25 15:40:33 +01:00
andy
fac1b596b8
sonicFoam solver and tutorial updates
2009-06-25 13:19:41 +01:00
andy
441b8b0832
more tutorial updates
2009-06-24 12:27:18 +01:00
andy
81dfb596d6
rhoPimpleFoam tutorial updates
2009-06-23 19:06:21 +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
andy
784c4b8261
tutorial solver and case updates
2009-06-23 18:31:36 +01:00
henry
9418392975
Changed by setFields.
2009-06-23 12:12:39 +01:00
andy
77ae8dbd02
tutorial updates
2009-06-22 18:39:42 +01:00
andy
98bd47cc08
removing old (no longer used) tracking stuff
2009-06-22 18:36:22 +01:00
andy
6a9dfcdc82
merge of thermo branch into master
2009-06-19 13:21:55 +01:00
andy
9ec6e0ad35
updating hThermo->hPsiThermo in tutorials
2009-06-19 13:17:14 +01:00
andy
3393036e8f
rhoPisoFoam tutorial update
2009-06-18 15:56:51 +01:00
graham
864e56d1df
Merge branch 'master' into dsmc
2009-06-18 15:19:32 +01:00
graham
eefaf72069
Added four dsmc tutorials and run/clean scripts.
2009-06-18 14:52:31 +01:00
andy
8b0fc6bd3b
tutorial update
2009-06-17 13:08:12 +01:00
mattijs
be69815c2c
pimple settings
2009-06-16 20:00:02 +01:00
andy
27ecaba4ac
tutorial/solver update
2009-06-16 19:25:27 +01:00
andy
9b950c5eab
thermo updates - now create cloud using basicThermo instead of hCombustionThermo
2009-06-15 19:13:36 +01:00
andy
b70ad9e5af
Merge branch 'master' into thermo
2009-06-12 18:46:35 +01:00
andy
3e63edf5c7
tutorial mod
2009-06-12 16:31:05 +01:00
andy
0929b48698
simplifying i-o for chemistry models + thermo
2009-06-12 13:28:02 +01:00
henry
7cc81b32b8
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-06-11 22:48:08 +01:00
henry
4465d20ac6
Changed pd -> p.
2009-06-11 22:48:05 +01:00
andy
1ebc1c1ad4
Merge branch 'FT'
2009-06-11 17:10:58 +01:00
henry
1ec66cb4d4
Added for new turbulence models.
2009-06-11 16:03:18 +01:00
henry
ec4e44e4ce
Corrected for new turbulence BCs.
2009-06-11 16:01:02 +01:00
andy
71645b9bea
tutorial updates
2009-06-11 15:49:29 +01:00
henry
d7379c51eb
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-06-09 12:13:17 +01:00