Commit graph

160 commits

Author SHA1 Message Date
Henry
ee213908ad TurbulenceModels: Add compressible v2f 2015-01-27 15:04:32 +00:00
Henry
597343dfc7 viewFactorsGen/shootRays: Allow the specification of maxDynListLength in viewFactorsDict
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1501
2015-01-27 10:49:23 +00:00
Henry
4f4b2e9112 TurbulenceModels: separated v2fBase.H from v2f.H 2015-01-26 10:30:58 +00:00
Henry
cda60031b9 TurbulenceModels: ensure alphat is corrected after nut by arranging the call from correctNut
This is as temporary fix pending the completion of the selectable thermal transport layer
2015-01-25 22:52:33 +00:00
Henry
3e4a059e7d v2f: separate instantiation of v2fBase from fWallFunction 2015-01-25 22:31:14 +00:00
Henry
d9e4918cda Updated headers 2015-01-25 22:27:03 +00:00
Henry
924ddccad5 TurbulenceModels: Added templated v2f for incompressible and compressible flow 2015-01-25 22:26:16 +00:00
Henry
f1dddcfa40 TurbulenceModels: Updated documentation 2015-01-25 12:40:25 +00:00
Henry
f50d23f859 buoyantKEpsilon: Changed the additional buoyancy generation/dissipation
term to the more commonly used form of Henkes, R.A.W.M., Van Der Vlugt, F.F. & Hoogendoorn, C.J. (1991).
2015-01-25 12:37:37 +00:00
Henry
2fb88d3e4e TurbulenceModels: Added RNGkEpsilon 2015-01-24 22:49:04 +00:00
Henry
f8efe93ffd TurbulenceModels: Added LRR model with Daly-Harlow generalized gradient diffusion 2015-01-24 22:10:17 +00:00
Henry
19b92a4931 DeardorffDiffStress: updated to correspond more closely to the original paper
Added references to the generalized gradient diffusion model
2015-01-24 18:44:44 +00:00
Henry
980b554166 Updated header 2015-01-23 23:34:05 +00:00
Henry
b62acf9cb6 TurbulenceModels: Added DeardorffDiffStress LES model
Now using the Daly-Harlow generalized gradient diffusion model
2015-01-23 23:32:38 +00:00
Henry
070fe069ac atmBoundaryLayer: updated for SP compilation 2015-01-23 14:06:02 +00:00
Henry
90e78229d5 controlDict: change timeStampMaster -> timeStamp
Currently timeStampMaster does not support re-reading of IOdictionaries in parallel
2015-01-23 09:21:39 +00:00
Henry
9714a61e9e Updated header 2015-01-23 09:21:26 +00:00
Henry
26e9586324 turbulenceModels: minor function reorganization 2015-01-23 09:21:01 +00:00
Henry
1f7b744212 LESModel: correct delta 2015-01-23 09:18:36 +00:00
Henry
a6b9d2a490 turbulenceModels/LES: Added WALE model
Changed the tutorials/incompressible/pimpleFoam/channel395 to demonstrate the WALE model
2015-01-23 09:17:33 +00:00
Henry
2de9246e24 DataEntry/Table: provide dictionary to base-class to allow the specification of outOfBounds
Resolves bug-reports:
    http://www.openfoam.org/mantisbt/view.php?id=888
    http://www.openfoam.org/mantisbt/view.php?id=788
2015-01-22 13:32:30 +00:00
Henry
b8145063e3 twoPhaseEulerFoam/twoPhaseSystem/diameterModels/IATE: Added fvOptions support
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1402
2015-01-22 10:59:45 +00:00
Henry
5bf565c112 Updated headers 2015-01-22 10:08:38 +00:00
Henry
9b411dd60e Reorganized BCs and added Doc.H files 2015-01-22 10:07:45 +00:00
Henry
25a0a19ee3 Added realizableKE to new turbulence library 2015-01-22 08:53:10 +00:00
Henry
4594839498 Combine yPlusRAS and yPlusLES into the single utility yPlus
which provides y+ values for the near-wall cells for laminar, LES and RAS
2015-01-21 21:09:34 +00:00
Henry
61bcea321b Add simulationType entry even for simpleFoam cases
so that generic utilities like yPlus select the appropriate turbulence model
2015-01-21 21:08:19 +00:00
Henry
9053fefa6c multiphase solvers: print phase-name rather than alpha1/2 when printing max and min phase-fraction 2015-01-21 20:07:15 +00:00
Henry
b77a5ec079 Remove references to mut and muSgs 2015-01-21 19:52:42 +00:00
Henry
7b3fa1a929 Added updated nut.gz file 2015-01-21 19:38:40 +00:00
Henry
93732c8af4 Updated the whole of OpenFOAM to use the new templated TurbulenceModels library
The old separate incompressible and compressible libraries have been removed.

