Directory CCA/Components/ICE/TurbulenceModel/

Total Files:
9
Deleted Files:
0
Lines of Code:
221

[root]/CCA/Components/ICE/TurbulenceModel

Lines of Code

CCA/Components/ICE/TurbulenceModel/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 35 (100.0%) 1565 (100.0%) 44.7
harman 29 (82.9%) 1560 (99.7%) 53.7
jsutherland 6 (17.1%) 5 (0.3%) 0.8

Most Recent Commits

jsutherland 2013-10-31 19:36 Rev.: 51196

This one has been a long time coming.

Rip out the standard namespace opening that has been polluting header files throughout the framework. This crept into all sorts of places.

DO NOT open namespaces in header files. Ever.

5 lines of code changed in 6 files:

  • CCA/Components/ICE/TurbulenceModel: SmagorinskyModel.cc (new), Turbulence.h (new), TurbulenceFactory.cc (new)
harman 2013-10-01 12:17 Rev.: 50995

Global:
- cleanup
- formatting
- added more scratch labels to aid in debugging (L_ij, M_ij, S_ij...etc)
These are controlled by #ifdef conditionals.

DynamicModel:
- fixed several multipatch bugs.
- added new method for setting boundary conditions. With some of the filtered
quantities the array size is bigger than the patch and you must set the BCs
in the ghost cells.

multi-patch impVortex == 1 patch impVortex

269 lines of code changed in 10 files:

  • CCA/Components/ICE/TurbulenceModel: DynamicModel.cc (+153 -96), DynamicModel.h (new), SmagorinskyModel.cc (+17 -22), SmagorinskyModel.h (new), Turbulence.cc (+88 -13), Turbulence.h (+6 -3)
harman 2013-08-21 17:31 Rev.: 50851

Now pulling vel_CC from dw and passing into the turbulence function
instead of creating a temporary variable, copying vel_CC into that
variable, setting the boundary condition.....etc. Old way avoided a template issue that was
easy to fix.

57 lines of code changed in 6 files:

  • CCA/Components/ICE/TurbulenceModel: DynamicModel.cc (+24 -24), DynamicModel.h (+14 -14), SmagorinskyModel.cc (+5 -5), SmagorinskyModel.h (+5 -5), Turbulence.cc (+2 -2), Turbulence.h (+7 -7)
harman 2013-06-13 16:03 Rev.: 50488

Dusting off the turbulence models.

28 lines of code changed in 4 files:

  • CCA/Components/ICE/TurbulenceModel: DynamicModel.cc (+1 -1), DynamicModel.h (+23 -27), SmagorinskyModel.cc (+2 -5), SmagorinskyModel.h (+2 -4)
harman 2013-05-16 15:04 Rev.: 50286

Moved the turbulence models into a separate directory.

You should run "make reallyclean" before you recompile

1206 lines of code changed in 9 files:

  • CCA/Components/ICE/TurbulenceModel: DynamicModel.cc (+394), DynamicModel.h (+102), SmagorinskyModel.cc (+225), SmagorinskyModel.h (+87), Turbulence.cc (+134), Turbulence.h (+98), TurbulenceFactory.cc (+68), TurbulenceFactory.h (new 51), sub.mk (new 47)
Generated by StatSVN 0.7.0