/trunk/src Developers: jsutherland

Login name:
jsutherland
Total Commits:
327 (2.7%)
Lines of Code:
2,511 (1.8%)
Most Recent Commit:
2015-12-23 08:28
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for jsutherland

Activity by Day of Week for jsutherland

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 327 (100.0%) 2511 (100.0%) 7.6
CCA/Components/Wasatch/Transport/ 52 (15.9%) 1400 (55.8%) 26.9
CCA/Components/Wasatch/Expressions/ 102 (31.2%) 531 (21.1%) 5.2
CCA/Components/Wasatch/ 21 (6.4%) 191 (7.6%) 9.0
include/ 2 (0.6%) 149 (5.9%) 74.5
CCA/Components/Wasatch/Expressions/Particles/ 32 (9.8%) 76 (3.0%) 2.3
CCA/Components/Wasatch/Expressions/MMS/ 9 (2.8%) 45 (1.8%) 5.0
CCA/Components/Wasatch/Expressions/PBE/Precipitation/ 31 (9.5%) 21 (0.8%) 0.6
CCA/Components/Wasatch/Expressions/BoundaryConditions/ 7 (2.1%) 21 (0.8%) 3.0
CCA/Components/Wasatch/Expressions/PBE/ 23 (7.0%) 16 (0.6%) 0.6
build_scripts/ 6 (1.8%) 14 (0.6%) 2.3
CCA/Components/Wasatch/Expressions/PostProcessing/ 12 (3.7%) 14 (0.6%) 1.1
CCA/Components/Wasatch/Expressions/Turbulence/ 8 (2.4%) 13 (0.5%) 1.6
CCA/Components/Schedulers/ 7 (2.1%) 7 (0.3%) 1.0
/ 4 (1.2%) 5 (0.2%) 1.2
CCA/Components/Wasatch/Expressions/EmbeddedGeometry/ 5 (1.5%) 4 (0.2%) 0.8
build_scripts/Wasatch3PStandalone/ 1 (0.3%) 2 (0.1%) 2.0
CCA/Components/Arches/Radiation/ 1 (0.3%) 1 (0.0%) 1.0
CCA/Components/Arches/ChemMix/ 2 (0.6%) 1 (0.0%) 0.5
CCA/Components/Wasatch/Operators/ 2 (0.6%) 0 (0.0%) 0.0

Activity of jsutherland

Most Recent Commits

jsutherland 2015-12-23 08:28 Rev.: 54590

Move ExprLib back to the latest version.

NOTE: This will break a few of the Wasatch regression tests. The GS will be updated tomorrow.

0 lines of code changed in 2 files:

  • build_scripts: build_wasatch_3p.sh (new)
jsutherland 2015-12-21 09:15 Rev.: 54579

For now, set ExprLib to a specific version while we nail down why a recent change is causing diffs.

2 lines of code changed in 1 file:

  • build_scripts: build_wasatch_3p.sh (+2 -2)
jsutherland 2015-12-17 14:12 Rev.: 54567

Remove an unnecessary line of code.

0 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Transport: TotalInternalEnergyTransportEquation.cc (changed)
jsutherland 2015-12-17 14:12 Rev.: 54566

Consolidate some code - implement inline rather than splitting it out in the header.

0 lines of code changed in 26 files:

  • CCA/Components/Wasatch/Expressions/Particles: ParticleBodyForce.h (new), ParticleDensity.h (new), ParticleDragCoefficient.h (new), ParticleDragForce.h (new), ParticleGasMomentumSrc.h (new), ParticleInitialization.h (changed), ParticleMomentumRHS.h (changed), ParticlePositionRHS.h (new), ParticleRe.h (changed), ParticleResponseTime.h (changed)
  • CCA/Components/Wasatch/Transport: MomentumTransportEquationBase.cc (new), MomentumTransportEquationBase.h (new), ParticleMomentumEquation.cc (changed)
jsutherland 2015-12-11 11:37 Rev.: 54534

Remove a few superfluous "typename" declarations that were causing problems on mira.

6 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Transport: MomentumTransportEquationBase.cc (+6 -6)
jsutherland 2015-12-11 10:43 Rev.: 54533

Silence a few more warnings coming out of g++.

15 lines of code changed in 6 files:

  • CCA/Components/Wasatch: Wasatch.cc (+1 -1)
  • CCA/Components/Wasatch/Expressions: DORadSolver.cc (new)
  • CCA/Components/Wasatch/Transport: MomentumTransportEquationBase.cc (+12 -12), MomentumTransportEquationBase.h (+1 -1)
jsutherland 2015-12-11 10:21 Rev.: 54532

Consolidate functors and overload evaluate() in TabPropsEvaluator

0 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions: TabPropsEvaluator.h (new)
jsutherland 2015-12-11 10:21 Rev.: 54531

Misc. cleanup.

0 lines of code changed in 6 files:

  • CCA/Components/Wasatch/Expressions: PrimVar.cc (new), ScalarRHS.cc (changed), TabPropsHeatLossEvaluator.cc (changed)
jsutherland 2015-12-10 15:17 Rev.: 54522

Silence some compiler warnings.

