Directory CCA/Components/ICE/TurbulenceModel/

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

[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 28 (100.0%) 51 (100.0%) 1.8
allen 9 (32.1%) 31 (60.8%) 3.4
jas 18 (64.3%) 18 (35.3%) 1.0
dav 1 (3.6%) 2 (3.9%) 2.0

Most Recent Commits

allen 2017-12-20 16:48 Rev.: 57494

Fixed typo in Makefile and added dependent libs

9 lines of code changed in 2 files:

  • CCA/Components/ICE/TurbulenceModel: sub.mk (new)
allen 2017-12-20 11:02 Rev.: 57484

Broke the large libs into smaller libraries allowing of the removal the ModelFactory Component and moved all application code from core

22 lines of code changed in 7 files:

  • CCA/Components/ICE/TurbulenceModel: DynamicModel.cc (new), SmagorinskyModel.cc (new), Turbulence.cc (+2 -2), sub.mk (+18 -14)
jas 2017-10-13 14:42 Rev.: 57138

Replace all instances of StaticArray with std::vector. This has been tested on the RT for all components. It is a drop in replacement. StaticArray is being removed.

9 lines of code changed in 6 files:

  • CCA/Components/ICE/TurbulenceModel: DynamicModel.cc (+4 -4), DynamicModel.h (+2 -3), SmagorinskyModel.cc (+2 -2), SmagorinskyModel.h (+1 -2)
jas 2017-04-20 13:23 Rev.: 56456

Update copyright.

9 lines of code changed in 12 files:

  • CCA/Components/ICE/TurbulenceModel: DynamicModel.cc (+1 -1), DynamicModel.h (+1 -1), SmagorinskyModel.cc (+1 -1), SmagorinskyModel.h (+1 -1), Turbulence.cc (+1 -1), Turbulence.h (+1 -1), TurbulenceFactory.cc (new), TurbulenceFactory.h (+1 -1), sub.mk (+1 -1)
dav 2017-02-24 14:54 Rev.: 56250

Continuation of commit r56249 - this time for ICE component.

Mostly cosmetic changes, and preparing for removing a hacked out warning when we moved to C++ 11.
These changes have passed the local RT on Baja.

- The biggest update in this commit (the update to remove the c++11 warning hack) is that you will
no longer be able to compare a ProblemSpecP to 0 (you will need to compare to 'nullptr').

- White space, coding standards, indentation, remove tabs.
- Line up some variables to make them easier to read.
- Use of 80+ columns of text (we decided to allow this 10 years ago) and it makes reading longer lines of code on the screen easier.
- Use {} for if/else clauses even if they are only one line long.
- Please put "else" and "else if" on a new line. The added white space makes following the branching much easier.

M CCA/Components/ICE/AMRICE.cc
M CCA/Components/ICE/BoundaryCond.cc
M CCA/Components/ICE/CustomBCs/LODI2.cc
M CCA/Components/ICE/CustomBCs/MMS_BCs.cc
M CCA/Components/ICE/CustomBCs/inletVelocity.cc
M CCA/Components/ICE/CustomBCs/microSlipBCs.cc
M CCA/Components/ICE/CustomBCs/sine.cc
M CCA/Components/ICE/ICE.cc
M CCA/Components/ICE/ICEMaterial.cc
M CCA/Components/ICE/TurbulenceModel/Turbulence.cc
M CCA/Components/ICE/customInitialize.cc

- See above.

M Core/GeometryPiece/GeometryPieceFactory.cc

- Alphabetize #includes, align vars, white space, formatting.


2 lines of code changed in 1 file:

  • CCA/Components/ICE/TurbulenceModel: Turbulence.cc (+2 -4)
Generated by StatSVN 0.7.0