Commit graph

62 commits

Author SHA1 Message Date
Henry
0ddae8ba2c turbulenceModels/LES/dynamicLagrangian: Added the Lagrangian averaged form of the dynamic Smagorinsky eddy-viscosity SGS model for LES 2015-02-14 15:52:08 +00:00
Henry
f58fd14271 Corrected capitalization of Doxygen documentation comments 2015-02-14 13:10:15 +00:00
Henry
fb68661de8 turbulenceModels/LES/dynamicKEqn/dynamicKEqn: Added dynamic version of the one-equation SGS model 2015-02-14 13:08:08 +00:00
Henry
356cbd27f7 TurbulenceModels: No need to explicitly correct for boundedness, use the "bounded" scheme instead 2015-02-12 09:58:17 +00:00
Henry
6f63b722e0 TurbulenceModels: Do not register temporaries 2015-02-12 09:57:45 +00:00
Henry
ee9bef30fe TurbulenceModels/turbulenceModels/RAS/v2f: Name the Ts variable Ts 2015-02-12 09:56:47 +00:00
Henry
43012d3833 kOmegaSST: correct nut from the S2 already available 2015-02-12 09:55:52 +00:00
Henry
c13136511a kOmegaSST: Updated to be consistent with the latest version in OpenFOAM-2.3.x 2015-02-11 15:59:16 +00:00
Henry
50c38dfdaa LESModel and RASModel: Call read for immediate base-class rather than for the turbulenceModel class 2015-02-10 17:33:04 +00:00
Henry
5944f12a38 turbulenceModel: Correct handling of IOdictionary writing to support timeStampMaster 2015-02-10 17:32:27 +00:00
Henry
ca026b5dc7 Updated headers to ensure the class name declared to Doxygen is in the appropriate namespace
Also moved global classes which should be in the Foam namespace into it.
2015-02-09 14:43:11 +00:00
Henry
121a8f32bd Corrected typo
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1514
2015-02-08 20:27:22 +00:00
Henry
1a05f2ad42 turbulenceModels/RAS/SSG: Added Speziale, Sarkar and Gatski pressure-strain based Reynolds-stress turbulence model 2015-02-06 23:08:45 +00:00
Henry
e5d9392caa turbulenceModels/RAS/LRR: Added re-reading of wall-reflection coefficients 2015-02-06 20:50:20 +00:00
Henry
e18ebd2a38 LRR: added comment 2015-02-06 20:41:33 +00:00
Henry
b255f54120 turbulenceModels/RAS/LRR: Added optional Gibson-Launder wall-reflection 2015-02-06 17:38:04 +00:00
Henry
c481b625ef kLowReWallFunction: Limit k to avoid failure of the turbulence model due to division by k 2015-02-04 22:11:15 +00:00
Henry
2c25b8db52 Add support for reading and updating the debug switches of templated
classes in the DebugSwitches sub-dictionary of system/controlDict
2015-02-04 22:08:27 +00:00
Henry
5eafa16bc6 porousBafflePressure: Corrected and added support for compressible flow 2015-02-02 12:23:31 +00:00
Henry
a79b912a31 fixedShearStressFvPatchVectorField: Remove rhoName and phiName which are no longer needed 2015-02-02 12:22:52 +00:00
Henry
1471d3df87 eddyViscosity: Allow external classes to modify nut 2015-02-01 12:38:50 +00:00
Henry
3d8f0aa575 Update header 2015-02-01 12:38:39 +00:00
Henry
9eff3f968d Relocate LESeddyViscosity 2015-02-01 12:38:23 +00:00
Henry
cb1e8f08ba Add missing header 2015-01-28 16:35:15 +00:00
Henry
870d71db1f buoyantKEpsilon: filter sources depending on mag(g) so that it operates as kEpsilon if mag(g) = 0 2015-01-28 16:34:18 +00:00
Henry
96ab642efc TurbulenceModels: Templated kOmega and instantiated both incompressible and compressible forms 2015-01-28 09:18:06 +00:00
Henry
62261c9822 kkLOmega.C: Corrected formatting error 2015-01-27 15:11:50 +00:00
Henry
901d7cd579 src/TurbulenceModels/incompressible/turbulentTransportModels/RAS/kkLOmega: Corrected errors in implementation and from original paper according to
Furst, J. (2013).
    Numerical simulation of transitional flows with laminar kinetic energy.
    Engineering MECHANICS, 20(5), 379-388.

Thanks to Jan-Niklas Klatt for analysing problems with and correcting
the implementation and testing corrections to the model proposed by
Furst.
2015-01-27 15:06:03 +00:00
Henry
94d113faf3 TurbulenceModels/incompressible: RNGkEpsilon now tepmlated 2015-01-27 15:04:56 +00:00
Henry
ee213908ad TurbulenceModels: Add compressible v2f 2015-01-27 15:04:32 +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
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
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