Directory CCA/Components/ICE/WallShearStressModel/

Total Files:
7
Deleted Files:
2
Lines of Code:
111

[root]/CCA/Components/ICE/WallShearStressModel

Lines of Code

CCA/Components/ICE/WallShearStressModel/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 31 (100.0%) 857 (100.0%) 27.6
harman 29 (93.5%) 856 (99.9%) 29.5
jsutherland 2 (6.5%) 1 (0.1%) 0.5

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.

1 lines of code changed in 2 files:

  • CCA/Components/ICE/WallShearStressModel: WallShearStressFactory.cc (+1)
harman 2013-08-14 12:42 Rev.: 50806

removed negative sign from tau_s calculation.

0 lines of code changed in 2 files:

  • CCA/Components/ICE/WallShearStressModel: logLawModel.cc (new)
harman 2013-07-15 15:57 Rev.: 50714

added vol_frac_CC to the shear stress calculation.

4 lines of code changed in 1 file:

  • CCA/Components/ICE/WallShearStressModel: logLawModel.cc (+4 -4)
harman 2013-07-11 16:55 Rev.: 50701

- added initialization task to the Wall Shear Stress Models
- added sched_AddComputesRequires() so each model can schedule additional needed variables.

- Now using CCVariable<double> variable for the roughness instead of a double. This allows
for spatial variation. Still need to initialize it from either a file or geom_objects.


106 lines of code changed in 5 files:

  • CCA/Components/ICE/WallShearStressModel: WallShearStress.h (+9 -6), logLawModel.cc (+73 -12), logLawModel.h (+24 -9)
harman 2013-07-11 12:16 Rev.: 50699

constructor
- fixed copy-paste error on z+ face

Turned off debugging output.

added comments and formatting.

** now gives consistent results on all faces ***

11 lines of code changed in 1 file:

  • CCA/Components/ICE/WallShearStressModel: logLawModel.cc (+11 -6)
harman 2013-07-10 12:38 Rev.: 50686

- The wallShearStressModel (WSS) is now applied to all ICE materials if the viscosity > 0;

- added hooks in viscousShearStress() task for calling the WSS model.

- instrumented code

** It's running but needs further testing **

92 lines of code changed in 4 files:

  • CCA/Components/ICE/WallShearStressModel: WallShearStress.h (+11 -17), WallShearStressFactory.cc (+1 -1), logLawModel.cc (+63 -16), logLawModel.h (+17 -27)
harman 2013-07-09 14:13 Rev.: 50676

Changed names from NewtonianModel -> logLawModel

The main pieces are hacked in, except for spatially varying roughness.

*** This code has not been tested ***

263 lines of code changed in 8 files:

  • CCA/Components/ICE/WallShearStressModel: NewtonianModel.cc (del), NewtonianModel.h (del), WallShearStress.h (+26 -9), WallShearStressFactory.cc (+3 -3), logLawModel.cc (+150), logLawModel.h (+83), sub.mk (+1 -1)
harman 2013-06-10 08:22 Rev.: 50438

Fixed a memory leak

0 lines of code changed in 1 file:

  • CCA/Components/ICE/WallShearStressModel: WallShearStressFactory.cc (-2)
harman 2013-05-17 12:19 Rev.: 50293

Added framework for shear stress models at the edge of the computational domain.
Everything is empty and it's not tied into ICE yet

380 lines of code changed in 7 files:

  • CCA/Components/ICE/WallShearStressModel: NewtonianModel.cc (new 59), NewtonianModel.h (new 55), WallShearStress.cc (new 43), WallShearStress.h (+66), WallShearStressFactory.cc (+69), WallShearStressFactory.h (new 49), sub.mk (+39)
Generated by StatSVN 0.7.0