15 lines of code changed in 8 files:

  • CCA/Components/Wasatch: Properties.cc (new)
  • CCA/Components/Wasatch/Expressions: DensityCalculator.cc (+3 -3), PressureSource.cc (+6 -6)
  • CCA/Components/Wasatch/Transport: MomentumTransportEquationBase.h (+2 -3), TotalInternalEnergyTransportEquation.cc (+3 -5)
jsutherland 2015-12-10 14:47 Rev.: 54520

Minor cleanup on some particle stuff.

60 lines of code changed in 3 files:

  • CCA/Components/Wasatch/Expressions/Particles: ParticlePositionRHS.h (+18 -46), ParticleRe.h (+19 -40), ParticleResponseTime.h (+23 -47)
jsutherland 2015-12-10 14:47 Rev.: 54519

Remove some superfluous "typename" stuff.

0 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Operators: Operators.h (new)
jsutherland 2015-12-01 17:02 Rev.: 54446

Change how we deal with per-patch variables in Wasatch field bindings.
The framework is currently a bit sketchy on how it handles these, and Brad is working to fix that...

3 lines of code changed in 1 file:

  • CCA/Components/Wasatch: FieldAdaptor.h (+3 -3)
jsutherland 2015-11-30 17:18 Rev.: 54427

Avoid an extra nebo assignment when computing kinetic energy in 2D and 1D.

0 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions/PostProcessing: KineticEnergy.cc (changed)
jsutherland 2015-11-30 17:18 Rev.: 54426

Rip out the Kinetic Energy expression that is now redundant after Tony's commit.

2 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Transport: TotalInternalEnergyTransportEquation.cc (+2 -84)
jsutherland 2015-11-24 14:05 Rev.: 54409

Add a missing file to the sub.mk. Not sure why this was building for me locally.

3 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Transport: sub.mk (+3 -1)
jsutherland 2015-11-24 13:32 Rev.: 54407

The beginnings of compressible Wasatch.
- Total internal energy transport equation is (mostly) implemented. Still lacking:
o boundary conditions
o parser support
- Continuity equation mostly implemented. Still lacking BCs.
- Compressible Momentum equation stubs are in place.

This will give us a compiling code to develop against as we refactor the momentum & strain code.

1128 lines of code changed in 5 files:

  • CCA/Components/Wasatch/Transport: CompressibleMomentumTransportEquation.cc (+292), CompressibleMomentumTransportEquation.h (+101), TotalInternalEnergyTransportEquation.cc (+629), TotalInternalEnergyTransportEquation.h (+92), sub.mk (+14 -9)
jsutherland 2015-11-24 13:31 Rev.: 54406

Cleanup:
- rip out pressure_tag() since we already have that on TagNames.
- some formatting changes along the way

68 lines of code changed in 12 files:

  • CCA/Components/Wasatch: TaskInterface.cc (+3 -3), WasatchBCHelper.cc (+12 -7)
  • CCA/Components/Wasatch/Expressions: DiffusiveVelocity.cc (new), DiffusiveVelocity.h (+4 -4), Pressure.cc (-7), Pressure.h (-5)
  • CCA/Components/Wasatch/Transport: MomentumTransportEquation.cc (+29 -27), MomentumTransportEquation.h (new 5), ParseEquation.cc (+10 -11), ScalarTransportEquation.h (+2)
jsutherland 2015-11-23 17:09 Rev.: 54402

Do not require ProblemSpec for base transport equations. This will allow us to construct transport equations for which there is no input file specification.

93 lines of code changed in 19 files:

  • CCA/Components/Wasatch/Transport: EquationBase.cc (+6 -8), EquationBase.h (+1 -3), MomentTransportEquation.cc (+1 -1), MomentTransportEquation.h (+4 -3), MomentumTransportEquation.cc (+1 -1), MomentumTransportEquation.h (+1 -1), ParticleEquationBase.cc (+7 -8), ParticleEquationBase.h (+4 -7), ParticleMassEquation.cc (+54 -53), ParticleMassEquation.h (+4 -39), ParticleMomentumEquation.cc (+1 -1), ParticlePositionEquation.cc (+1 -1), ParticleSizeEquation.cc (+1 -1), ScalabilityTestTransportEquation.cc (+2 -2), ScalabilityTestTransportEquation.h (+1 -1), ScalarTransportEquation.cc (+1 -1), ScalarTransportEquation.h (+1), TransportEquation.cc (+2 -5), TransportEquation.h (-2)
jsutherland 2015-11-23 16:09 Rev.: 54401

More cleanup (and fixing some problems with previous commit)
- remove VelEst. This was obsolete, and I think that there was a bug in the stress contribution there.
- Remove more references to "tau" that should be strain.

36 lines of code changed in 7 files:

  • CCA/Components/Wasatch: TagNames.cc (+9 -9), TagNames.h (+3 -3)
  • CCA/Components/Wasatch/Expressions: VelEst.cc (del), VelEst.h (del), sub.mk (new)
  • CCA/Components/Wasatch/Transport: MomentumTransportEquation.cc (+24 -25)
jsutherland 2015-11-23 10:47 Rev.: 54399

one more set of changes that didn't make it in my previous commit.

9 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Transport: MomentumTransportEquation.cc (+9 -8)

(29 more)

Generated by StatSVN 0.7.0