/trunk/src Developers: derekhar

Login name:
derekhar
Total Commits:
204 (1.7%)
Lines of Code:
6,239 (4.5%)
Most Recent Commit:
2015-12-14 23:27
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 204 (100.0%) 6239 (100.0%) 30.5
orderAccuracy/postProcessTools/ 16 (7.8%) 2807 (45.0%) 175.4
orderAccuracy/test_config_files/Arches/ 9 (4.4%) 1163 (18.6%) 129.2
CCA/Components/Arches/WallHTModels/ 6 (2.9%) 372 (6.0%) 62.0
CCA/Components/Arches/ParticleModels/ 15 (7.4%) 336 (5.4%) 22.4
CCA/Components/Arches/ 14 (6.9%) 294 (4.7%) 21.0
CCA/Components/Arches/CoalModels/ 27 (13.2%) 290 (4.6%) 10.7
CCA/Components/Arches/Radiation/ 18 (8.8%) 275 (4.4%) 15.2
CCA/Components/Models/Radiation/RMCRT/ 8 (3.9%) 175 (2.8%) 21.8
CCA/Components/Arches/SourceTerms/ 8 (3.9%) 165 (2.6%) 20.6
Core/Grid/BoundaryConditions/ 44 (21.6%) 134 (2.1%) 3.0
Core/Grid/ 7 (3.4%) 93 (1.5%) 13.2
CCA/Components/Arches/TransportEqns/ 7 (3.4%) 69 (1.1%) 9.8
CCA/Components/Arches/PropertyModels/ 12 (5.9%) 29 (0.5%) 2.4
CCA/Components/Examples/ 2 (1.0%) 27 (0.4%) 13.5
R_Tester/ 2 (1.0%) 3 (0.0%) 1.5
CCA/Components/Arches/PropertyModelsV2/ 2 (1.0%) 3 (0.0%) 1.5
CCA/Components/Wasatch/Expressions/ 1 (0.5%) 2 (0.0%) 2.0
CCA/Components/Arches/Radiation/fortran/ 4 (2.0%) 2 (0.0%) 0.5
StandAlone/tools/puda/ 2 (1.0%) 0 (0.0%) 0.0

Activity of derekhar

Most Recent Commits

derekhar 2015-12-14 23:27 Rev.: 54550

Reverting commit 54488 and 54487 which were causing crashes on Mira, probably due to a poorly condition matrix.

0 lines of code changed in 4 files:

  • CCA/Components/Arches/ParticleModels: CoalTemperature.cc (new), CoalTemperature.h (new)
derekhar 2015-12-05 10:52 Rev.: 54488

Adjust nomenclature to be consistent.

5 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: CoalTemperature.cc (+5 -5)
derekhar 2015-12-04 19:35 Rev.: 54487

Added the option to use a curve fit for particle enthalpy, rather than using non-linear solve. This is needed so that the temperature field can be characterized in terms for enthalpy for equilibrium models.

192 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: CoalTemperature.cc (+178 -82), CoalTemperature.h (+14)
derekhar 2015-10-08 12:04 Rev.: 54142

RMCRT-arches now initializes 6 CCvariables/fluxes.

67 lines of code changed in 2 files:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+58), RMCRT.h (+9)
derekhar 2015-10-05 14:14 Rev.: 54120

Uninitialized variable was causing orderAccuracy tests to crash. puda was running monica2 by default given the correct compiler/architecture.

0 lines of code changed in 2 files:

  • StandAlone/tools/puda: puda.h (new)
derekhar 2015-09-30 16:27 Rev.: 54095

Initialize swirl boundary condition.

19 lines of code changed in 1 file:

  • CCA/Components/Arches: BoundaryCondition.cc (+19 -1)
derekhar 2015-09-29 11:34 Rev.: 54076

Added OFC4 to Arches/Coal performance Test.

1 lines of code changed in 1 file:

  • R_Tester: ARCHES.py (+1 -1)
derekhar 2015-09-29 11:33 Rev.: 54075

Fixed bug in setting the mass flow rate in Arches.

6 lines of code changed in 3 files:

  • CCA/Components/Arches: BoundaryCondition.cc (+4 -4)
  • Core/Grid: Patch.cc (new)
derekhar 2015-09-25 15:40 Rev.: 54053

Redesigned massflowinlet to be more consistent with the current abstraction.

145 lines of code changed in 4 files:

  • CCA/Components/Arches: BoundaryCondition.cc (+109 -97), BoundaryCondition.h (+5)
  • CCA/Components/Arches/CoalModels: PartVel.cc (+31)
