/trunk/src Developers: awabboud

Login name:
awabboud
Total Commits:
99 (1.4%)
Lines of Code:
3,752 (4.1%)
Most Recent Commit:
2013-11-14 11:11
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 99 (100.0%) 3752 (100.0%) 37.8
CCA/Components/Wasatch/Expressions/PBE/Precipitation/ 30 (30.3%) 1514 (40.4%) 50.4
CCA/Components/Arches/PropertyModels/ 12 (12.1%) 618 (16.5%) 51.5
CCA/Components/Arches/SourceTerms/ 8 (8.1%) 615 (16.4%) 76.8
CCA/Components/Wasatch/Expressions/PBE/ 14 (14.1%) 343 (9.1%) 24.5
CCA/Components/Arches/DigitalFilter/ 7 (7.1%) 276 (7.4%) 39.4
CCA/Components/Wasatch/transport/ 8 (8.1%) 187 (5.0%) 23.3
CCA/Components/Wasatch/Expressions/ 8 (8.1%) 119 (3.2%) 14.8
CCA/Components/Arches/ 5 (5.1%) 55 (1.5%) 11.0
CCA/Components/Wasatch/Expressions/BoundaryConditions/ 1 (1.0%) 12 (0.3%) 12.0
R_Tester/ 3 (3.0%) 8 (0.2%) 2.6
/ 2 (2.0%) 4 (0.1%) 2.0
CCA/Components/Wasatch/ 1 (1.0%) 1 (0.0%) 1.0

Activity of awabboud

Most Recent Commits

awabboud 2013-11-14 11:11 Rev.: 51286

Change a variable name for clarification.

3 lines of code changed in 1 file:

  • CCA/Components/Wasatch/transport: MomentTransportEquation.cc (+3 -3)
awabboud 2013-11-14 10:54 Rev.: 51284

Make a fix for the reactino extent source term for embedded geometry.

0 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions/PBE/Precipitation: PrecipitationSource.h (changed)
awabboud 2013-10-24 09:49 Rev.: 51140

Changed 2 cout to proc0cout to reduce spam in cases with large number of processors.

3 lines of code changed in 2 files:

  • CCA/Components/Wasatch: Wasatch.cc (+1 -1)
  • CCA/Components/Wasatch/transport: ParseEquation.cc (+2 -2)
awabboud 2013-10-11 15:01 Rev.: 51066

Fix documentation for environment flag.

1 lines of code changed in 1 file:

  • environmentalFlags.txt (+1 -2)
awabboud 2013-10-11 14:57 Rev.: 51065

Move around the QMOM debug stream so that it only occurs if a problem arises, which avoids writing to the stream every single computation.

0 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions/PBE: QMOM.h (new)
awabboud 2013-10-11 09:54 Rev.: 51062

Add in a minimum S for cylindrical diffusion and kinetic growth rates.

42 lines of code changed in 5 files:

  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (+10 -4)
  • CCA/Components/Wasatch/Expressions/PBE/Precipitation: CylindricalDiffusionCoefficient.h (new), KineticGrowthCoefficient.h (+15 -10)
awabboud 2013-10-10 13:36 Rev.: 51057

Change the qmom debugging from ifdef output to a sci_debug stream. Change the warning for unrealizable momenets to a debug stream.

43 lines of code changed in 2 files:

  • environmentalFlags.txt (+3 -1)
  • CCA/Components/Wasatch/Expressions/PBE: QMOM.h (+40 -39)
awabboud 2013-10-04 14:02 Rev.: 51027

Fix complier warning.

1 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/PBE/Precipitation: Dissolution.h (+1 -1)
awabboud 2013-10-04 13:25 Rev.: 51026

Make a change to the kinetic growth calculation. Add in a parameter to force growth coefficents to zero based on supersaturation values.

46 lines of code changed in 4 files:

  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (+10 -4)
  • CCA/Components/Wasatch/Expressions/PBE/Precipitation: KineticGrowthCoefficient.h (+18 -11), PrecipitationBulkDiffusionCoefficient.h (+18 -11)
awabboud 2013-10-03 10:18 Rev.: 51012

