/trunk/src Developers: derekhar

Login name:
derekhar
Total Commits:
131 (1.0%)
Lines of Code:
5,754 (4.1%)
Most Recent Commit:
2018-12-14 11:19
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 131 (100.0%) 5754 (100.0%) 43.9
CCA/Components/Arches/ 18 (13.7%) 2518 (43.8%) 139.8
CCA/Components/Arches/SourceTerms/ 26 (19.8%) 2328 (40.5%) 89.5
CCA/Components/Arches/BoundaryConditions/ 2 (1.5%) 213 (3.7%) 106.5
CCA/Components/Arches/ChemMixV2/ 9 (6.9%) 142 (2.5%) 15.7
CCA/Components/Arches/WallHTModels/ 4 (3.1%) 133 (2.3%) 33.2
CCA/Components/Arches/PropertyModelsV2/ 15 (11.5%) 120 (2.1%) 8.0
Core/Grid/Variables/ 14 (10.7%) 100 (1.7%) 7.1
CCA/Components/Arches/Radiation/ 8 (6.1%) 51 (0.9%) 6.3
CCA/Components/Arches/Transport/ 10 (7.6%) 48 (0.8%) 4.8
CCA/Components/Arches/Utility/ 2 (1.5%) 39 (0.7%) 19.5
CCA/Components/Arches/ParticleModels/ 3 (2.3%) 37 (0.6%) 12.3
Core/Grid/BoundaryConditions/ 5 (3.8%) 10 (0.2%) 2.0
CCA/Components/Arches/CoalModels/ 2 (1.5%) 7 (0.1%) 3.5
CCA/Components/Arches/ChemMix/ 4 (3.1%) 5 (0.1%) 1.2
R_Tester/ 2 (1.5%) 2 (0.0%) 1.0
CCA/Components/Schedulers/ 1 (0.8%) 1 (0.0%) 1.0
build_scripts/ 2 (1.5%) 0 (0.0%) 0.0
Core/DataArchive/ 2 (1.5%) 0 (0.0%) 0.0
CCA/Components/Arches/Radiation/fortran/ 2 (1.5%) 0 (0.0%) 0.0

Activity of derekhar

Most Recent Commits

derekhar 2018-12-14 11:19 Rev.: 59084

Changed variable name, to be consistent with previous commit, 59061

1 lines of code changed in 1 file:

  • CCA/Components/Schedulers: OnDemandDataWarehouse.cc (+1 -1)
derekhar 2018-12-13 19:14 Rev.: 59080

update pidx interface and version number. This allows configuring with PIDX w/o errors.

0 lines of code changed in 4 files:

  • Core/DataArchive: DataArchive.cc (changed)
  • build_scripts: build_pidx.sh (changed)
derekhar 2018-12-04 17:53 Rev.: 59000

unneeded edit to coal helper.

2 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: CoalHelper.h (+2 -11)
derekhar 2018-12-04 17:49 Rev.: 58999

Adopts soleVariables for the dynamic radiation solving variables used for dictation rad solves.

36 lines of code changed in 3 files:

  • CCA/Components/Arches/ParticleModels: CoalHelper.h (+11 -2)
  • CCA/Components/Arches/SourceTerms: DORadiation.cc (+25 -38)
derekhar 2018-12-03 12:57 Rev.: 58983

This adds an emperical model for computing the fraction of volatiles that are expressed as tar.

This is expected to break the Coal_Nox RT test as no tar fraction was specified, and is now estimated to be ~0.2

24 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: CoalHelper.h (+24 -1)
derekhar 2018-11-29 16:00 Rev.: 58977

The wall model now normalizes the relaxation coefficient based on the maximum solve frequency for dynamic radiation frequency.

This will allow users to adopt the dynamic solve frequency approach without it affecting the averaging window that they chose based on the base or maximum radiation solve frequency.

18 lines of code changed in 2 files:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+16 -1), WallModelDriver.h (+2)
derekhar 2018-11-29 14:20 Rev.: 58974

delete varlabel for reduction used when using dynamic radiation solve frequency.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: DORadiation.cc (+1)
derekhar 2018-11-28 17:51 Rev.: 58971

adopt temporal scheduling for the wall model. This will remove unneeded ghost communication on non-radiation steps.

115 lines of code changed in 2 files:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+106 -20), WallModelDriver.h (+9 -1)
derekhar 2018-11-27 17:15 Rev.: 58961

Added test for dynamic radiation solving frequencies.

This commit also constrains the solve to be within the solve frequency and the timescale estimated at runtime.
This is the first test to use perpatch variables in the checkpoint, so compare_uda will need to be extended to support this data type (and possibley PIDX? yuck)
Wall model integration is forthcoming.

