Directory CCA/Components/ICE/

Total Files:
19
Deleted Files:
1
Lines of Code:
16488

[root]/CCA/Components/ICE
                directory in repo Advection (12 files, 2880 lines)
                directory in repo CustomBCs (15 files, 5827 lines)
                directory in repo Docs (0 files, 0 lines)
                    directory in repo Blueprint (6 files, 2308 lines)
                        directory in repo Overview (3 files, 276 lines)
                directory in repo EOS (29 files, 4071 lines)
                directory in repo PressureSolve (0 files, 0 lines)
                    directory in repo HypreStandAlone (33 files, 5769 lines)
                directory in repo SpecificHeatModel (13 files, 1077 lines)
                directory in repo TurbulenceModel (9 files, 1317 lines)
                directory in repo WallShearStressModel (7 files, 629 lines)

Lines of Code

CCA/Components/ICE/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 62 (100.0%) 208 (100.0%) 3.3
harman 31 (50.0%) 182 (87.5%) 5.8
jas 27 (43.5%) 20 (9.6%) 0.7
qymeng 3 (4.8%) 5 (2.4%) 1.6
ahumphrey 1 (1.6%) 1 (0.5%) 1.0

Most Recent Commits

harman 2014-09-23 13:06 Rev.: 52487


Added a task to compute velTau_CC which is a modified
velocity used only to compute the viscous shear stress terms.
velTau_CC == vel_CC in the interior of the domain, in the extraCells
it's computed using:

// velTau_CC[ec] = (2 * vel_CC(ec) - vel_CC(interior) );

This fixes the bug of tau_XY != tau_YX at the domain walls.

0 lines of code changed in 6 files:

  • CCA/Components/ICE: Diffusion.cc (new), ICE.cc (new), ICE.h (new)
ahumphrey 2014-08-30 23:05 Rev.: 52377

Remove REDSTORM artifacts.

1 lines of code changed in 1 file:

  • CCA/Components/ICE: ICE.cc (+1 -1)
harman 2014-08-29 09:27 Rev.: 52365

Fall out from debugging Tony's BC commit
ICE/BoundaryCond:
minor formatting changes to SCI_DEBUG calls.

MPM/MPMBoundCond.cc:
Added SCI_DEBUG calls
added formatting dividers, vertical spacing,....etc.

11 lines of code changed in 4 files:

  • CCA/Components/ICE: BoundaryCond.cc (new), BoundaryCond.h (new)
harman 2014-06-24 16:34 Rev.: 52014

Comment out all SCI_DEBUG.setActive() calls. This
will reduce the amount of output then using the thread sanitizer.

9 lines of code changed in 4 files:

  • CCA/Components/ICE: AMRICE.cc (new), AMRICE.h (+1 -1)
harman 2014-06-12 07:48 Rev.: 51971

AMRICE.cc & DDT1.cc
problemSetup()
- allow the single level regridder to pass through the bulletproofing

SingleLevelRegridder.cc
problemSetup()
- compute the refinement ratio for each level. Do not use the refinement ratio from the oldGrid.
The regridder's definition of the RR is different than what is stored in the Level.

AMRSimulationController.cc
run()
-reversed the order of the calls to doRegridding()

1 lines of code changed in 1 file:

  • CCA/Components/ICE: AMRICE.cc (+1 -1)
harman 2014-06-09 14:18 Rev.: 51943

Added option to initialize the velocity field to a power law profile with variance.


0 lines of code changed in 4 files:

  • CCA/Components/ICE: customInitialize.cc (new), customInitialize.h (new)
harman 2014-05-09 09:02 Rev.: 51824

Removed unnecessary calls to:

sched->overrideVariableBehavior(hypre_solver_label.....)

You only need to overide the behavior once in the solver component, unless
you're using a subscheduler. In ICE, which uses a subscheduler, you have to override
using the parent scheduler.

* should not change the answers.


5 lines of code changed in 3 files:

  • CCA/Components/ICE: ICE.cc (-10), impICE.cc (+5 -8)
qymeng 2014-05-01 10:08 Rev.: 51795

Removed many of datawarehouse locks by using atomic operations

5 lines of code changed in 3 files:

  • CCA/Components/ICE: impAMRICE.cc (new), impICE.cc (+2)
harman 2014-03-03 16:35 Rev.: 51585

added on/off switch (applyHydrostaticPressure). The default is "on" but for
difficult problems it's useful to turn it off.


59 lines of code changed in 3 files:

  • CCA/Components/ICE: BoundaryCond.cc (+4 -4), ICE.cc (+50 -40), ICE.h (+5 -22)
harman 2014-03-03 13:21 Rev.: 51584

Removed code that hasn't been used in years.

0 lines of code changed in 3 files:

  • CCA/Components/ICE: ICEDebug.cc (del), sub.mk (new)
jas 2014-01-16 00:47 Rev.: 51467

Updated copyright information.

20 lines of code changed in 27 files:

  • CCA/Components/ICE: AMRICE.cc (+1 -1), AMRICE.h (+1 -1), BoundaryCond.cc (+1 -1), BoundaryCond.h (+1 -1), ConservationTest.h (new), Diffusion.cc (+1 -1), Diffusion.h (new), ExchangeCoefficients.cc (new), ExchangeCoefficients.h (new), ICE.cc (+1 -1), ICE.h (+1 -1), ICEDebug.cc (new 1), ICEMaterial.cc (new), ICEMaterial.h (new), customInitialize.cc (+1 -1), customInitialize.h (+1 -1), impAMRICE.cc (+1 -1), impAMRICE.h (new), impICE.cc (+1 -1), sub.mk (+1 -1)
harman 2014-01-14 17:20 Rev.: 51464

is_BC_specified() & BC_bulletproofing()
fixed flawed logic when circles/rectangles/annulus were
used in conjunction with a side.

31 lines of code changed in 1 file:

  • CCA/Components/ICE: BoundaryCond.cc (+31 -20)
harman 2014-01-06 17:13 Rev.: 51433

Pulled another weed, thanks Alan.
2 space indentation.

49 lines of code changed in 1 file:

  • CCA/Components/ICE: ICEMaterial.h (+49 -70)
harman 2014-01-06 16:45 Rev.: 51432

removed extra
lb = scinew ICELabel()
<Thanks Alan>

minor formatting

17 lines of code changed in 1 file:

  • CCA/Components/ICE: ICEMaterial.cc (+17 -24)
Generated by StatSVN 0.7.0