/trunk/src Developers: bisaac

Login name:
bisaac
Total Commits:
121 (0.9%)
Lines of Code:
5,214 (2.1%)
Most Recent Commit:
2017-12-21 09:14
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for bisaac

Activity by Day of Week for bisaac

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 121 (100.0%) 5214 (100.0%) 43.0
CCA/Components/Arches/CoalModels/ 27 (22.3%) 2308 (44.3%) 85.4
CCA/Components/Arches/SourceTerms/ 28 (23.1%) 1148 (22.0%) 41.0
CCA/Components/Arches/WallHTModels/ 26 (21.5%) 1083 (20.8%) 41.6
CCA/Components/Arches/fortran/ 6 (5.0%) 255 (4.9%) 42.5
CCA/Components/Arches/ParticleModels/ 22 (18.2%) 253 (4.9%) 11.5
CCA/Components/Arches/Utility/ 1 (0.8%) 87 (1.7%) 87.0
CCA/Components/Arches/ 7 (5.8%) 70 (1.3%) 10.0
R_Tester/ 3 (2.5%) 9 (0.2%) 3.0
CCA/Components/DataArchiver/ 1 (0.8%) 1 (0.0%) 1.0

Activity of bisaac

Most Recent Commits

bisaac 2017-12-21 09:14 Rev.: 57501

Added gas phase enthalpy contribution during particle destruction at the wall. No impact on regression tests.

0 lines of code changed in 4 files:

  • CCA/Components/Arches/SourceTerms: CoalGasHeat.cc (new), CoalGasHeat.h (new)
bisaac 2017-12-20 23:12 Rev.: 57500

Updated deposition velocity to be consistent with mass evolving at the wall, and fixed a bug when computing the volume-averaged particle size. This commit will break 1GW_RT and 1GW_em_tc.

0 lines of code changed in 10 files:

  • CCA/Components/Arches/ParticleModels: DepositionVelocity.cc (new), DepositionVelocity.h (changed), ParticleTools.h (changed)
  • CCA/Components/Arches/SourceTerms: CoalGasDevol.cc (new), CoalGasOxi.cc (changed)
bisaac 2017-12-19 13:04 Rev.: 57479

Added the ability to retain the organic mass after deposition. The parameter retained_deposit_factor can be used to specify the fraction of organic that remains the in the deposit.

174 lines of code changed in 6 files:

  • CCA/Components/Arches/SourceTerms: CoalGasDevol.cc (+83 -9), CoalGasDevol.h (new), CoalGasOxi.cc (+84 -15), CoalGasOxi.h (+3 -1)
bisaac 2017-09-29 17:32 Rev.: 57055

Fixed hi yield bug which occurs when temperatues exceed Tbp_graphite.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/CoalModels: FOWYDevol.cc (+1)
bisaac 2017-09-28 10:15 Rev.: 57039

Updated illinois 6 ash data base.

7 lines of code changed in 1 file:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.h (+7 -7)
bisaac 2017-09-27 16:24 Rev.: 57033

Added a new coal for the emissivity model.

15 lines of code changed in 1 file:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.h (+15)
bisaac 2017-09-25 17:07 Rev.: 57027

Updated the FOWY devol model to include linear increasing yield above 1800K. This will break all coal cases using FOWY.

113 lines of code changed in 6 files:

  • CCA/Components/Arches/CoalModels: FOWYDevol.cc (+10 -16), FOWYDevol.h (+4 -2)
  • CCA/Components/Arches/ParticleModels: FOWYDevol.h (+12 -12)
  • CCA/Components/Arches/Utility: InverseErrorFunction.h (new 87)
bisaac 2017-09-18 17:55 Rev.: 57004

Switched hybrid momentum discretization upwind approximation. This will break the OFC hybrid test.

243 lines of code changed in 3 files:

  • CCA/Components/Arches/fortran: uvelcoef_hybrid.F (+88 -83), vvelcoef_hybrid.F (+84 -78), wvelcoef_hybrid.F (+71 -77)
bisaac 2017-08-09 11:47 Rev.: 56856

Fixed Nan issue in new Nox model. This will change the answers for Coal_Nox.

247 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: ZZNoxSolid.cc (+247 -241)
bisaac 2017-08-08 13:59 Rev.: 56854

Added regression test for the new NOx model.

3 lines of code changed in 1 file:

  • R_Tester: ARCHES.py (+3)
bisaac 2017-08-08 12:02 Rev.: 56853

This commit adds ZZs nox model.

721 lines of code changed in 4 files:

  • CCA/Components/Arches/SourceTerms: SourceTermFactory.cc (+6), ZZNoxSolid.cc (+515), ZZNoxSolid.h (+199), sub.mk (+1)
bisaac 2017-08-07 17:12 Rev.: 56852

Fixed a bug related to the deposition model. This was setting the destruction rate to zero. This will break deposition regression tests.

6 lines of code changed in 1 file:

  • CCA/Components/Arches/CoalModels: BirthDeath.cc (+6 -22)
bisaac 2017-08-04 16:05 Rev.: 56847

This fixes the volume fraction multiplication for the v momentum diffusion term. This will break all tests using hybrid and wall_upwind momentum discretization.

12 lines of code changed in 3 files:

  • CCA/Components/Arches/fortran: vvelcoef_hybrid.F (+6 -6), vvelcoef_mixed.F (+6 -6)
bisaac 2017-07-31 14:14 Rev.: 56831

Removed print statement.

0 lines of code changed in 1 file:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.h (-1)
bisaac 2017-07-31 13:07 Rev.: 56830

Added illinois 6 ash to the new emissivity model.

25 lines of code changed in 1 file:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.h (+25 -25)
bisaac 2017-07-31 12:01 Rev.: 56829

Added coordination number to emissivity model. This doesn't impact regression tests.

81 lines of code changed in 1 file:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.h (+81 -25)
bisaac 2017-07-21 13:55 Rev.: 56815

Added a minimum size for the particles in the case where there is not a flux of particles to the wall. Doesn't impact regression tests.

36 lines of code changed in 1 file:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.h (+36 -2)
bisaac 2017-07-20 17:19 Rev.: 56814

Updated the wall ht model to account for liquid slag heating above the ash fluid temperature. This will break 1GW_RT and 1GW_em_tc.

246 lines of code changed in 3 files:

  • CCA/Components/Arches: ExplicitSolver.cc (+16 -4)
  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+204 -58), WallModelDriver.h (+26 -12)
bisaac 2017-07-14 12:03 Rev.: 56791

Added additional check for particle size in the pokluda emissivity model.

3 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: DepositionVelocity.cc (+1)
  • CCA/Components/Arches/WallHTModels: WallModelDriver.h (+2)
bisaac 2017-07-13 15:43 Rev.: 56783

Added German lignite to the new emissivity model.

12 lines of code changed in 1 file:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.h (+12)

(24 more)

Generated by StatSVN 0.7.0