/trunk/src Developers: derekhar

Login name:
derekhar
Total Commits:
160 (1.2%)
Lines of Code:
3,552 (2.1%)
Most Recent Commit:
2016-11-03 14:29
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 160 (100.0%) 3552 (100.0%) 22.2
CCA/Components/Arches/Radiation/ 40 (25.0%) 1244 (35.0%) 31.1
CCA/Components/Arches/CoalModels/ 30 (18.8%) 979 (27.6%) 32.6
CCA/Components/Arches/PropertyModelsV2/ 10 (6.3%) 478 (13.5%) 47.8
CCA/Components/Arches/ 25 (15.6%) 269 (7.6%) 10.7
CCA/Components/Arches/SourceTerms/ 28 (17.5%) 256 (7.2%) 9.1
CCA/Components/Arches/ParticleModels/ 8 (5.0%) 217 (6.1%) 27.1
R_Tester/ 5 (3.1%) 74 (2.1%) 14.8
CCA/Components/Arches/ChemMix/ 4 (2.5%) 15 (0.4%) 3.7
CCA/Components/Arches/TransportEqns/ 2 (1.3%) 9 (0.3%) 4.5
CCA/Components/Models/Radiation/RMCRT/ 1 (0.6%) 7 (0.2%) 7.0
CCA/Components/Arches/Radiation/fortran/ 6 (3.8%) 3 (0.1%) 0.5
CCA/Components/Examples/ 1 (0.6%) 1 (0.0%) 1.0

Activity of derekhar

Most Recent Commits

derekhar 2016-11-03 14:29 Rev.: 55947

Changed radVolQ in RMCRT to be conistent with Discrete-ordinates.
This should change the answers to RMCRT tests.

7 lines of code changed in 1 file:

  • CCA/Components/Models/Radiation/RMCRT: Ray.cc (+7 -7)
derekhar 2016-10-14 11:12 Rev.: 55881

Added adjustment factor for fluxes. This is needed for the new quadrature set, Legenre-Chebyshev. This will change the Fluxes for all radiation tests. In most cases the Diff should be isolated to the fluxes.

0 lines of code changed in 4 files:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (new), DORadiationModel.h (new)
derekhar 2016-10-13 16:28 Rev.: 55872

Add new test cases to nightlyRT.

4 lines of code changed in 1 file:

  • R_Tester: ARCHES.py (+4 -1)
derekhar 2016-09-29 14:07 Rev.: 55815

Changed multi-level intrusion Model, for arches-rmcrt.

6 lines of code changed in 1 file:

  • CCA/Components/Arches: BoundaryCondition.cc (+6 -1)
derekhar 2016-09-27 17:14 Rev.: 55811

Clean-Up. Renamed class variables, added header compiler directives.

6 lines of code changed in 4 files:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+2 -9), DORadiationModel.h (+1 -1), LegendreChebyshevQuad.h (+3 -1)
derekhar 2016-09-27 15:37 Rev.: 55808

Added a new quadrature set for radiation in Arches.

180 lines of code changed in 3 files:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+29 -2), DORadiationModel.h (+1), LegendreChebyshevQuad.h (+150)
derekhar 2016-09-06 12:24 Rev.: 55703

Changed call to abs to std::abs.

1 lines of code changed in 1 file:

  • CCA/Components/Examples: RMCRT_Test.cc (+1 -1)
derekhar 2016-09-02 16:04 Rev.: 55700

Added Cloud Benchmark to arches-uintah.

242 lines of code changed in 11 files:

  • CCA/Components/Arches: ExplicitSolver.cc (+7 -7)
  • CCA/Components/Arches/ChemMix: ConstantProps.cc (new), ConstantProps.h (new)
  • CCA/Components/Arches/PropertyModelsV2: BurnsChriston.cc (+8 -2), PropertyModelFactoryV2.cc (+7), cloudBenchmark.cc (new 127), cloudBenchmark.h (new 77), sub.mk (+1)
derekhar 2016-08-31 12:00 Rev.: 55686

Added Burns-Christion using the Arches Task Interface. Changes to Discrete-Ordinates to be compatible with this interface were also made.

314 lines of code changed in 8 files:

  • CCA/Components/Arches: ExplicitSolver.cc (+7 -7)
  • CCA/Components/Arches/PropertyModelsV2: BurnsChriston.cc (+174), BurnsChriston.h (new 77), PropertyModelFactoryV2.cc (+6), sub.mk (+1)
  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+35 -29)
  • CCA/Components/Arches/SourceTerms: DORadiation.cc (new)
