/trunk/src Developers: derekhar

Login name:
derekhar
Total Commits:
158 (1.3%)
Lines of Code:
3,233 (1.9%)
Most Recent Commit:
2014-12-29 15:56
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for derekhar

Activity by Day of Week for derekhar

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 158 (100.0%) 3233 (100.0%) 20.4
CCA/Components/Arches/Radiation/ 43 (27.2%) 1701 (52.6%) 39.5
CCA/Components/Arches/PropertyModels/ 21 (13.3%) 545 (16.9%) 25.9
CCA/Components/Arches/SourceTerms/ 17 (10.8%) 364 (11.3%) 21.4
CCA/Components/Arches/Radiation/fortran/ 25 (15.8%) 239 (7.4%) 9.5
CCA/Components/Models/Radiation/RMCRT/ 5 (3.2%) 100 (3.1%) 20.0
CCA/Components/Arches/CoalModels/ 17 (10.8%) 95 (2.9%) 5.5
CCA/Components/Arches/ 12 (7.6%) 82 (2.5%) 6.8
CCA/Components/Models/Radiation/floatRMCRT/ 4 (2.5%) 81 (2.5%) 20.2
R_Tester/ 9 (5.7%) 20 (0.6%) 2.2
CCA/Components/Arches/TransportEqns/ 1 (0.6%) 6 (0.2%) 6.0
CCA/Components/Arches/PropertyModelsV2/ 2 (1.3%) 0 (0.0%) 0.0
CCA/Components/Arches/ChemMix/ 2 (1.3%) 0 (0.0%) 0.0

Activity of derekhar

Most Recent Commits

derekhar 2014-12-29 15:56 Rev.: 52906

Added more statements to inform users of bad input.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/CoalModels: CharOxidationShaddix.cc (changed)
derekhar 2014-12-29 15:20 Rev.: 52905

Added additional bullet-proofing for parsing the input file.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModelsV2: PropertyHelper.h (new)
derekhar 2014-12-23 15:59 Rev.: 52887

Fixed a bad merge from a previous commit.

3 lines of code changed in 1 file:

  • CCA/Components/Arches/CoalModels: EnthalpyShaddix.cc (+3 -3)
derekhar 2014-12-23 15:36 Rev.: 52885

Added an additional particle model for radiation. The constant complex-index-refraction model. Decoupled the particle temperature from the gas temperature for radiation.

529 lines of code changed in 17 files:

  • CCA/Components/Arches: ArchesConstVariables.h (+1)
  • CCA/Components/Arches/CoalModels: EnthalpyShaddix.cc (+6 -2), HeatTransfer.cc (+3), HeatTransfer.h (+1 -1)
  • CCA/Components/Arches/PropertyModels: PropertyModelBase.cc (+14 -1), RadProperties.cc (+7 -5)
  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+155 -35), DORadiationModel.h (+40 -11), RadPropertyCalculator.cc (+201 -1), RadPropertyCalculator.h (+45)
  • CCA/Components/Arches/Radiation/fortran: hottel.F (+1 -1), rdomsolve.F (+15 -16), rdomsolve.fspec (+4 -5), rdomsrcscattering.F (+2 -1), rdomsrcscattering.fspec (+2 -1)
  • CCA/Components/Arches/SourceTerms: DORadiation.cc (+30 -9), DORadiation.h (+2)
derekhar 2014-12-18 12:31 Rev.: 52829

Made DO-radiation consisently use zero ghost
cells when allocating memory for the DO b array.

2 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: DORadiation.cc (+2 -2)
derekhar 2014-12-18 11:49 Rev.: 52828

Modified DO-radiation to use no ghost cells for the source term in the DO-Solve.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: DORadiation.cc (+1 -1)
derekhar 2014-12-16 16:03 Rev.: 52822

Added bullet-proofing for several of the labels used radiation coefficient model.
Fixed some radiation related screen-output. General housekeeping changes.

52 lines of code changed in 3 files:

  • CCA/Components/Arches/CoalModels: EnthalpyShaddix.cc (+2 -2)
  • CCA/Components/Arches/PropertyModels: RadProperties.cc (+45 -25)
  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+5 -2)
derekhar 2014-12-16 15:01 Rev.: 52821

Fix unit error in source term for gas enthalpy.

3 lines of code changed in 1 file:

  • CCA/Components/Arches/CoalModels: EnthalpyShaddix.cc (+3 -4)
derekhar 2014-12-16 10:28 Rev.: 52819

Minor housekeeping commit. Changed spacing and coding-order to be easier to read.

106 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModels: RadProperties.cc (+101 -99)
  • CCA/Components/Arches/Radiation: RadPropertyCalculator.cc (+5 -6)
derekhar 2014-12-11 13:56 Rev.: 52806

This commit, moves all computations of abskp to radPropertyCalculator.cc. It also makes improvements to DO-radiation scattering, and radprops.
A new class was created in this commit, which contains the machinery for computing particle absorption coefficients.
This commit changes the answers to two arches tests, coal_channel and coal_RadPropsPlanck.

