/trunk/src Developers: jthornoc

Login name:
jthornoc
Total Commits:
767 (5.9%)
Lines of Code:
8,335 (5.9%)
Most Recent Commit:
2018-12-10 15:20
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for jthornoc

Activity by Day of Week for jthornoc

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 767 (100.0%) 8335 (100.0%) 10.8
CCA/Components/Arches/ 113 (14.7%) 1707 (20.5%) 15.1
CCA/Components/Arches/ParticleModels/ 121 (15.8%) 1471 (17.6%) 12.1
CCA/Components/Arches/Transport/ 60 (7.8%) 1167 (14.0%) 19.4
CCA/Components/Arches/TurbulenceModels/ 98 (12.8%) 953 (11.4%) 9.7
CCA/Components/Arches/PropertyModelsV2/ 69 (9.0%) 516 (6.2%) 7.4
CCA/Components/Arches/Task/ 61 (8.0%) 467 (5.6%) 7.6
CCA/Components/Arches/Utility/ 55 (7.2%) 346 (4.2%) 6.2
CCA/Components/Arches/SourceTerms/ 19 (2.5%) 341 (4.1%) 17.9
CCA/Components/Arches/CoalModels/ 39 (5.1%) 285 (3.4%) 7.3
CCA/Components/Arches/ChemMix/ 19 (2.5%) 244 (2.9%) 12.8
CCA/Components/Arches/TransportEqns/ 17 (2.2%) 200 (2.4%) 11.7
CCA/Components/Arches/BoundaryConditions/ 11 (1.4%) 131 (1.6%) 11.9
CCA/Components/Arches/WallHTModels/ 5 (0.7%) 129 (1.5%) 25.8
CCA/Components/Arches/LagrangianParticles/ 18 (2.3%) 124 (1.5%) 6.8
CCA/Components/Arches/SourceTermsV2/ 28 (3.7%) 103 (1.2%) 3.6
R_Tester/ 5 (0.7%) 59 (0.7%) 11.8
CCA/Components/Arches/ChemMixV2/ 12 (1.6%) 49 (0.6%) 4.0
CCA/Components/Arches/fortran/ 6 (0.8%) 32 (0.4%) 5.3
CCA/Components/Arches/Radiation/ 5 (0.7%) 7 (0.1%) 1.4
CCA/Components/Arches/PropertyModels/ 2 (0.3%) 4 (0.0%) 2.0
scripts/ 2 (0.3%) 0 (0.0%) 0.0
Core/Grid/ 2 (0.3%) 0 (0.0%) 0.0

Activity of jthornoc

Most Recent Commits

jthornoc 2018-12-10 15:20 Rev.: 59046

Fixing a bug with the computesWithScratchGhost when a multistep
integrator is used.

0 lines of code changed in 4 files:

  • CCA/Components/Arches/Task: TaskFactoryBase.cc (changed)
  • CCA/Components/Arches/TurbulenceModels: TurbulenceModelFactory.cc (changed)
jthornoc 2018-12-07 11:29 Rev.: 59033

Declare "i" in "for" loop rather than outside to get rid of several
warnings.

0 lines of code changed in 2 files:

  • Core/Grid: fastCpdiInterpolator.cc (new)
jthornoc 2018-12-07 11:04 Rev.: 59031

Comments for the spec.
Better error message.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: ParticleModelFactory.cc (new)
jthornoc 2018-12-07 11:04 Rev.: 59030

Moving these two tests back to using the old names (uVel, etc ) to
compare to current GS so as to ensure there are no new bugs in
transport.

Also fix a name problem with the hat vel calc.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/Transport: VelRhoHatBC.cc (changed)
jthornoc 2018-12-07 11:04 Rev.: 59029

Removing the epsilon parameter from the input spec. The value is a
mysterious, but magical 3.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/TurbulenceModels: DSmaMMML.h (new)
jthornoc 2018-12-07 11:04 Rev.: 59027

This enables the use of the Kokkos turb. closures in the production code
per the recent commits.

0 lines of code changed in 16 files:

  • CCA/Components/Arches: SmagorinskyModel.cc (changed), UPSHelper.h (new)
  • CCA/Components/Arches/TurbulenceModels: DSFT.cc (new), DSFTv2.cc (new), SGSsigma.cc (new), Smagorinsky.cc (changed), Smagorinsky.h (changed), WALE.cc (new)
jthornoc 2018-12-07 11:03 Rev.: 59026

Correcting naming for the strain rate mag.

150 lines of code changed in 13 files:

  • CCA/Components/Arches/TurbulenceModels: DSFT.cc (+11 -7), DSFT.h (+8 -3), DSmaCs.h (+12 -6), DSmaMMML.h (+44 -29), SGSsigma.cc (+4 -1), TurbulenceModelFactory.cc (+29 -25), WALE.cc (+4 -1), WallConstSmag.cc (+26 -6), WallConstSmag.h (new)
jthornoc 2018-12-07 11:03 Rev.: 59025