Add in a kernel for dissolution death of a precipitate, and modify the reaction extent source term to refelct this kernel and remove an small chunk of obsolete code.

297 lines of code changed in 3 files:

  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (+7 -5)
  • CCA/Components/Wasatch/Expressions/PBE/Precipitation: Dissolution.h (+245)
  • CCA/Components/Wasatch/transport: MomentTransportEquation.cc (+45 -1)
awabboud 2013-10-01 15:14 Rev.: 50996

Add an if statement to check for moment closure expression registration. This will allow multiple growth terms to be used for a PBE.

9 lines of code changed in 1 file:

  • CCA/Components/Wasatch/transport: MomentTransportEquation.cc (+9 -3)
awabboud 2013-09-27 13:31 Rev.: 50984

Add in an extra parameter for homogeneous nucleation. Add a check to keep aggregation efficiencies greater than 0. Eliminate numerical error in aggregation for 3rd moment by making it 0.

61 lines of code changed in 7 files:

  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (+3 -2)
  • CCA/Components/Wasatch/Expressions/PBE: Aggregation.h (+37 -33)
  • CCA/Components/Wasatch/Expressions/PBE/Precipitation: AggregationEfficiency.h (+7 -1), HomogeneousNucleationCoefficient.h (new)
awabboud 2013-09-20 10:31 Rev.: 50972

Make some changes to the QMOM subgrid mixing model to maintain stability, and fix some index typos from the refactor.

42 lines of code changed in 5 files:

  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (+3 -1)
  • CCA/Components/Wasatch/Expressions/PBE: MultiEnvMixingModel.h (new), MultiEnvSource.h (new)
awabboud 2013-09-09 13:34 Rev.: 50921

Add a var label to the normalized scalar variance model, so that the raw scalar variance value can be used elsewhere.

26 lines of code changed in 4 files:

  • CCA/Components/Arches: ArchesLabel.cc (+4), ArchesLabel.h (+2)
  • CCA/Components/Arches/PropertyModels: NormScalarVariance.cc (+19 -10), NormScalarVariance.h (+1)
awabboud 2013-09-04 10:07 Rev.: 50904

Remove unused variable to silence complier warning.

0 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModels: NormScalarVariance.cc (-1)
awabboud 2013-09-03 15:09 Rev.: 50902

Add a regression test for the 2-equation scalar variance model.

2 lines of code changed in 1 file:

  • R_Tester: ARCHES.py (+2)
awabboud 2013-09-03 14:23 Rev.: 50900

Add in the source term and property model required for the 2-equation scalar variance model.

632 lines of code changed in 9 files:

  • CCA/Components/Arches: Arches.cc (+8 -1)
  • CCA/Components/Arches/PropertyModels: ScalarDissipation.cc (+165), ScalarDissipation.h (+81), sub.mk (+2 -1)
  • CCA/Components/Arches/SourceTerms: DissipationSource.cc (new 267), DissipationSource.h (+102), SourceTermFactory.cc (+5), sub.mk (+2 -1)
awabboud 2013-08-27 16:12 Rev.: 50877

Add a regression test for the 1-equation scalar variance model.

2 lines of code changed in 1 file:

  • R_Tester: ARCHES.py (+2)
awabboud 2013-08-27 15:41 Rev.: 50876

Add in the property models for the scalar variance, and the source term required for a 1-eqn model.

596 lines of code changed in 10 files:

  • CCA/Components/Arches: Arches.cc (+7)
  • CCA/Components/Arches/PropertyModels: AlgebraicScalarDiss.cc (+30 -11), AlgebraicScalarDiss.h (+12 -17), NormScalarVariance.cc (+214), NormScalarVariance.h (+92), sub.mk (+2 -1)
  • CCA/Components/Arches/SourceTerms: SecondMFMoment.cc (new 145), SecondMFMoment.h (+87), SourceTermFactory.cc (+5), sub.mk (+2 -1)
awabboud 2013-08-13 14:54 Rev.: 50801

Add in a small stability fix for mineralization.

5 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/PBE/Precipitation: HomogeneousNucleationCoefficient.h (+5 -1)

(19 more)

Generated by StatSVN 0.7.0