/trunk/src Developers: jpedel

Login name:
jpedel
Total Commits:
277 (3.0%)
Lines of Code:
9469 (8.6%)
Most Recent Commit:
2011-12-13 17:22

Activity by Clock Time

Activity by Hour of Day for jpedel

Activity by Day of Week for jpedel

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 277 (100.0%) 9469 (100.0%) 34.1
CCA/Components/Arches/CoalModels/ 139 (50.2%) 5264 (55.6%) 37.8
CCA/Components/Arches/SourceTerms/ 24 (8.7%) 1356 (14.3%) 56.5
CCA/Components/Arches/PropertyModels/ 21 (7.6%) 1268 (13.4%) 60.3
CCA/Components/Arches/TransportEqns/ 15 (5.4%) 783 (8.3%) 52.2
CCA/Components/Arches/ 53 (19.1%) 716 (7.6%) 13.5
CCA/Components/Arches/ChemMix/ 7 (2.5%) 43 (0.5%) 6.1
CCA/Components/Arches/Radiation/ 9 (3.2%) 21 (0.2%) 2.3
CCA/Components/Arches/Radiation/fortran/ 9 (3.2%) 18 (0.2%) 2.0

Activity of jpedel

Most Recent Commits

jpedel 2011-12-13 17:22 Rev.: 47986

updating previous model

0 lines of code changed in 2 files:

  • CCA/Components/Arches/CoalModels: ShaddixHeatTransfer.cc (new)
jpedel 2011-12-13 13:59 Rev.: 47984

Adding enthalpy model to Arches.cc

4 lines of code changed in 1 file:

  • CCA/Components/Arches: Arches.cc (+4)
jpedel 2011-12-12 16:31 Rev.: 47980

Fixing the comliling problem

0 lines of code changed in 2 files:

  • CCA/Components/Arches/CoalModels: sub.mk (changed)
jpedel 2011-12-12 15:57 Rev.: 47979

Particle Enthalpy Model

110 lines of code changed in 17 files:

  • CCA/Components/Arches/CoalModels: CharOxidationShaddix.cc (new), CharOxidationShaddix.h (+1), HeatTransfer.cc (new), HeatTransfer.h (new), YamamotoDevol.cc (+32 -13), YamamotoDevol.h (new), sub.mk (+1)
  • CCA/Components/Arches/SourceTerms: SourceTermFactory.cc (+20), SourceTermFactory.h (new)
jpedel 2011-12-12 15:51 Rev.: 47978

Adding Particle Enthalpy model for DQMOM

1118 lines of code changed in 2 files:

  • CCA/Components/Arches/CoalModels: EnthalpyShaddix.cc (new 910), EnthalpyShaddix.h (new 208)
jpedel 2011-12-02 15:06 Rev.: 47918

Removing comments

0 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: DORadiation.cc (-9)
jpedel 2011-12-02 15:04 Rev.: 47917

Fixing particle absorption coefficient

30 lines of code changed in 3 files:

  • CCA/Components/Arches/SourceTerms: DORadiation.cc (+28 -8), DORadiation.h (new)
jpedel 2011-11-11 11:16 Rev.: 47798

New DQMOM formulation based on weighted abscissas which conserves particle mass and momentum. This should break the regression dqmom tests 2 to 5. Gold standards will need to be replaced

401 lines of code changed in 38 files:

  • CCA/Components/Arches: Arches.cc (+12 -45), DQMOM.cc (new), ExplicitSolver.cc (+14 -3)
  • CCA/Components/Arches/CoalModels: BadHawkDevol.cc (new), CharOxidation.cc (+22 -25), CharOxidationShaddix.cc (+8 -12), Devolatilization.cc (+20 -10), HeatTransfer.cc (+30 -10), HeatTransfer.h (+8), KobayashiSarofimDevol.cc (+6 -5), ModelBase.h (+4), ShaddixHeatTransfer.cc (+58 -26), ShaddixHeatTransfer.h (new), SimpleHeatTransfer.cc (new), XDragModel.cc (+8 -16), YDragModel.cc (+8 -17), YamamotoDevol.cc (+30 -4), YamamotoDevol.h (+4), ZDragModel.cc (+8 -17)
  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (new), DQMOMEqn.h (new), DQMOMEqnFactory.cc (new), DQMOMEqnFactory.h (+18)
