[root]/CCA/Components/ICE/TurbulenceModel
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 |
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:
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:
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:
Dusting off the turbulence models.
28 lines of code changed in 4 files:
Moved the turbulence models into a separate directory.
You should run "make reallyclean" before you recompile
1206 lines of code changed in 9 files: