/trunk/src Developers: awabboud

Login name:
awabboud
Total Commits:
139 (1.0%)
Lines of Code:
7,979 (3.2%)
Most Recent Commit:
2012-11-29 10:19
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 139 (100.0%) 7979 (100.0%) 57.4
CCA/Components/Wasatch/Expressions/PBE/ 36 (25.9%) 2842 (35.6%) 78.9
CCA/Components/Wasatch/Expressions/PBE/Precipitation/ 30 (21.6%) 2025 (25.4%) 67.5
CCA/Components/Arches/DigitalFilter/ 11 (7.9%) 1812 (22.7%) 164.7
CCA/Components/Wasatch/transport/ 18 (12.9%) 465 (5.8%) 25.8
CCA/Components/Arches/ 16 (11.5%) 302 (3.8%) 18.8
CCA/Components/Wasatch/Expressions/ 9 (6.5%) 286 (3.6%) 31.7
CCA/Components/Arches/SourceTerms/ 5 (3.6%) 212 (2.7%) 42.4
CCA/Components/Arches/ChemMix/ 7 (5.0%) 18 (0.2%) 2.5
CCA/Components/Wasatch/ 5 (3.6%) 12 (0.2%) 2.4
R_Tester/ 2 (1.4%) 5 (0.1%) 2.5

Activity of awabboud

Most Recent Commits

awabboud 2012-11-29 10:19 Rev.: 49627

Significantly restructured the inlet generation, and added ability to provide a user specified profile.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/DigitalFilter: DigitalFilterGenerator.cc (changed)
awabboud 2012-10-09 10:14 Rev.: 49389

Small fix to digital filter generator to prevent nans from showing up in table sometimes.

7 lines of code changed in 1 file:

  • CCA/Components/Arches/DigitalFilter: DigitalFilterGenerator.cc (+7)
awabboud 2012-10-03 09:13 Rev.: 49341

Fix turbulent inlet test to be multi-patch and decrease timesteps to speed up RT.

2 lines of code changed in 1 file:

  • R_Tester: ARCHES.py (+2 -2)
awabboud 2012-09-28 13:55 Rev.: 49301

Two small fixes for digital filter generator.

16 lines of code changed in 1 file:

  • CCA/Components/Arches/DigitalFilter: DigitalFilterGenerator.cc (+16 -15)
awabboud 2012-09-25 10:37 Rev.: 49274

make the moment reduction for stability continue to decrease the moment order until a positive result or the number of moments is 2.

99 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/PBE: QMOM.h (+99 -67)
awabboud 2012-09-20 09:10 Rev.: 49246

Added in a numerical fix to help stability of QMOM problems.

229 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions/PBE: QMOM.h (+223 -79)
  • CCA/Components/Wasatch/transport: ParseEquation.cc (+6 -1)
awabboud 2012-09-14 09:08 Rev.: 49224

make casting explicit to silence warning.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/DigitalFilter: DigitalFilterInlet.cc (new)
awabboud 2012-09-05 09:36 Rev.: 49170

Fix to aggregation coefficient for embedded geometry since rho = 0 in intrusions.

2 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/PBE: BrownianAggregationCoefficient.h (+2 -1)
awabboud 2012-08-29 15:57 Rev.: 49149

Update to using ostwald ripenign model, and reading in initial moments if embedded geometry is used.

43 lines of code changed in 3 files:

  • CCA/Components/Wasatch/Expressions/PBE/Precipitation: OstwaldRipening.h (+27 -8)
  • CCA/Components/Wasatch/transport: MomentTransportEquation.cc (+5 -1), ParseEquation.cc (+11 -2)
awabboud 2012-08-27 15:22 Rev.: 49138

Found a few typos in Wasatch PBE stuff.

5 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions/PBE: Birth.h (+4 -4)
  • CCA/Components/Wasatch/transport: MomentTransportEquation.cc (+1 -1)
awabboud 2012-08-23 12:44 Rev.: 49123

Fix memory leak

1 lines of code changed in 1 file:

  • CCA/Components/Arches: BoundaryCondition.cc (+1 -1)
awabboud 2012-08-22 12:56 Rev.: 49114

Fix to prevent memory leak in dbg build. Cleaning up compiler warnings.

12 lines of code changed in 2 files:

  • CCA/Components/Arches: BoundaryCondition.cc (+4 -1)
  • CCA/Components/Arches/DigitalFilter: DigitalFilterGenerator.cc (+8 -5)
awabboud 2012-08-21 12:22 Rev.: 49104

Added line to RT script to test the digital filter.

3 lines of code changed in 1 file:

  • R_Tester: ARCHES.py (+3 -1)
awabboud 2012-08-20 14:40 Rev.: 49098

Implementation of Digital Filter inlet coniditons in Arches. These are read in through a table parser, generated with a stand alone executable.

1979 lines of code changed in 8 files:

  • CCA/Components/Arches: BoundaryCond_new.h (+1 -1), BoundaryCondition.cc (+174 -7), BoundaryCondition.h (+12 -3), sub.mk (+11)
  • CCA/Components/Arches/DigitalFilter: DigitalFilterGenerator.cc (+1480), DigitalFilterInlet.cc (+185), DigitalFilterInlet.h (+110), sub.mk (new 6)
awabboud 2012-08-17 11:03 Rev.: 49090

Ripping out dependent logic of QMOM on the supersaturation ratio, which is specific to precipitation. The individual source terms for precipitation should have enough logic to maintain stability without this.

10 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions/PBE: QMOM.h (+9 -32)
  • CCA/Components/Wasatch/transport: ParseEquation.cc (+1 -8)
awabboud 2012-07-02 09:54 Rev.: 48916

Made reaction source term consistent with multi-environment model and cleaned up iterators

35 lines of code changed in 3 files:

  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (+7 -2)
  • CCA/Components/Wasatch/Expressions/PBE/Precipitation: ParticleVolumeFraction.h (+1 -1), PrecipitationSource.h (+27 -26)
awabboud 2012-06-29 15:16 Rev.: 48914

Changed how multi envrionment model is parsed and registered

54 lines of code changed in 4 files:

  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (+29)
  • CCA/Components/Wasatch/transport: MomentTransportEquation.cc (+20 -1), MomentTransportEquation.h (-1), ParseEquation.cc (+5 -33)
awabboud 2012-06-26 09:36 Rev.: 48901

Added if statement in multi environment to avoid NaNs

6 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/PBE: MultiEnvSource.h (+6 -1)
awabboud 2012-06-22 15:54 Rev.: 48899

Added aggregation kernel for the PBE in Wasatch

641 lines of code changed in 5 files:

  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (+29)
  • CCA/Components/Wasatch/Expressions/PBE: Aggregation.h (+290), BrownianAggregationCoefficient.h (+134), TurbulentAggregationCoefficient.h (+142)
  • CCA/Components/Wasatch/transport: MomentTransportEquation.cc (+46 -1)
awabboud 2012-06-22 09:25 Rev.: 48894

Bug fix for QMOM

7 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/PBE: QMOM.h (+7 -1)

(15 more)

Generated by StatSVN 0.7.0