Commit Graph

11 Commits

Author SHA1 Message Date
Mark Olesen
54a8b6a152 define values for standardCmu, standardKappa, standardE in turbulenceModel.H 2009-08-01 09:36:34 +02:00
Mark Olesen
e2968b6a36 file-scoped (static const) variables for default turbulence parameters
- avoids raw values sprinkled about the code
  eg, 'defaultKappa_'  vs. '0.41'
2009-07-31 17:34:49 +02:00
Mark Olesen
ad287d9d17 skip writing default values of Cmu/Prt etc for turbulent bcs 2009-07-31 16:57:59 +02:00
andy
5a3eeb732e update copyright dates 2009-07-24 17:16:09 +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
f072ba5821 compressible RAS: moved wall function code to wall function BCs 2009-07-21 13:12:14 +01:00
Mark Olesen
774cf8b4db Merge commit 'OpenCFD/master' into olesenm
- with minor additional changes
2009-05-11 13:55:06 +02: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
henry
9f83184c29 Scoped the name of "G" to avoid name clashes.
Better solution would be to derive the turbulenceModel class from objectRegistry and keep "G"
on that local registry.
2009-04-07 12:54:55 +01:00
andy
c48d6279a5 updated compressible models so that fields that are looked-up can be optionally specified 2009-01-21 16:58:54 +00:00
henry
0479165024 Added generic turbulenceModel base class to incompressible turbulence models. 2008-11-20 20:33:06 +00:00