117 lines of code changed in 5 files:

  • CCA/Components/Arches: ExplicitSolver.cc (+6 -6)
  • CCA/Components/Arches/SourceTerms: DORadiation.cc (+107 -201), DORadiation.h (new)
  • R_Tester: ARCHES.py (+2)
derekhar 2018-11-15 17:53 Rev.: 58922

This adds input files and source code for the detailed and reduced soot models developed by Alex Josephson, David Lignell, and Kamron Brinkerhoff.
The detailed model is very computationally expensive and is included to help verify the reduced model in its development.

1913 lines of code changed in 8 files:

  • CCA/Components/Arches/SourceTerms: MoMICSoot.cc (new 1048), MoMICSoot.h (new 252), MonoSoot.cc (new 466), MonoSoot.h (new 147), SourceTermFactory.cc (changed), sub.mk (changed)
derekhar 2018-10-17 15:14 Rev.: 58850

fix patch - mpirank mismatch bc bug

12 lines of code changed in 7 files:

  • CCA/Components/Arches/ChemMixV2: ColdFlowProperties.cc (+3)
  • CCA/Components/Arches/Transport: PressureBC.cc (+3), PressureEqn.cc (new), VelRhoHatBC.cc (+3)
derekhar 2018-09-28 11:02 Rev.: 58726

recomment line from previous commit.

1 lines of code changed in 1 file:

  • CCA/Components/Arches: PressureSolverV2.cc (+1 -1)
derekhar 2018-09-27 12:46 Rev.: 58721

Stripped out arches labels from custom solve, so it can be used in kokkosSolver.

41 lines of code changed in 5 files:

  • CCA/Components/Arches: PressureSolverV2.cc (+7 -2), linSolver.cc (new), linSolver.h (+13 -19)
derekhar 2018-09-05 11:19 Rev.: 58586

Removed reference to old iteration scheme in parallel_for

0 lines of code changed in 1 file:

  • CCA/Components/Arches/Transport: VelRhoHatBC.cc (-6)
derekhar 2018-08-30 10:17 Rev.: 58567

removed warnings in linear solver.

15 lines of code changed in 1 file:

  • CCA/Components/Arches: linSolver.cc (+15 -15)
derekhar 2018-08-21 09:39 Rev.: 58539

added proto-type multigrid solver

2361 lines of code changed in 7 files:

  • CCA/Components/Arches: PressureSolverV2.cc (+45 -17), PressureSolverV2.h (+11 -9), linSolver.cc (+2023), linSolver.h (+281), sub.mk (+1)
derekhar 2018-08-14 09:45 Rev.: 58527

Fixed bug; a reference to the iterator inside the parallel_for.

0 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModelsV2: UnweightVariable.h (-2)
derekhar 2018-08-13 14:42 Rev.: 58525

Added parallel_for to arches boundary condition code.

ListOfCellsIterator was changed to achieve this. This infrastructure class had push_back removed from it to enable future portability.
This change is expected to not break any test in for any component. Due to this change use of the default constructor for this class is being made private.

553 lines of code changed in 32 files:

  • CCA/Components/Arches: WBCHelper.cc (+48 -43), WBCHelper.h (+46 -3)
  • CCA/Components/Arches/BoundaryConditions: BoundaryFunctors.h (+207 -137), HandOff.h (+6 -7)
  • CCA/Components/Arches/ChemMix: TableLookup.cc (+5 -6)
  • CCA/Components/Arches/ChemMixV2: ColdFlowProperties.cc (+8 -7)
  • CCA/Components/Arches/PropertyModelsV2: UnweightVariable.h (+45 -40)
  • CCA/Components/Arches/Transport: KFEUpdate.h (+4 -5), PressureBC.cc (+7 -17), PressureEqn.cc (+8 -6), VelRhoHatBC.cc (+20 -7)
  • CCA/Components/Arches/Utility: MassFlowRate.cc (+35 -26), SurfaceVolumeFractionCalc.cc (+4 -4)
  • Core/Grid/BoundaryConditions: BCGeomBase.cc (new), BoundCondReader.cc (+2), UnionBCData.cc (new)
  • Core/Grid/Variables: BlockRange.hpp (new), DifferenceIterator.cc (+1 -1), DifferenceIterator.h (+4 -1), ListOfCellsIterator.cc (new), ListOfCellsIterator.h (+65 -13), UnionIterator.cc (new), UnionIterator.h (+4 -2)
derekhar 2018-07-12 09:13 Rev.: 58412

Delete std::vector for 1-D chemistry table scenarios

1 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMixV2: ClassicTable.h (+1 -3)
derekhar 2018-07-10 16:14 Rev.: 58401

Removed compiler warning. Also fixed bug in previous table commit using double type as an array index.

4 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMixV2: ClassicTable.h (+4 -5)

(22 more)

Generated by StatSVN 0.7.0