Directory CCA/Components/ICE/

Total Files:
10
Deleted Files:
0
Lines of Code:
12450

[root]/CCA/Components/ICE
                directory in repo Advection (12 files, 2915 lines)
                directory in repo Core (6 files, 1542 lines)
                directory in repo CustomBCs (17 files, 7821 lines)
                directory in repo EOS (29 files, 4075 lines)
                directory in repo Materials (3 files, 544 lines)
                directory in repo PressureSolve (0 files, 0 lines)
                    directory in repo HypreStandAlone (33 files, 5772 lines)
                directory in repo SpecificHeatModel (13 files, 1079 lines)
                directory in repo TurbulenceModel (9 files, 1361 lines)
                directory in repo WallShearStressModel (9 files, 1003 lines)

Lines of Code

CCA/Components/ICE/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 46 (100.0%) 432 (100.0%) 9.3
harman 39 (84.8%) 413 (95.6%) 10.5
allen 7 (15.2%) 19 (4.4%) 2.7

Most Recent Commits

harman 2019-09-05 14:55 Rev.: 59642

PowerLaw2 velocity initialization:
-User can specify the floor and ceiling location of the channel. They may differ from
gridMin and gridMax if MPM particles are lining the floor and ceiling.

0 lines of code changed in 4 files:

  • CCA/Components/ICE: customInitialize.cc (changed), customInitialize.h (changed)
harman 2019-08-23 13:12 Rev.: 59614

removed dead comment.

initialization()
- Added bulletproofing. Catch when a cell has not been properly initialized.

0 lines of code changed in 2 files:

  • CCA/Components/ICE: ICE.cc (new)
harman 2019-08-20 16:54 Rev.: 59606

Changed face-centered requires/get from ghost::AroundCells -> Ghost::AroundFaces

define the hypre solver debug filename upstream of the call to hypre.

0 lines of code changed in 2 files:

  • CCA/Components/ICE: impICE.cc (changed)
harman 2019-08-13 11:18 Rev.: 59593

powerLaw2 & DNS_Moser:

nu = visc/rho

Using nu in the veolcity profiles

5 lines of code changed in 1 file:

  • CCA/Components/ICE: customInitialize.cc (+5 -2)
harman 2019-07-19 10:17 Rev.: 59557

powerLawProfile2:
- User must specify the channel half height. Previous, the code would assume it was the height of the domain.
- Changed the equation so the profile is symmetric at the channel half height.

17 lines of code changed in 2 files:

  • CCA/Components/ICE: customInitialize.cc (+16 -14), customInitialize.h (+1 -1)
harman 2019-06-10 15:51 Rev.: 59451

ICE: problemSetup
- only execute read_*_BC_inputs() if the grid is not periodic.

Added two regression tests that are on a periodic domain

15 lines of code changed in 1 file:

  • CCA/Components/ICE: ICE.cc (+15 -14)
harman 2019-06-05 09:45 Rev.: 59447

problemSetup:
Minor polishing in the powerLawProfile2 section

14 lines of code changed in 1 file:

  • CCA/Components/ICE: customInitialize.cc (+14 -16)
harman 2019-06-04 10:08 Rev.: 59445

- Added a another power law velocity profile method to the customInitialization routines.
- updated input file to match what's used in current production runs.

112 lines of code changed in 2 files:

  • CCA/Components/ICE: customInitialize.cc (+83 -18), customInitialize.h (+29 -6)
allen 2019-04-11 14:38 Rev.: 59328

removed the need for the apps to activate a reduction var - the AppCommon does that now

0 lines of code changed in 4 files:

  • CCA/Components/ICE: ICE.cc (-9), impAMRICE.cc (new), impICE.cc (-6)
allen 2019-04-10 16:23 Rev.: 59324

moved the activate to be with the compute and made the dual app (MPMICE) check generic

19 lines of code changed in 3 files:

  • CCA/Components/ICE: ICE.cc (+9 -3), impAMRICE.cc (+4 -1), impICE.cc (+6)
harman 2019-03-29 16:20 Rev.: 59291

Added vortex pairs custom initialization option.

106 lines of code changed in 2 files:

  • CCA/Components/ICE: customInitialize.cc (+97 -26), customInitialize.h (+9)
harman 2019-03-18 13:16 Rev.: 59269

Deleted unused label.

Add the fixed pressure gradient to the existing momentum source instead of replacing the momentum source.


3 lines of code changed in 1 file:

  • CCA/Components/ICE: ICE.cc (+3 -7)
harman 2019-03-11 09:59 Rev.: 59260

Generalized vortex creation code. Each vortex can now be aligned in either the X, Y or Z direction.
We may need to use geometry object to limit the length of the vortex.

45 lines of code changed in 2 files:

  • CCA/Components/ICE: customInitialize.cc (+41 -15), customInitialize.h (+4 -10)
harman 2019-03-04 15:20 Rev.: 59241

ICE::accumulateMomentumSourceSinks()
- fixed a "*=" error when applying a fixed pressure gradient.

10 lines of code changed in 1 file:

  • CCA/Components/ICE: ICE.cc (+10 -11)
harman 2019-02-12 16:54 Rev.: 59205

removed debugging code.

1 lines of code changed in 1 file:

  • CCA/Components/ICE: ICE.cc (+1 -5)
harman 2019-01-25 14:31 Rev.: 59179

User can override the computed pressure gradient and set it to a fixed value. This is useful
when running verification tests (Couette-Poiseuille type flows) in periodic domains.


ups spec:
<fixedPressureGradient>
<x_dir> ? </x_dir>
<y_dir> ? </y_dir>
<z_dir> ? </z_dir>
</fixedPressureGradient>

Moved initialization of global variables from the constructor to the declaration statement in
the .h file. There's no need to look in two places to find the initial value.

75 lines of code changed in 3 files:

  • CCA/Components/ICE: ICE.cc (+51 -30), ICE.h (new)
harman 2019-01-18 09:13 Rev.: 59176

Updated Copyright date

10 lines of code changed in 14 files:

  • CCA/Components/ICE: AMRICE.cc (new), AMRICE.h (new), ICE.cc (+1 -1), ICE.h (+1 -1), customInitialize.cc (+1 -1), customInitialize.h (+1 -1), impAMRICE.cc (+1 -1), impAMRICE.h (new), impICE.cc (+1 -1), sub.mk (new)
Generated by StatSVN 0.7.0