Commit Graph

13 Commits

Author SHA1 Message Date
Henry
e36f6bf7ef nutWallFunctions: Generalised for RAS and LES
nuSgsUSpaldingWallFunction removed, now use nutUSpaldingWallFunction
2012-07-03 10:35:36 +01:00
Henry
94dbcb4bd6 nutWallFunctions: Generalised for RAS and LES
nuSgsUSpaldingWallFunction removed, now use nutUSpaldingWallFunction
2012-07-03 10:35:21 +01:00
andy
d320fab4ab Refactoring of nut wall function BCs
- names updated to reflect what they are based on, e.g. either k
   or U
2009-08-03 11:10:13 +01:00
andy
5a3eeb732e update copyright dates 2009-07-24 17:16:09 +01:00
andy
481fd3e2e1 caching yPlusLam locally 2009-07-24 11:15:41 +01:00
andy
85b9b3e38a adding yPlus calcs for compressible S-A models + other small fixes 2009-07-23 16:40:50 +01:00
andy
040962d68d updates to incompressible wall functions + yPlus calc 2009-07-22 17:54:06 +01:00
andy
140574889a selecting common kappa=0.41 and E=9.8 (ref. Verst+Malal) 2009-07-21 19:31:52 +01:00
andy
dae4025645 incompressible RAS: moved wall function code to wall function BCs 2009-07-21 17:07:48 +01:00
Mark Olesen
19d951ce86 minor cleanup of turbulence models
- added constructor dictionary(const dictionary*) that also handles NULL
  pointers and makes it convenient to construct from a possibly nonexistent
  sub-dictionary:
  eg,
      dictionary dict2(dict1.subDictPtr("someDict"));

- make some of the turbulence Coeffs sub-dictionary optional.
  Their contents are all 'lookupOrAddDefault' anyhow.

- in turbulentMixingLength BCs, skip namespace qualifier in template
  (eg, <RASModel> vs. <compressible::RASModel>)

- change comments from 'turbulenceProperties' to RASProperties/LESProperties

- consistency between compressible/incompressible - no separate file for
  'New' selector etc

- consistency in accessing the model coefficients.
  Use method coeffDict() for const access.
  Use protected data member coeffDict_ for read/write access.

- document model coefficients in etc/constant/RASProperties.
  Need the same for LESProperties before we can prune these from the
  tutorials.
2009-05-08 17:27:42 +02:00
andy
0b859cba7d updated incompressible models so that fields that are looked-up can be optionally specified 2009-01-21 17:00:04 +00:00
Mark Olesen
28b200bcd9 update copyrights for 2009 2008-12-31 19:01:56 +01:00
henry
0479165024 Added generic turbulenceModel base class to incompressible turbulence models. 2008-11-20 20:33:06 +00:00