openfoam/applications/test/dictionary
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
..
calcEntry update copyrights for 2009 2008-12-31 19:01:56 +01:00
Make Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
dictionaryTest.C minor cleanup of turbulence models 2009-05-08 17:27:42 +02:00
testDict adjusted dictionary #inputMode directive 2009-05-05 13:18:29 +02:00
testDict2 adjusted dictionary #inputMode directive 2009-05-05 13:18:29 +02:00
testDictInc Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
testDictRegex writeKeyword spacing for keyType, misc cosmetics changes 2008-12-10 23:00:39 +01:00
value dictionary functionEntries cleanup 2008-06-13 10:43:31 +02:00