derekhar 2015-09-24 15:07 Rev.: 54033

Added comments to improve documentation of sudoAddBC in bcgeombase.h

0 lines of code changed in 2 files:

  • Core/Grid/BoundaryConditions: BCGeomBase.h (changed)
derekhar 2015-09-24 10:53 Rev.: 54023

Added more robust bullet proofing for partmassflowinlet.

10 lines of code changed in 1 file:

  • CCA/Components/Arches: BoundaryCondition.cc (+10 -4)
derekhar 2015-09-24 10:52 Rev.: 54022

Added a new boundary condition function, that allows allows the geometries "union" and "difference" to set atomic members of its class.

63 lines of code changed in 30 files:

  • Core/Grid: Patch.cc (+3 -2)
  • Core/Grid/BoundaryConditions: AnnulusBCData.cc (+5), AnnulusBCData.h (+3), BCGeomBase.h (+3), CircleBCData.cc (new), CircleBCData.h (+3), DifferenceBCData.cc (new), DifferenceBCData.h (new), EllipseBCData.cc (new), EllipseBCData.h (new), RectangleBCData.cc (new), RectangleBCData.h (+3), SideBCData.cc (+5), SideBCData.h (new), UnionBCData.cc (new), UnionBCData.h (+2)
derekhar 2015-09-23 10:58 Rev.: 54009

Removed getWithDefault so that restart cases will pass ups spec validation.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (new)
derekhar 2015-09-22 15:31 Rev.: 54002

Removed radiation reflections from the code that may confuse users since we have a model that offers similiar functionality.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModels: RadProperties.cc (new)
derekhar 2015-09-22 10:50 Rev.: 53996

Finished removal of setting the material index in arches. Also made uintah error message more descriptive.

0 lines of code changed in 2 files:

  • Core/Grid/BoundaryConditions: BoundCondReader.cc (changed)
derekhar 2015-09-21 09:52 Rev.: 53984

Keep enumerations consistent with previous commits.

3 lines of code changed in 2 files:

  • CCA/Components/Arches: BoundaryCond_new.h (+1 -1), BoundaryCondition.h (+2 -2)
derekhar 2015-09-18 16:23 Rev.: 53982

Added that ability to specify the mass flux of particles using PartMassFlowInlet.
This approach uses the user specified weight distribution which should be computed based on the idealized velocity.

254 lines of code changed in 16 files:

  • CCA/Components/Arches: BoundaryCondition.cc (+123 -1), BoundaryCondition.h (+7 -1)
  • CCA/Components/Arches/ParticleModels: ParticleTools.h (new)
  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (+11), EqnBase.cc (+8 -2), EqnBase.h (+2 -1)
  • Core/Grid: Patch.cc (+7 -9), Patch.h (+1 -1)
  • Core/Grid/BoundaryConditions: BCDataArray.cc (+7 -5), BCDataArray.h (new)
derekhar 2015-09-16 15:18 Rev.: 53967

Removed uneccessary call to coalHelper class.

0 lines of code changed in 1 file:

  • CCA/Components/Arches: Arches.cc (-5)
derekhar 2015-09-16 14:47 Rev.: 53966

Removed coal specific design to allow for a more generic roadmap for arches particle transport.
This change is also preliminary for a massflowinlet boundary condition.

79 lines of code changed in 18 files:

  • CCA/Components/Arches/CoalModels: CharOxidationShaddix.cc (+6 -1), EnthalpyShaddix.cc (+7 -2), FOWYDevol.cc (+7 -1), MaximumTemperature.cc (+1 -1), RichardsFletcherDevol.cc (+1 -1), YamamotoDevol.cc (new)
  • CCA/Components/Arches/ParticleModels: CoalDensity.cc (new), CoalHelper.h (+46 -44), CoalTemperature.cc (+2 -2), CoalTemperatureNebo.cc (+2 -2)
  • CCA/Components/Arches/Radiation: RadPropertyCalculator.cc (new)
derekhar 2015-09-15 16:34 Rev.: 53954

Added the ability for a component to add a boundary condition during the initialization phase.
This may be expanded to change boundary conditions.

145 lines of code changed in 8 files:

  • Core/Grid: Patch.cc (+56), Patch.h (+24 -1)
  • Core/Grid/BoundaryConditions: BCDataArray.cc (+28), BCDataArray.h (+8), BoundCondFactory.cc (+16), BoundCondFactory.h (new)

(28 more)

Generated by StatSVN 0.7.0