/trunk/src Developers: jpedel

Login name:
jpedel
Total Commits:
114 (1.0%)
Lines of Code:
4220 (3.1%)
Most Recent Commit:
2010-10-11 15:26

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 114 (100.0%) 4220 (100.0%) 37.0
CCA/Components/Arches/CoalModels/ 55 (48.2%) 2551 (60.5%) 46.3
CCA/Components/Arches/ 39 (34.2%) 920 (21.8%) 23.5
CCA/Components/Arches/SourceTerms/ 11 (9.6%) 665 (15.8%) 60.4
CCA/Components/Arches/TransportEqns/ 6 (5.3%) 72 (1.7%) 12.0
CCA/Components/Arches/Radiation/ 1 (0.9%) 9 (0.2%) 9.0
CCA/Components/Arches/ChemMix/ 1 (0.9%) 2 (0.0%) 2.0
CCA/Components/Arches/Radiation/fortran/ 1 (0.9%) 1 (0.0%) 1.0

Activity of jpedel

Most Recent Commits

jpedel 2010-10-11 15:26 Rev.: 46349

Convection term was set to zero by mistake

0 lines of code changed in 2 files:

  • CCA/Components/Arches/CoalModels: SimpleHeatTransfer.cc (changed)
jpedel 2010-09-15 16:38 Rev.: 46198

Fixing a bug

3 lines of code changed in 1 file:

  • CCA/Components/Arches/CoalModels: SimpleHeatTransfer.cc (+3 -8)
jpedel 2010-09-14 19:19 Rev.: 46195

Removin the require for fixcarb mass in problem setup to avoid to make the GS crash, setting fixcarb mass to zero by default

7 lines of code changed in 1 file:

  • CCA/Components/Arches/CoalModels: SimpleHeatTransfer.cc (+7 -1)
jpedel 2010-09-14 18:55 Rev.: 46194

Removing requirements for mixMW variable, variable was not initialized correctly

5 lines of code changed in 1 file:

  • CCA/Components/Arches: Properties.cc (+5 -5)
jpedel 2010-09-14 18:40

Adding convective heat transfer coupling between particles and gas phase

325 lines of code changed in 10 files:

  • CCA/Components/Arches: Arches.cc (+5), EnthalpySolver.cc (+17 -4), Source.cc (+2 -2)
  • CCA/Components/Arches/CoalModels: SimpleHeatTransfer.cc (+26 -5), SimpleHeatTransfer.h (+2 -1)
  • CCA/Components/Arches/SourceTerms: CoalGasHeat.cc (new 202), CoalGasHeat.h (new 67), sub.mk (new)
jpedel 2010-08-27 15:25 Rev.: 46117

Fixing a bug. First enthalpy was computed using incorrect adiabatic and sensible enthalpies. Adia. and sens. enthalpies were obtained in the table with zero values for both mixture fractions

2 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: TabPropsInterface.cc (+2 -2)
jpedel 2010-07-20 18:03 Rev.: 45910

Adding some labels to the dummy solve (necessary for mpmarches)

18 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (+18 -3)
jpedel 2010-07-20 18:02 Rev.: 45909

Setting some booleans values to false when using Tabprops

7 lines of code changed in 1 file:

  • CCA/Components/Arches: Properties.cc (+7 -1)
jpedel 2010-07-15 17:47 Rev.: 45869

Source term for unweighted abscissas didn't use areaFraction and was not compatible with walls. The source term should now be correct with walls and mpm walls

10 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: UnweightedSrcTerm.cc (+10 -8)
jpedel 2010-07-09 16:16 Rev.: 45827

Fixing some if statements

97 lines of code changed in 11 files:

  • CCA/Components/Arches/CoalModels: KobayashiSarofimDevol.cc (new), PartVel.cc (+2 -1), SimpleHeatTransfer.cc (+58 -96), XDragModel.cc (+1 -1), YDragModel.cc (new), ZDragModel.cc (new)
jpedel 2010-07-06 18:06 Rev.: 45804

Adding capability to transport unweighted abscissas which will avoid numerical problems

