/trunk/src Developers: awabboud

Login name:
awabboud
Total Commits:
145 (1.2%)
Lines of Code:
7,227 (5.3%)
Most Recent Commit:
2015-10-05 16:38
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for awabboud

Activity by Day of Week for awabboud

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 145 (100.0%) 7227 (100.0%) 49.8
CCA/Components/Arches/TransportEqns/ 43 (29.7%) 4417 (61.1%) 102.7
CCA/Components/Arches/ParticleModels/ 53 (36.6%) 2397 (33.2%) 45.2
CCA/Components/Arches/ 22 (15.2%) 228 (3.2%) 10.3
CCA/Components/Arches/CoalModels/ 16 (11.0%) 92 (1.3%) 5.7
CCA/Components/Arches/Radiation/ 2 (1.4%) 51 (0.7%) 25.5
CCA/Components/Arches/PropertyModels/ 2 (1.4%) 21 (0.3%) 10.5
R_Tester/ 4 (2.8%) 20 (0.3%) 5.0
CCA/Components/Models/Radiation/RMCRT/ 1 (0.7%) 1 (0.0%) 1.0
CCA/Components/Arches/SourceTerms/ 2 (1.4%) 0 (0.0%) 0.0

Activity of awabboud

Most Recent Commits

awabboud 2015-10-05 16:38 Rev.: 54122

Turn on the CQMOM coal test in the RT

3 lines of code changed in 1 file:

  • R_Tester: ARCHES.py (+3)
awabboud 2015-10-05 11:57 Rev.: 54119

fix an include from prior commit

0 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: CQMOMSourceWrapper.h (new)
awabboud 2015-10-05 11:25 Rev.: 54117

Rename the old cqmom convection class to make it clear this class is for the operator splittign algorithm

940 lines of code changed in 10 files:

  • CCA/Components/Arches/TransportEqns: CQMOMEqn.cc (changed), CQMOMEqn.h (new), CQMOM_Convection_OpSplit.cc (new 18), CQMOM_Convection_OpSplit.h (new 922), Convection_CQMOM.cc (del), Convection_CQMOM.h (del), sub.mk (new)
awabboud 2015-09-28 14:12 Rev.: 54063

change the particle models for cqmom so <IC> none </IC> is not used for particle properties (temp/density/etc)

77 lines of code changed in 3 files:

  • CCA/Components/Arches/ParticleModels: CQMOMSourceWrapper.cc (+54 -55)
  • CCA/Components/Arches/TransportEqns: CQMOMEqn.cc (+23 -26)
awabboud 2015-09-24 15:42 Rev.: 54035

Replace the old shaddix enthalpy parsing to be consistent with FOWY and the nebo enthalpy tags

0 lines of code changed in 4 files:

  • CCA/Components/Arches/CoalModels: CharOxidationShaddix.cc (new), CharOxidationShaddix.h (changed)
awabboud 2015-09-24 11:28 Rev.: 54025

Add in nebo versions of coal models for FOWY devolatilization, shaddix enthalpy, and shadddix char oxidation. Add a simple test of coal models in CQMOM

1634 lines of code changed in 9 files:

  • CCA/Components/Arches: Arches.cc (+13 -1)
  • CCA/Components/Arches/ParticleModels: FOWYDevol.cc (new 3), FOWYDevol.h (new 367), ParticleModelFactory.cc (+82 -3), ShaddixEnthalpy.cc (new 3), ShaddixEnthalpy.h (new 593), ShaddixOxidation.cc (new 3), ShaddixOxidation.h (new 567), sub.mk (+3 -1)
awabboud 2015-09-22 15:55 Rev.: 54004

Add more variables into the coal helper structure

36 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: CoalHelper.h (+36 -9)
awabboud 2015-09-22 15:23 Rev.: 54001

A small change to fix coal temperature with cqmom

44 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: CoalTemperature.cc (+44 -39)
awabboud 2015-09-14 16:12 Rev.: 53944

Fix to prevent nans in coal density

4 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: CoalDensity.cc (+4 -2)
awabboud 2015-09-14 14:38 Rev.: 53942

Change CoalTemperature to clip on volfrac instead of DQMOM weights, this should make it useable in CQMOM. A couple RTs using this will break.

10 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: CoalTemperature.cc (+6 -34), CoalTemperature.h (+4 -7)
awabboud 2015-09-01 17:09 Rev.: 53890

Fix coal denisty for variable particle sizes

2 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: CoalDensity.cc (+2 -2)
awabboud 2015-09-01 11:13 Rev.: 53885

Add extra src to pressure solver

44 lines of code changed in 2 files:

  • CCA/Components/Arches: PressureSolverV2.cc (+42 -5), PressureSolverV2.h (+2)
awabboud 2015-08-31 14:50 Rev.: 53880

Add an extra_src tag for scalar eqns to use any arbitrary variable instead of SourceTermFactory ones

0 lines of code changed in 4 files:

  • CCA/Components/Arches/TransportEqns: ScalarEqn.cc (new), ScalarEqn.h (changed)
awabboud 2015-08-28 15:54 Rev.: 53878

Fix another radition file for CQMOM

10 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModels: RadProperties.cc (+10 -6)
awabboud 2015-08-28 14:25 Rev.: 53876

Update radiation property to work with CQMOM

38 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: RadPropertyCalculator.cc (+38 -4)
awabboud 2015-08-28 11:46 Rev.: 53872

Change Arches ParticleHelper to ParticleTools to reduce naming conflicts

347 lines of code changed in 28 files:

  • CCA/Components/Arches/CoalModels: CharOxidationShaddix.cc (+19 -19), DragModel.cc (new), EnthalpyShaddix.cc (+14 -14), FOWYDevol.cc (+14 -14), PartVel.cc (+7 -7), ParticleConvection.cc (+1 -1), RichardsFletcherDevol.cc (+10 -10), SimpleBirth.cc (new), YamamotoDevol.cc (+10 -10)
  • CCA/Components/Arches/ParticleModels: BodyForce.h (new), CoalDensity.cc (+4 -4), CoalMassClip.cc (+7 -7), CoalTemperature.cc (+7 -7), CoalTemperatureNebo.cc (+5 -5), DragModel.h (+6 -6), ParticleHelper.h (del), ParticleTools.h (+187), TotNumDensity.cc (new)
  • CCA/Components/Arches/PropertyModels: RadProperties.cc (+11 -11)
  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+13 -1)
  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (+4 -5)
awabboud 2015-08-27 16:51 Rev.: 53868

Fix ParticleHelper for CQMOM particles

0 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: ParticleHelper.h (new)
awabboud 2015-08-26 16:56 Rev.: 53861

Change coal temperature to work with varaible particle sizes when needed

53 lines of code changed in 3 files:

  • CCA/Components/Arches/ParticleModels: CoalTemperature.cc (+42 -10), CoalTemperature.h (+10 -10), ParticleModelFactory.cc (+1 -1)
awabboud 2015-08-26 15:07 Rev.: 53860

Change coal density model to work with variable particle sizes when needed

82 lines of code changed in 4 files:

  • CCA/Components/Arches/ParticleModels: CoalDensity.cc (+69 -20), CoalDensity.h (new), ParticleModelFactory.cc (+1 -1)
awabboud 2015-08-26 10:31 Rev.: 53858

Actually add deposition test to RT

3 lines of code changed in 1 file:

  • R_Tester: ARCHES.py (+3)

(24 more)

Generated by StatSVN 0.7.0