derekhar 2016-08-02 12:59 Rev.: 55563

Fixed unnecessary limitation in charOxySmith requiring fields to be saved to disk as specified by the dataArchiver block.

28 lines of code changed in 1 file:

  • CCA/Components/Arches/CoalModels: CharOxidationSmith.cc (+28 -21)
derekhar 2016-06-02 13:51 Rev.: 55404

Changed Functor to c++11 lambda.

5 lines of code changed in 1 file:

  • CCA/Components/Arches/CoalModels: SimpleBirth.cc (+5 -52)
derekhar 2016-06-02 13:30 Rev.: 55403

Reinstated Yamamoto coal-devol test under regression testing. Also turned on methane_rmcrt.ups.

3 lines of code changed in 1 file:

  • R_Tester: ARCHES.py (+3 -1)
derekhar 2016-05-20 16:21 Rev.: 55371

Removing code duplication that was used for functor profiling.

4 lines of code changed in 29 files:

  • CCA/Components/Arches: Discretization.cc (-18), MomentumSolver.cc (+3 -14)
  • CCA/Components/Arches/CoalModels: CharOxidationShaddix.cc (-173), CharOxidationShaddix.h (+1 -2), EnthalpyShaddix.cc (-118), EnthalpyShaddix.h (new), FOWYDevol.cc (-69), FOWYDevol.h (new), SimpleBirth.cc (-26)
  • CCA/Components/Arches/ParticleModels: CoalTemperature.cc (-99), CoalTemperature.h (-2)
  • CCA/Components/Arches/SourceTerms: CoalGasDevol.cc (-9), CoalGasDevolMom.cc (new), CoalGasHeat.cc (new), CoalGasMomentum.cc (-12), CoalGasOxi.cc (-9), CoalGasOxiMom.cc (new), MomentumDragSrc.cc (-19)
derekhar 2016-05-19 19:30 Rev.: 55370

Resurrected restartInitializeTimeAdvance for the Arches-regrid case, this is needed to set patch boundaries after switching patch layouts.

81 lines of code changed in 8 files:

  • CCA/Components/Arches: Arches.cc (+4), BoundaryCondition.cc (+21 -12), BoundaryCondition.h (+4 -2), ExplicitSolver.cc (+39 -8), ExplicitSolver.h (+2), NonlinearSolver.h (+2)
  • CCA/Components/Arches/TransportEqns: EqnBase.cc (+8 -1), EqnBase.h (+1 -1)
derekhar 2016-05-17 16:52 Rev.: 55364

Arches no loner recompiles task-graph on a restart. Minor pruning.

28 lines of code changed in 7 files:

  • CCA/Components/Arches: Arches.cc (-10), Arches.h (-1), BoundaryCondition.cc (+22 -20), BoundaryCondition.h (+2 -3), ExplicitSolver.cc (+4 -7), ExplicitSolver.h (-2), NonlinearSolver.h (-2)
derekhar 2016-05-11 11:47 Rev.: 55339

Added RT test for particleMassFlow inlet feature, and outputNth proc in arches.

2 lines of code changed in 1 file:

  • R_Tester: ARCHES.py (+2)
derekhar 2016-04-27 17:19 Rev.: 55251

Removed the unnecessary creation of several IntVectors.

11 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: RadHypreSolver.cc (+11 -11)
derekhar 2016-04-27 17:08 Rev.: 55250

Reduced the creation and deletion of hypre objects. This should give a small speed up of the radiation solve at scale. To maintain support for the petsc solver, minor changes to petsc were also made.

181 lines of code changed in 10 files:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+10 -3), DORadiationModel.h (+1), RadHypreSolver.cc (+152 -124), RadHypreSolver.h (new), RadPetscSolver.cc (+2 -1), RadPetscSolver.h (+4), RadiationSolver.h (new)
derekhar 2016-04-15 14:59 Rev.: 55195

Initialize intensities in extra cells for discrete-ordinates for viz purposes.

4 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+4)
derekhar 2016-04-12 12:03 Rev.: 55182

Added non-performance nightly RT test for OFC4.

1 lines of code changed in 1 file:

  • R_Tester: ARCHES.py (+1)

(21 more)

Generated by StatSVN 0.7.0