Most of the commonly used RANS and LES models have been upgraded to the
new framework but there are a few missing which will be added over the
next few days, in particular the realizable k-epsilon model.  Some of
the less common incompressible RANS models have been introduced into the
new library instantiated for incompressible flow only.  If they prove to
be generally useful they can be templated for compressible and
multiphase application.

The Spalart-Allmaras DDES and IDDES models have been thoroughly
debugged, removing serious errors concerning the use of S rather than
Omega.

The compressible instances of the models have been augmented by a simple
backward-compatible eddyDiffusivity model for thermal transport based on
alphat and alphaEff.  This will be replaced with a separate run-time
selectable thermal transport model framework in a few weeks.

For simplicity and ease of maintenance and further development the
turbulent transport and wall modeling is based on nut/nuEff rather than
mut/muEff for compressible models so that all forms of turbulence models
can use the same wall-functions and other BCs.

All turbulence model selection made in the constant/turbulenceProperties
dictionary with RAS and LES as sub-dictionaries rather than in separate
files which added huge complexity for multiphase.

All tutorials have been updated so study the changes and update your own
cases by comparison with similar cases provided.

Sorry for the inconvenience in the break in backward-compatibility but
this update to the turbulence modeling is an essential step in the
future of OpenFOAM to allow more models to be added and maintained for a
wider range of cases and physics.  Over the next weeks and months more
turbulence models will be added of single and multiphase flow, more
additional sub-models and further development and testing of existing
models.  I hope this brings benefits to all OpenFOAM users.

Henry G. Weller
2015-01-21 19:21:39 +00:00
Henry
04d4f75f70 thermophysicalModels: Resolve issue with the construction of RR from physicoChemicalConstants which may or may not be already constructed
Solution: Move RR, Pstd and Tstd used by specie into thermodynamicConstants constructed in global.C
in the OpenFOAM library
2015-01-21 09:35:38 +00:00
Henry
7883c1bc36 applications/utilities/mesh/generation/Allwmake: Updated for changes to foamyHexMesh organization 2015-01-19 09:02:49 +00:00
Henry
155966d6d3 Updated headers 2015-01-18 21:16:37 +00:00
Henry
a1c33aa1d2 Rationalized foamyHexMesh directory structure and build scripts
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1186
2015-01-18 21:13:45 +00:00
Henry
658da453ba Remove cyclic link in foamyHexMesh/mixerVessel tutorial
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1191
2015-01-18 21:11:54 +00:00
Henry
7b5d0dad20 Update headers 2015-01-12 12:34:38 +00:00
Henry
b5277967c0 Incompressible turbulence models: Remove the correction of the laminar transport model
Explicitly correct laminar transport at the application level as is done in the multiphase solvers
2015-01-12 12:32:38 +00:00
Henry
5a4a4e5e4a wallDist: Ensure appropriate method correct function is called 2015-01-12 11:53:19 +00:00
Henry
086131d4a1 Updated options files for new location of radiation lnInclude directory 2015-01-11 22:27:36 +00:00
Henry
8e5b23ece7 Updated headers 2015-01-11 22:17:00 +00:00
Henry
1f3679fe0e thermophysicalModels/radiationModels -> thermophysicalModels/radiation 2015-01-11 22:16:14 +00:00
Henry
8c591c480e wmake: Added to "See also" 2015-01-11 18:44:18 +00:00
Henry
ac42485493 wmake: Added "See also" 2015-01-11 18:21:20 +00:00
Henry
9106d893c7 Update header 2015-01-11 17:16:48 +00:00
Henry
03ebd6ddb9 wdep: If source file is not in the current directory search tree for first occurrence 2015-01-11 17:16:15 +00:00
Henry
86906e8230 Remove deprecated and out-of-date scripts 2015-01-11 15:51:13 +00:00
Henry
38c62f0210 Rename foamClearPolyMesh -> foamCleanPolyMesh for consistency with the other foamClear.* scripts 2015-01-11 15:42:10 +00:00
Henry
2442d3aec7 Remove out-of-date and deprecated scripts 2015-01-11 13:34:41 +00:00
Henry
4e90a5d364 Remove set -x 2015-01-11 13:16:56 +00:00