Cleaning up the Wale model. There is still much to be done...

35 lines of code changed in 4 files:

  • CCA/Components/Arches/TurbulenceModels: WALE.cc (+13 -32), WALE.h (+5 -5), WallConstSmag.cc (+17 -19)
jthornoc 2018-12-07 11:03 Rev.: 59024

This fixes the CQMOM naming issues.

12 lines of code changed in 3 files:

  • CCA/Components/Arches/ParticleModels: DragModel.h (new)
  • CCA/Components/Arches/TurbulenceModels: WALE.cc (+7 -7)
jthornoc 2018-12-07 11:03 Rev.: 59023

More naming convention fixes for velocity. There are still more running around.

14 lines of code changed in 8 files:

  • CCA/Components/Arches: GridTools.h (new)
  • CCA/Components/Arches/ParticleModels: CharOxidationps.h (new), DragModel.h (+4 -3)
  • CCA/Components/Arches/Task: TaskFactoryBase.cc (+1 -1)
  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (new)
jthornoc 2018-12-07 11:03 Rev.: 59022

Fix a naming bug.

0 lines of code changed in 4 files:

  • CCA/Components/Arches/PropertyModelsV2: PropertyModelFactoryV2.cc (new)
  • CCA/Components/Arches/Transport: TransportHelper.cc (new)
jthornoc 2018-12-07 11:03 Rev.: 59021

Warning.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/Transport: TransportFactory.cc (new)
jthornoc 2018-12-07 11:03 Rev.: 59020

Adding kokkos velocity labels to the production code to allow production
code to work with my previous few commits.

68 lines of code changed in 5 files:

  • CCA/Components/Arches: ArchesLabel.cc (new), ArchesLabel.h (new), ExplicitSolver.cc (+29 -10)
jthornoc 2018-12-07 11:03 Rev.: 59019

Warnings.

5 lines of code changed in 3 files:

  • CCA/Components/Arches/ChemMix: PCProperties.cc (new)
  • CCA/Components/Arches/Transport: TransportFactory.cc (+3 -3)
jthornoc 2018-12-07 11:03 Rev.: 59018

* Introducing a default velocity name to clean up the naming convention. Should probably extend this to other variables.

* Small cleanup in the UnweightVariable code. Passing some information via the constructor, removing some naming convention assumptions.

350 lines of code changed in 23 files:

  • CCA/Components/Arches: KokkosSolver.cc (+3 -3), UPSHelper.h (+5)
  • CCA/Components/Arches/BoundaryConditions: BoundaryFunctors.h (+15 -15)
  • CCA/Components/Arches/ParticleModels: ParticleModelFactory.cc (+12 -9), WDragModel.h (+3 -3)
  • CCA/Components/Arches/PropertyModelsV2: CCVel.cc (+4 -4), FaceVelocities.cc (+3 -3), PropertyModelFactoryV2.cc (+34 -26), UnweightVariable.h (new)
  • CCA/Components/Arches/Transport: KMomentum.h (new), StressTensor.cc (+3 -3), TransportFactory.cc (+101 -67), VelRhoHatBC.cc (+37 -36)
  • CCA/Components/Arches/TurbulenceModels: DSFT.cc (+6 -6)
  • CCA/Components/Arches/Utility: InitializeFactory.cc (+3 -1)
jthornoc 2018-11-28 14:34 Rev.: 58968

Minor cosmetic changes. Also, do not require that <ParticleModels> be
specified for DQMOM.

33 lines of code changed in 4 files:

  • CCA/Components/Arches/ParticleModels: ParticleModelFactory.cc (+9 -9)
  • CCA/Components/Arches/SourceTermsV2: SourceTermFactoryV2.cc (+5)
  • CCA/Components/Arches/Transport: TransportFactory.cc (+19 -18)
jthornoc 2018-11-27 13:53 Rev.: 58955

Cosmetics.

10 lines of code changed in 3 files:

  • CCA/Components/Arches: KokkosSolver.cc (+2 -3)
  • CCA/Components/Arches/Task: TaskVariableTools.cc (+8 -16)
jthornoc 2018-11-16 18:20 Rev.: 58936

Fixed a bug in the intrusion inlet. The velocity index was being
reassigned.

0 lines of code changed in 2 files:

  • CCA/Components/Arches: IntrusionBC.cc (changed)
jthornoc 2018-11-16 15:37 Rev.: 58934

Warnings.

22 lines of code changed in 4 files:

  • CCA/Components/Arches: KokkosSolver.cc (+9 -9)
  • CCA/Components/Arches/Transport: StressTensor.cc (+7 -7)
  • CCA/Components/Arches/TurbulenceModels: DSFT.cc (+2 -2), DSmaCs.h (+4 -4)
jthornoc 2018-11-16 15:09 Rev.: 58933

Add a call to problemSetupCommon.

10 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: PCProperties.cc (+10 -2)

(65 more)

Generated by StatSVN 0.7.0