/trunk/src Developers: u0407585

Login name:
u0407585
Total Commits:
111 (0.9%)
Lines of Code:
4,238 (3.1%)
Most Recent Commit:
2015-12-14 19:45
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 111 (100.0%) 4238 (100.0%) 38.1
CCA/Components/Arches/CoalModels/ 29 (26.1%) 1583 (37.4%) 54.5
CCA/Components/Arches/ParticleModels/ 26 (23.4%) 1463 (34.5%) 56.2
CCA/Components/Arches/PropertyModelsV2/ 8 (7.2%) 544 (12.8%) 68.0
CCA/Components/Arches/WallHTModels/ 14 (12.6%) 528 (12.5%) 37.7
CCA/Components/Arches/SourceTerms/ 19 (17.1%) 86 (2.0%) 4.5
CCA/Components/Arches/ 10 (9.0%) 29 (0.7%) 2.9
R_Tester/ 2 (1.8%) 4 (0.1%) 2.0
CCA/Components/Arches/ChemMix/ 1 (0.9%) 1 (0.0%) 1.0
CCA/Components/Arches/Utility/ 2 (1.8%) 0 (0.0%) 0.0

Activity of u0407585

Most Recent Commits

u0407585 2015-12-14 19:45 Rev.: 54546

Added if statement to CoalTemperature problemSetup to avoid computing coefficients for an enthalpy curve fit if we are not using that part of the model.

47 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: CoalTemperature.cc (+47 -45)
u0407585 2015-11-19 17:02 Rev.: 54375

Removed the locked variable and created an new grid variable.

0 lines of code changed in 4 files:

  • CCA/Components/Arches/ParticleModels: DepositionVelocity.cc (new), DepositionVelocity.h (new)
u0407585 2015-11-19 16:03 Rev.: 54373

Initialized the locked variable in problem setup to avoid issues during a restart.

2 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: DepositionVelocity.cc (+2 -4)
u0407585 2015-11-18 18:06 Rev.: 54365

Corrected a few mistakes in the deposition model, and added a new deposition velocity to the WallHT model.

0 lines of code changed in 6 files:

  • CCA/Components/Arches: ExplicitSolver.cc (new)
  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (changed), WallModelDriver.h (changed)
u0407585 2015-11-17 11:52 Rev.: 54347

Added a few additional features to the deposition model. Shouldn't have an impact on the regression tests.

53 lines of code changed in 4 files:

  • CCA/Components/Arches/ParticleModels: DepositionVelocity.cc (+33 -18), DepositionVelocity.h (+6 -3)
  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+12 -9), WallModelDriver.h (+2 -3)
u0407585 2015-11-09 15:07 Rev.: 54295

Added erosion thickness to the deposit model, and an additonal feature to allow for deposit thickness to go to zero.

58 lines of code changed in 2 files:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+57 -4), WallModelDriver.h (+1)
u0407585 2015-11-03 14:35 Rev.: 54275

Removed cout statement from the previous commit.

0 lines of code changed in 1 file:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (-1)
u0407585 2015-11-03 14:18 Rev.: 54273

Added T_slag for wall heat transfer model for coal systems.

8 lines of code changed in 2 files:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+7 -1), WallModelDriver.h (+1)
u0407585 2015-11-01 15:01 Rev.: 54257

Fixed depostion velocity bug that was only allowing deposition to occur on an x- face.

5 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: DepositionVelocity.cc (+5 -5)
u0407585 2015-11-01 14:25 Rev.: 54256

Added minor corrected the coal_region ht.

2 lines of code changed in 1 file:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+2 -7)
u0407585 2015-10-30 13:54 Rev.: 54248

Commented out print statements in coal - soot model.

0 lines of code changed in 8 files:

  • CCA/Components/Arches/SourceTerms: BrownSootFormation_Tar.cc (new), BrownSootFormation_nd.cc (changed), BrownSootFormation_rhoYs.cc (changed), SootMassBalance.cc (new)
u0407585 2015-10-29 23:12 Rev.: 54240

Added new wall heat-transfer model for coal problems, that encorporates particle depositon.

457 lines of code changed in 4 files:

  • CCA/Components/Arches: ExplicitSolver.cc (+7 -1)
  • CCA/Components/Arches/ParticleModels: DepositionVelocity.cc (+4 -3)
  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+350 -15), WallModelDriver.h (+96 -4)
u0407585 2015-10-28 15:44 Rev.: 54231

Added time-averaged particle deposition velocity model, for computing deposition thickness.

409 lines of code changed in 6 files:

  • CCA/Components/Arches/ParticleModels: DepositionVelocity.cc (+312), DepositionVelocity.h (+87), ParticleModelFactory.cc (new), sub.mk (new)
u0407585 2015-10-26 16:01 Rev.: 54220

Made various updates to Minmin's RateDeposition model. Added a destruction source term for DQMOM which removes particles that have deposited.

680 lines of code changed in 9 files:

  • CCA/Components/Arches: ExplicitSolver.cc (+4)
  • CCA/Components/Arches/CoalModels: Deposition.cc (new 335), Deposition.h (new 101), sub.mk (new)
  • CCA/Components/Arches/ParticleModels: RateDeposition.cc (new), RateDeposition.h (new)
u0407585 2015-10-22 14:28 Rev.: 54213

Added particle temperature in order to compute Pvisc correctly.

22 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: RateDeposition.cc (+14 -9), RateDeposition.h (+8 -2)
u0407585 2015-10-22 12:03 Rev.: 54212

Added Minmin's deposition rate calculation. Shouldn't have any impact on regression tests.

696 lines of code changed in 4 files:

  • CCA/Components/Arches/ParticleModels: ParticleModelFactory.cc (+7), RateDeposition.cc (+461), RateDeposition.h (+226), sub.mk (+2 -1)
u0407585 2015-10-21 11:56 Rev.: 54204

Added thermophoretic acceleration model for DQMOM particles.

531 lines of code changed in 4 files:

  • CCA/Components/Arches: ExplicitSolver.cc (+4)
  • CCA/Components/Arches/CoalModels: Thermophoresis.cc (new 397), Thermophoresis.h (new 129), sub.mk (+1)
u0407585 2015-10-21 10:14 Rev.: 54203

Fixed a bug keeping the Wall heat-transfer model from being scheduled.

3 lines of code changed in 1 file:

  • CCA/Components/Arches: ExplicitSolver.cc (+3 -3)
u0407585 2015-10-01 16:37 Rev.: 54106

Fixed a typo for TaskAlgebra interface, allowing for division by a constant.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/Utility: TaskAlgebra.h (changed)
u0407585 2015-09-24 17:07 Rev.: 54038

Added missing Varlabel that was causing problems at the end of simulation.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/CoalModels: MaximumTemperature.cc (changed)

(10 more)

Generated by StatSVN 0.7.0