Directory CCA/Components/Wasatch/Expressions/PBE/Precipitation/

Total Files:
14
Deleted Files:
0
Lines of Code:
1488

[root]/CCA/Components/Wasatch/Expressions/PBE/Precipitation

Lines of Code

CCA/Components/Wasatch/Expressions/PBE/Precipitation/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 57 (100.0%) 1751 (100.0%) 30.7
awabboud 30 (52.6%) 1514 (86.5%) 50.4
jsutherland 26 (45.6%) 187 (10.7%) 7.1
tsaad 1 (1.8%) 50 (2.9%) 50.0

Most Recent Commits

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)
jsutherland 2013-10-21 20:42 Rev.: 51125

Fix an initialization order to silence a compiler warning.

0 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions/PBE/Precipitation: Dissolution.h (new)
jsutherland 2013-10-11 15:46 Rev.: 51067

Silence a compiler warning about order of initialization in a constructor.

1 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/PBE/Precipitation: Dissolution.h (+1 -1)
awabboud 2013-10-11 09:54 Rev.: 51062

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

32 lines of code changed in 4 files:

  • CCA/Components/Wasatch/Expressions/PBE/Precipitation: CylindricalDiffusionCoefficient.h (new), KineticGrowthCoefficient.h (+15 -10)
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.

36 lines of code changed in 3 files:

  • CCA/Components/Wasatch/Expressions/PBE/Precipitation: KineticGrowthCoefficient.h (+18 -11), PrecipitationBulkDiffusionCoefficient.h (+18 -11)
jsutherland 2013-10-03 12:40 Rev.: 51019

Silence a type comparison compiler warning.

2 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/PBE/Precipitation: Dissolution.h (+2 -2)
jsutherland 2013-10-03 11:21 Rev.: 51017

Cleaning up some namespace issues.

4 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/PBE/Precipitation: Dissolution.h (+4 -2)
jsutherland 2013-10-03 10:44 Rev.: 51014

Minor formatting changes.

38 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/PBE/Precipitation: Dissolution.h (+38 -61)
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.

245 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/PBE/Precipitation: Dissolution.h (+245)
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.

21 lines of code changed in 4 files:

  • CCA/Components/Wasatch/Expressions/PBE/Precipitation: AggregationEfficiency.h (+7 -1), HomogeneousNucleationCoefficient.h (new)
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)
awabboud 2013-07-15 15:20 Rev.: 50713

Fix typo in last commit

0 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions/PBE/Precipitation: OstwaldRipening.h (changed)
awabboud 2013-07-15 15:18 Rev.: 50711

Add a conditional so that Ostwald Ripening does not give nan's in embedded geometry.

3 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/PBE/Precipitation: OstwaldRipening.h (+3 -2)
jsutherland 2013-06-17 14:41 Rev.: 50514

Update some doxygen stuff.

2 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/PBE/Precipitation: HomogeneousNucleationCoefficient.h (+2 -2)
jsutherland 2013-06-14 09:47 Rev.: 50495

- for expressions that are ready for GPU execution, advertise this fact in their constructor. Note that this means that we must start to be very careful about putting anything in an evaluate() method that may break this!

- more cleanup.

140 lines of code changed in 19 files:

  • CCA/Components/Wasatch/Expressions/PBE/Precipitation: AggregationEfficiency.h (+10 -17), CriticalSurfaceEnergy.h (+6 -14), CylindricalDiffusionCoefficient.h (+7 -14), HomogeneousNucleationCoefficient.h (+17 -25), KineticGrowthCoefficient.h (+6 -13), OstwaldRipening.h (+4 -11), ParticleVolumeFraction.h (new), PrecipitateEffectiveViscosity.h (new), PrecipitationBulkDiffusionCoefficient.h (+11 -18), PrecipitationClassicNucleationCoefficient.h (+7 -13), PrecipitationMonosurfaceCoefficient.h (+10 -17), PrecipitationRCritical.h (new), PrecipitationSource.h (+26 -31)
tsaad 2013-05-29 16:43 Rev.: 50371

inline the AggregationEfficiency expression.

50 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/PBE/Precipitation: AggregationEfficiency.h (+50 -121)
awabboud 2013-04-25 15:57 Rev.: 50171

Add in surface energy variation due to the tolman length into the ostwald ripening term.

13 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/PBE/Precipitation: OstwaldRipening.h (+13 -2)
awabboud 2013-04-25 14:01 Rev.: 50170

Make sure that zero values from embedded geometries don't give nan/inf for aggregation efficiency.

23 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/PBE/Precipitation: AggregationEfficiency.h (+23 -11)
awabboud 2013-04-22 10:29 Rev.: 50153

Fix the logic in bulk diffusion growth with sBar. Update the multi-environment input file.

3 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/PBE/Precipitation: PrecipitationBulkDiffusionCoefficient.h (+3 -2)
awabboud 2013-04-19 15:25 Rev.: 50143

Add in a more complex homogenous nucleation term, add in a size-dependent surface energy term based on the Tolman length, and allow for the R-critical expression to allow for either constant or variable surface energy.

428 lines of code changed in 3 files:

  • CCA/Components/Wasatch/Expressions/PBE/Precipitation: CriticalSurfaceEnergy.h (+167), HomogeneousNucleationCoefficient.h (+238), PrecipitationRCritical.h (+23 -7)
awabboud 2013-04-01 12:42 Rev.: 50035

Add in a size and growth dependent collision efficiency kernal to the aggregation.

299 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/PBE/Precipitation: AggregationEfficiency.h (+299)
awabboud 2013-02-27 15:53 Rev.: 49953

Added two new precipitation growth terms. Restructured Ostwald ripenign so that only S bar is calculated rather than the enitre source. Renamed a few variables in qmom parsing.

405 lines of code changed in 4 files:

  • CCA/Components/Wasatch/Expressions/PBE/Precipitation: CylindricalDiffusionCoefficient.h (+178), KineticGrowthCoefficient.h (+170), OstwaldRipening.h (+36 -102), PrecipitationBulkDiffusionCoefficient.h (+21 -18)
Generated by StatSVN 0.7.0