660 lines of code changed in 23 files:

  • CCA/Components/Arches: Arches.cc (+42 -3), Arches.h (+1), DQMOM.cc (+130 -2), DQMOM.h (+8)
  • CCA/Components/Arches/CoalModels: BadHawkDevol.cc (+12 -2), CoalModelFactory.cc (+16), CoalModelFactory.h (+1), KobayashiSarofimDevol.cc (+12 -3), ModelBase.h (+5 -1), PartVel.cc (+37 -9), PartVel.h (+1 -1), SimpleHeatTransfer.cc (+21 -6), XDragModel.cc (+8 -2), YDragModel.cc (+8 -2), ZDragModel.cc (+8 -2)
  • CCA/Components/Arches/SourceTerms: ConstSrcTerm.cc (+1), UnweightedSrcTerm.cc (+231), UnweightedSrcTerm.h (+62), sub.mk (+3 -2)
  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (+51 -10), DQMOMEqn.h (+1 -3), DQMOMEqnFactory.h (new)
jpedel 2010-05-19 17:50 Rev.: 45645

Adding momentum exchange between gas phase and particle phase with the drag model

232 lines of code changed in 22 files:

  • CCA/Components/Arches: Arches.cc (+38), Arches.h (+1), ArchesVariables.h (+1), ExplicitSolver.cc (+11 -1), ExplicitSolver.h (+4), MomentumSolver.cc (+20 -16), MomentumSolver.h (+5), NonlinearSolver.h (+2), PicardNonlinearSolver.h (+4), Source.cc (+21), Source.h (+7)
  • CCA/Components/Arches/CoalModels: XDragModel.cc (+9 -4), XDragModel.h (+2), YDragModel.cc (+9 -4), YDragModel.h (+2), ZDragModel.cc (+9 -4), ZDragModel.h (new)
  • CCA/Components/Arches/SourceTerms: CoalGasMomentum.cc (+77 -17), SourceTermBase.cc (+8 -2)
jpedel 2010-03-29 15:03 Rev.: 45485

Adding Turbulence Generator for Inflow Inlet

240 lines of code changed in 4 files:

  • CCA/Components/Arches: BoundaryCondition.cc (+200 -3), BoundaryCondition.h (+34), ExplicitSolver.cc (+5 -1), ExplicitSolver.h (+1)
jpedel 2010-01-27 17:02 Rev.: 45306

Cleaning up

0 lines of code changed in 1 file:

  • CCA/Components/Arches: DQMOM.cc (-5)
jpedel 2010-01-27 16:58 Rev.: 45305

reverting a unwanted change

0 lines of code changed in 2 files:

  • CCA/Components/Arches/CoalModels: ConstantModel.cc (changed)
jpedel 2010-01-27 16:56 Rev.: 45304

Fixing a scaling problem with Optimize solver

25 lines of code changed in 3 files:

  • CCA/Components/Arches: DQMOM.cc (+17 -40), DQMOM.h (+2 -3)
  • CCA/Components/Arches/CoalModels: ConstantModel.cc (+6 -2)
jpedel 2010-01-27 09:51 Rev.: 45301

Fixing an uninitialized variable

2 lines of code changed in 1 file:

  • CCA/Components/Arches: DQMOM.cc (+2)
jpedel 2010-01-26 20:21 Rev.: 45299

Adding Optimize solver for DQMOM

268 lines of code changed in 2 files:

  • CCA/Components/Arches: DQMOM.cc (+255 -35), DQMOM.h (+13)
jpedel 2010-01-12 15:13 Rev.: 45264

Fixing request of variable Volq for mpmarches

15 lines of code changed in 4 files:

  • CCA/Components/Arches: EnthalpySolver.cc (+6 -5), ExplicitSolver.cc (+7 -7)
  • CCA/Components/Arches/CoalModels: SimpleHeatTransfer.cc (+1 -1)
  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (+1 -1)
jpedel 2010-01-11 19:02 Rev.: 45262

Adding the drag force models

1890 lines of code changed in 6 files:

  • CCA/Components/Arches/CoalModels: XDragModel.cc (+440), XDragModel.h (+176), YDragModel.cc (+463), YDragModel.h (+176), ZDragModel.cc (+459), ZDragModel.h (+176)

(3 more)

Generated by StatSVN 0.4.0