907 lines of code changed in 18 files:

  • CCA/Components/Arches: Arches.cc (+1 -9)
  • CCA/Components/Arches/CoalModels: EnthalpyShaddix.cc (+16 -30), EnthalpyShaddix.h (+1 -1), HeatTransfer.cc (+49 -5)
  • CCA/Components/Arches/PropertyModels: ABSKP.cc (del), ABSKP.h (del), RadProperties.cc (+198 -111), RadProperties.h (+3), sub.mk (-1)
  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+40 -23), DORadiationModel.h (+10 -3), RadPropertyCalculator.cc (+367 -384), RadPropertyCalculator.h (+195 -81)
  • CCA/Components/Arches/Radiation/fortran: rdomsolve.F (+1 -1)
  • CCA/Components/Arches/SourceTerms: DORadiation.cc (+24 -12), DORadiation.h (+2 -1)
derekhar 2014-12-03 11:57 Rev.: 52780

Fix Regression tests. Should have exact comparison.

3 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+3 -3)
derekhar 2014-12-01 16:56 Rev.: 52774

Moved initialization of source term so that the sum is properly initialized to zero for radiation scattering.

6 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+6 -7)
derekhar 2014-12-01 13:25 Rev.: 52770

Added Scattering in discrete ordinates radiation using the radProps property model. Also made some changes to reflections in discrete ordinates radiation. In this version, the complex index of refraction is a constant for all particles.

405 lines of code changed in 21 files:

  • CCA/Components/Arches: ExplicitSolver.cc (+2 -1)
  • CCA/Components/Arches/PropertyModels: RadProperties.cc (+43 -6)
  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+97 -40), DORadiationModel.h (+13 -1), RadPropertyCalculator.cc (+133 -1), RadPropertyCalculator.h (+36 -2), sub.mk (new)
  • CCA/Components/Arches/Radiation/fortran: rdomincident.F (del), rdomincident.fspec (del), rdomsolve.F (+12 -10), rdomsolve.fspec (+2 -1), rdomsrc.F (new), rdomsrcscattering.F (+49), rdomsrcscattering.fspec (+6), sub.mk (new)
  • CCA/Components/Arches/SourceTerms: DORadiation.cc (+5 -17), DORadiation.h (+1 -1)
  • R_Tester: ARCHES.py (+1 -1)
derekhar 2014-11-24 13:07 Rev.: 52755

Changed order of operations in Discrete Ordinance for efficiency. This should change DORadiation A-matrix in the 16 decimal place.

12 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation/fortran: rdomsolve.F (+12 -13)
derekhar 2014-11-21 16:06 Rev.: 52747

Fixed compile time warnings, as well as a compile time error.

6 lines of code changed in 4 files:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+1 -1), FakeRadPetscSolver.cc (new)
  • CCA/Components/Arches/SourceTerms: DORadiation.cc (+4 -4)
derekhar 2014-11-21 13:07 Rev.: 52746

This is Stage 1 of a commit which adds reflections for DO-Radiation. The RT-Tests are expected to fail, due to a new VarLabel in the checkpoints. The uda files are expected to remain unchanged.

311 lines of code changed in 20 files:

  • CCA/Components/Arches: ArchesConstVariables.h (+3 -2)
  • CCA/Components/Arches/PropertyModels: RadProperties.cc (+2 -1)
  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+95 -12), DORadiationModel.h (+12 -2), RadHypreSolver.cc (+2 -1), RadHypreSolver.h (new), RadPetscSolver.cc (new), RadPetscSolver.h (+2), RadiationSolver.h (+2)
  • CCA/Components/Arches/Radiation/fortran: rdomincident.F (new 79), rdomincident.fspec (new 13), rdomsolve.F (+25 -13), rdomsolve.fspec (+7 -1), sub.mk (+2)
  • CCA/Components/Arches/SourceTerms: DORadiation.cc (+62 -10), DORadiation.h (+2)
derekhar 2014-10-15 12:59 Rev.: 52582

Fixed swirl so that extra cell values are properly set.

2 lines of code changed in 1 file:

  • CCA/Components/Arches: BoundaryCondition.cc (+2 -3)
derekhar 2014-10-15 11:03 Rev.: 52581

Fixed bug in swirl boundary conditions when swirl is set on z faces.

3 lines of code changed in 1 file:

  • CCA/Components/Arches: BoundaryCondition.cc (+3 -3)
derekhar 2014-09-26 09:39 Rev.: 52500

Added comments to improve clairity of coal drag model.

3 lines of code changed in 2 files:

  • CCA/Components/Arches/CoalModels: XDragModel.cc (+2 -2), YDragModel.cc (+1 -1)
derekhar 2014-09-19 17:11 Rev.: 52476

Changed the Swirl interface. Swirl now uses the face-object's origin by default, unless specified otherwise in inputfile.

13 lines of code changed in 1 file:

  • CCA/Components/Arches: BoundaryCondition.cc (+13 -1)

(24 more)

Generated by StatSVN 0.7.0