/trunk/src Developers: u0407585

Login name:
u0407585
Total Commits:
85 (0.6%)
Lines of Code:
3,716 (2.2%)
Most Recent Commit:
2016-05-13 14:21
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for u0407585

Activity by Day of Week for u0407585

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 85 (100.0%) 3716 (100.0%) 43.7
CCA/Components/Arches/CoalModels/ 17 (20.0%) 1471 (39.6%) 86.5
CCA/Components/Arches/fortran/ 16 (18.8%) 830 (22.3%) 51.8
CCA/Components/Arches/SourceTerms/ 11 (12.9%) 656 (17.7%) 59.6
Core/Grid/BoundaryConditions/ 5 (5.9%) 331 (8.9%) 66.2
CCA/Components/Arches/ 14 (16.5%) 160 (4.3%) 11.4
CCA/Components/Arches/WallHTModels/ 8 (9.4%) 149 (4.0%) 18.6
scripts/ 1 (1.2%) 67 (1.8%) 67.0
CCA/Components/Arches/ParticleModels/ 12 (14.1%) 50 (1.3%) 4.1
R_Tester/ 1 (1.2%) 2 (0.1%) 2.0

Activity of u0407585

Most Recent Commits

u0407585 2016-05-13 14:21 Rev.: 55350

Added RT test for Phils char oxidation model.

2 lines of code changed in 1 file:

  • R_Tester: ARCHES.py (+2)
u0407585 2016-05-13 09:49 Rev.: 55347

Added task->requires for time-step size. This should fix the broken OFC4 RT test.

7 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: DepositionVelocity.cc (+1 -1)
  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+6 -3)
u0407585 2016-05-12 17:18 Rev.: 55346

Changed ash deposition averating time start tag from _t_interval to _t_ave_start to be more descriptive.

14 lines of code changed in 4 files:

  • CCA/Components/Arches/ParticleModels: DepositionVelocity.cc (+5 -5), DepositionVelocity.h (+1 -1)
  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+6 -6), WallModelDriver.h (+2 -2)
u0407585 2016-05-12 17:10 Rev.: 55345

Major modification of coal region wall heat transfer. This will speed up the compute time. Now we will time-average the ash deposit thickness, so that regime-change will not immediately impact thickness.

137 lines of code changed in 3 files:

  • CCA/Components/Arches: ExplicitSolver.cc (+8)
  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+119 -110), WallModelDriver.h (+10 -1)
u0407585 2016-05-11 15:19 Rev.: 55340

Fixed a mistake for the WallHT model for coal deposition. We were updating the real wall temperature with the corrected temperature for radiation.

2 lines of code changed in 1 file:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+2 -3)
u0407585 2016-04-25 20:48 Rev.: 55234

This commit removes the last remnant of the growing deposition model. No impact on regression tests.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: DepositionVelocity.cc (+1 -1)
u0407585 2016-04-15 18:11 Rev.: 55198

This will make the deposition model function under steady-state assumptions. Won't impact regression tests.

15 lines of code changed in 4 files:

  • CCA/Components/Arches: ExplicitSolver.cc (-7)
  • CCA/Components/Arches/ParticleModels: DepositionVelocity.cc (+11 -26), DepositionVelocity.h (+1 -1)
  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+3 -29)
u0407585 2016-04-13 11:33 Rev.: 55186

Added ash density specification for depositon model.

5 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: DepositionVelocity.cc (+4), DepositionVelocity.h (+1)
u0407585 2016-04-13 11:08 Rev.: 55183

This commit makes the hybrid momentum discretization approach upwind wall cells by default. No impact on regression tests.

0 lines of code changed in 6 files:

  • CCA/Components/Arches/fortran: uvelcoef_hybrid.F (new), vvelcoef_hybrid.F (changed), wvelcoef_hybrid.F (new)
u0407585 2016-04-07 11:41 Rev.: 55174

Removed diffusion from upwind coefficients, as Phil suggested.

18 lines of code changed in 3 files:

  • CCA/Components/Arches/fortran: uvelcoef_hybrid.F (+6 -6), vvelcoef_hybrid.F (+6 -6), wvelcoef_hybrid.F (+6 -6)
u0407585 2016-04-04 21:12 Rev.: 55169

Functorized the new momentum source terms. I still need to add all of the kokkos stuff.

30 lines of code changed in 2 files:

  • CCA/Components/Arches/SourceTerms: CoalGasDevolMom.cc (+17 -40), CoalGasOxiMom.cc (+13 -35)
u0407585 2016-04-04 11:18 Rev.: 55167

Added missing momentum source term from char oxidation.

313 lines of code changed in 4 files:

  • CCA/Components/Arches/SourceTerms: CoalGasOxiMom.cc (+233), CoalGasOxiMom.h (new 73), SourceTermFactory.cc (+6), sub.mk (+1)
u0407585 2016-04-04 09:56 Rev.: 55165

Added missing momentum source term from devolatilization.

312 lines of code changed in 4 files:

  • CCA/Components/Arches/SourceTerms: CoalGasDevolMom.cc (+232), CoalGasDevolMom.h (new 73), SourceTermFactory.cc (+6), sub.mk (+1)
u0407585 2016-04-01 16:42 Rev.: 55162

Added hybrid discretization scheme for momentum equations.

958 lines of code changed in 17 files:

  • CCA/Components/Arches: ArchesLabel.cc (+6), ArchesLabel.h (+4), Discretization.cc (+91 -13), Discretization.h (+5 -2), ExplicitSolver.cc (+21), MomentumSolver.cc (+15 -3), RHSSolver.cc (+1 -1), sub.mk (+3)
  • CCA/Components/Arches/fortran: sub.mk (+6), uvelcoef_hybrid.F (+251), uvelcoef_hybrid.fspec (new 16), vvelcoef_hybrid.F (+249), vvelcoef_hybrid.fspec (new 16), wvelcoef_hybrid.F (+258), wvelcoef_hybrid.fspec (new 16)
u0407585 2016-03-17 15:37 Rev.: 55063

Changed mass transfer coefficient correction factor to be consistent with derivation.

5 lines of code changed in 2 files:

  • CCA/Components/Arches/CoalModels: CharOxidationSmith.cc (+4 -4), CharOxidationSmith.h (+1 -1)
u0407585 2016-03-12 00:18 Rev.: 55017

This is a change to the deposition rate probability that Minmin wasn't able to commit. It should not effect regression tests.

20 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: RateDeposition.cc (+4), RateDeposition.h (+16 -4)
u0407585 2016-03-09 11:09 Rev.: 54996

Added python script that copies Grid and Data from grid.xml into timestep.xml, within each uda and each time-step.

67 lines of code changed in 1 file:

  • scripts: copy_grid_to_timestep.py (new 67)
u0407585 2016-03-03 00:24 Rev.: 54964

Added a rectangular-annulus boundary condition.

333 lines of code changed in 6 files:

  • CCA/Components/Arches: BoundaryCondition.cc (+2)
  • Core/Grid/BoundaryConditions: BoundCondReader.cc (+70), RectangulusBCData.cc (+157), RectangulusBCData.h (+103), sub.mk (new)
u0407585 2016-02-24 17:41 Rev.: 54905

Made root function in char oxidation model a little faster.

19 lines of code changed in 2 files:

  • CCA/Components/Arches/CoalModels: CharOxidationSmith.cc (+18 -12), CharOxidationSmith.h (+1 -1)
u0407585 2016-02-24 12:25 Rev.: 54894

Removed redundant cell loop.

3 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: DepositionVelocity.cc (+3 -6)

(10 more)

Generated by StatSVN 0.7.0