/trunk/src Developers: awabboud

Login name:
awabboud
Total Commits:
171 (1.4%)
Lines of Code:
8,744 (5.2%)
Most Recent Commit:
2014-11-18 11:15
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 171 (100.0%) 8744 (100.0%) 51.1
CCA/Components/Arches/ 68 (39.8%) 3375 (38.6%) 49.6
CCA/Components/Arches/TransportEqns/ 40 (23.4%) 2987 (34.2%) 74.6
CCA/Components/Arches/ParticleModels/ 41 (24.0%) 1796 (20.5%) 43.8
CCA/Components/Arches/SourceTerms/ 6 (3.5%) 329 (3.8%) 54.8
CCA/Components/Arches/ChemMix/ 2 (1.2%) 212 (2.4%) 106.0
R_Tester/ 6 (3.5%) 39 (0.4%) 6.5
CCA/Components/Arches/CoalModels/ 6 (3.5%) 6 (0.1%) 1.0
CCA/Components/Arches/DigitalFilter/ 2 (1.2%) 0 (0.0%) 0.0

Activity of awabboud

Most Recent Commits

awabboud 2014-11-18 11:15 Rev.: 52726

Update the Re correlation for drag models. Replace the unneeded spherical coordinate calculation with only magnitude calculation

6 lines of code changed in 6 files:

  • CCA/Components/Arches/CoalModels: XDragModel.cc (new 2), XDragModel.h (new), YDragModel.cc (new 2), YDragModel.h (new), ZDragModel.cc (new 2), ZDragModel.h (new)
awabboud 2014-11-18 10:45 Rev.: 52725

Chaneg how cqmom sources are parsed into setup

40 lines of code changed in 5 files:

  • CCA/Components/Arches/ParticleModels: CQMOMSourceWrapper.cc (+6 -1), ParticleModelFactory.cc (+15 -5)
  • CCA/Components/Arches/TransportEqns: CQMOMEqn.cc (new)
awabboud 2014-10-30 10:33 Rev.: 52616

Minor fixes to particle sources

3 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: BodyForce.h (+1 -1), DragModel.h (+2 -2)
awabboud 2014-10-24 10:31 Rev.: 52606

supress warning output in cqmom unless turned on to debug

0 lines of code changed in 2 files:

  • CCA/Components/Arches: CQMOM.cc (changed)
awabboud 2014-10-13 12:34 Rev.: 52567

Add a constant source term to the particle models.

243 lines of code changed in 5 files:

  • CCA/Components/Arches/ParticleModels: Constant.cc (new 4), Constant.h (+209), ParticleModelFactory.cc (+29), sub.mk (+1)
awabboud 2014-10-02 15:17 Rev.: 52530

Get rid of a CQMOM tag and generate values automatically

4 lines of code changed in 1 file:

  • CCA/Components/Arches: CQMOM.cc (+4 -1)
awabboud 2014-09-30 13:49 Rev.: 52520

Add a new tuneable parameter for stability in CQMOM, expand cout messgae for CQMOM clipping.

36 lines of code changed in 6 files:

  • CCA/Components/Arches: CQMOM.cc (+6 -4)
  • CCA/Components/Arches/TransportEqns: CQMOMEqn.cc (+9 -7), CQMOMEqn.h (new), Convection_CQMOM.h (new)
awabboud 2014-09-12 14:40 Rev.: 52428

fix dragmodel for w velocity dimension

1 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: DragModel.h (+1 -1)
awabboud 2014-09-11 13:38 Rev.: 52418

various fixes to the drag model, change Re limit to lessen discontinuity

31 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: DragModel.h (+11 -9)
  • CCA/Components/Arches/TransportEqns: CQMOMEqn.cc (+20 -4)
awabboud 2014-09-10 15:43 Rev.: 52414

add operator scheduel to restart to fix nebo in arches restarts

2 lines of code changed in 1 file:

  • CCA/Components/Arches: Arches.cc (+2)
awabboud 2014-09-10 15:39 Rev.: 52413

move varlabel lookup from initialize to setup

14 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: CQMOMSourceWrapper.cc (+14 -16)
awabboud 2014-09-10 10:58 Rev.: 52411

change source wrapper to use updtaed values on second time substep

20 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: CQMOMSourceWrapper.cc (+20 -4)
awabboud 2014-09-08 15:59 Rev.: 52404

fix the task dependency, this source is always newdw

2 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: CQMOMEqn.cc (+2 -10)
awabboud 2014-09-08 14:37 Rev.: 52402

Add a more generalized momentum drag source, adjust the momentum solver to actually call problemSetup on sources, fix drag model term.

352 lines of code changed in 8 files:

  • CCA/Components/Arches: MomentumSolver.cc (+18 -3)
  • CCA/Components/Arches/ParticleModels: DragModel.h (+5 -1)
  • CCA/Components/Arches/SourceTerms: MomentumDragSrc.cc (new 229), MomentumDragSrc.h (new 93), SourceTermFactory.cc (new), sub.mk (new)
awabboud 2014-09-04 14:42 Rev.: 52385

Remove the fluid phase model, this is handled by dragmodel.h now

0 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: FluidDragModel.cc (del), FluidDragModel.h (del)
awabboud 2014-09-04 14:41 Rev.: 52384

Add the gas source term calcuation to the particle drag model, and rename/fix some of the variables.

82 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: DragModel.h (+82 -40), sub.mk (-1)
awabboud 2014-09-03 09:35 Rev.: 52382

fix two of the new particle source terms

21 lines of code changed in 3 files:

  • CCA/Components/Arches/ParticleModels: BodyForce.h (+8), FluidDragModel.h (new 8), ParticleModelFactory.cc (+5 -5)
awabboud 2014-09-03 08:53 Rev.: 52381

clean up unused area fraction from cqmom convection

23 lines of code changed in 2 files:

  • CCA/Components/Arches/TransportEqns: CQMOMEqn.cc (+7 -17), Convection_CQMOM.h (+16 -29)
awabboud 2014-08-29 13:25 Rev.: 52369

Clean up warnings

0 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: CQMOMSourceWrapper.cc (-4)
awabboud 2014-08-29 10:34 Rev.: 52368

comment this to fix building

5 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: ParticleModelFactory.cc (+5 -5)

(44 more)

Generated by StatSVN 0.7.0