jpedel 2011-09-25 14:52 Rev.: 47630

Implementing a better formualtion for weighted DQMOM

370 lines of code changed in 15 files:

  • CCA/Components/Arches: Arches.cc (+12 -1), DQMOM.cc (+8 -8), ExplicitSolver.cc (+10 -2)
  • CCA/Components/Arches/CoalModels: CharOxidationShaddix.cc (+7 -8), HeatTransfer.cc (+25 -2), HeatTransfer.h (+8), KobayashiSarofimDevol.cc (+6 -5), ShaddixHeatTransfer.cc (+34 -7), XDragModel.cc (+8 -16), YDragModel.cc (+8 -17), YamamotoDevol.cc (+30 -4), YamamotoDevol.h (+4), ZDragModel.cc (+8 -17)
  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (+187 -42), DQMOMEqn.h (+15)
jpedel 2011-08-29 10:24 Rev.: 47525

Fixing an error

2 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: Discretization_new.h (+2 -2)
jpedel 2011-08-14 17:07 Rev.: 47452

Temporary fix for the heatloss boundary condition problem. Will only work for zero Neumann boundary condition

3 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+3 -1)
jpedel 2011-08-14 17:01 Rev.: 47451

Removing unused variable

0 lines of code changed in 1 file:

  • CCA/Components/Arches/CoalModels: CharOxidationShaddix.h (-1)
jpedel 2011-08-14 16:57 Rev.: 47450

Better model implementation for the weighted abscissas formualtion. Other models will be modified later.

100 lines of code changed in 9 files:

  • CCA/Components/Arches/CoalModels: CharOxidationShaddix.cc (+30 -18), CharOxidationShaddix.h (+2), KobayashiSarofimDevol.cc (+29 -5), KobayashiSarofimDevol.h (new), ShaddixHeatTransfer.cc (+11 -8), XDragModel.cc (+13 -8), YDragModel.cc (+6 -7), ZDragModel.cc (+5 -8)
jpedel 2011-08-14 16:52 Rev.: 47449

Avoiding error in source term for weights.

4 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (+4 -2)
jpedel 2011-08-14 16:48 Rev.: 47448

Moving towards a better formulation for weighted abscissas

8 lines of code changed in 1 file:

  • CCA/Components/Arches: DQMOM.cc (+8 -8)
jpedel 2011-08-14 16:34 Rev.: 47446

Adding minmod flux limiter

454 lines of code changed in 4 files:

  • CCA/Components/Arches: Discretization.cc (+12 -3), EnthalpySolver.cc (+3 -1), ScalarSolver.cc (+3 -1)
  • CCA/Components/Arches/TransportEqns: Discretization_new.h (+436)
jpedel 2011-07-16 15:01 Rev.: 47346

Fixing boundary condition for density

6 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+6 -6)
jpedel 2011-06-19 20:28 Rev.: 47278

Reverting Y2 to default value

1 lines of code changed in 1 file:

  • CCA/Components/Arches/CoalModels: KobayashiSarofimDevol.cc (+1 -1)
jpedel 2011-06-19 20:23

Making if statements consistent

15 lines of code changed in 2 files:

  • CCA/Components/Arches/CoalModels: KobayashiSarofimDevol.cc (+11 -17), YamamotoDevol.cc (+4 -12)
jpedel 2011-06-15 17:43 Rev.: 47267

Fixing the error message

1 lines of code changed in 1 file:

  • CCA/Components/Arches/CoalModels: YamamotoDevol.cc (+1 -1)

(18 more)

Generated by StatSVN 0.4.0