/trunk/src Developers: jthornoc

Login name:
jthornoc
Total Commits:
726 (7.8%)
Lines of Code:
21398 (19.3%)
Most Recent Commit:
2011-12-29 23:08

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 726 (100.0%) 21398 (100.0%) 29.4
CCA/Components/Arches/ 347 (47.8%) 11418 (53.4%) 32.9
CCA/Components/Arches/ChemMix/ 119 (16.4%) 3634 (17.0%) 30.5
CCA/Components/Arches/TransportEqns/ 26 (3.6%) 2059 (9.6%) 79.1
CCA/Components/MPMArches/ 4 (0.6%) 1667 (7.8%) 416.7
CCA/Components/Arches/SourceTerms/ 65 (9.0%) 1313 (6.1%) 20.2
CCA/Components/Arches/CoalModels/fortran/ 9 (1.2%) 670 (3.1%) 74.4
CCA/Components/Arches/CoalModels/ 73 (10.1%) 291 (1.4%) 3.9
CCA/Components/Arches/Radiation/ 19 (2.6%) 181 (0.8%) 9.5
R_Tester/ 15 (2.1%) 85 (0.4%) 5.6
CCA/Components/MPMArches/fortran/ 2 (0.3%) 31 (0.1%) 15.5
CCA/Components/Arches/fortran/ 14 (1.9%) 27 (0.1%) 1.9
CCA/Components/Arches/Radiation/fortran/ 10 (1.4%) 11 (0.1%) 1.1
CCA/Components/Solvers/ 2 (0.3%) 8 (0.0%) 4.0
CCA/Components/Arches/PropertyModels/ 12 (1.7%) 1 (0.0%) 0.0
CCA/Components/Arches/Mixing/ 6 (0.8%) 1 (0.0%) 0.1
CCA/Components/ 1 (0.1%) 1 (0.0%) 1.0
Core/Grid/BoundaryConditions/ 2 (0.3%) 0 (0.0%) 0.0

Activity of jthornoc

Most Recent Commits

jthornoc 2011-12-29 23:08 Rev.: 48059

Updating boundary condition types.

0 lines of code changed in 2 files:

  • CCA/Components/Arches: BoundaryCondition.cc (changed)
jthornoc 2011-12-23 19:57 Rev.: 48043

Allocating soot only if DORadiation model is active by the old enthalpy
solver or the new source term.

This will break some restart tests due to a change in variables in the
checkpoint.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (changed)
jthornoc 2011-12-23 02:58 Rev.: 48041

Initializing a couple of variables.

0 lines of code changed in 4 files:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (changed)
  • CCA/Components/Arches/SourceTerms: DORadiation.cc (new)
jthornoc 2011-12-21 12:25 Rev.: 48037

Minor reformatting...

4 lines of code changed in 1 file:

  • CCA/Components/Arches: ExplicitTimeInt.h (+4 -4)
jthornoc 2011-12-19 16:07 Rev.: 48025

Helping Tony sleep at nights:

Removing the redundant specification of the time integrator. Order is now set as:

<TimeIntegrator>
<ExplicitIntegrator order="..some string.."/>
</TimeIntegrator>

where ...some string... options (quoted items) are

foward euler = "first"
ssp rk2 = "second"
ssp rk3 = "third"

Updated script "updateUPS" to make these changes automatically for users.
Finally updated all input files and performed reformatting for consistency.

15 lines of code changed in 1 file:

  • CCA/Components/Arches: ExplicitSolver.cc (+15 -1)
jthornoc 2011-12-16 18:05 Rev.: 48021

Sign change needed for pressure boundary conditions due to upstream
change.
Fixed some minor formatting.
Move T-channel to MPMARCHES input file directory.

8 lines of code changed in 5 files:

  • CCA/Components/Arches: BoundaryCondition.cc (+2 -2), BoundaryCondition.h (+5 -5), MomentumSolver.cc (+1 -1)
jthornoc 2011-12-15 22:32 Rev.: 48016

Compute inlet properties correctly for ColdFlow case.

Also made "use_mixing_model" parameter optional. The default is false.

14 lines of code changed in 7 files:

  • CCA/Components/Arches: Arches.cc (+2 -1), Properties.cc (+1 -1)
  • CCA/Components/Arches/ChemMix: ColdFlow.cc (new), ColdFlow.h (new)
jthornoc 2011-12-13 17:56 Rev.: 47989

Missing requires for dt label...

4 lines of code changed in 1 file:

  • CCA/Components/Arches: ExplicitTimeInt.cc (+4)
jthornoc 2011-12-13 17:54 Rev.: 47988

Now passing a boolean to allocate on-the-fly for wasatch-ism.

20 lines of code changed in 2 files:

  • CCA/Components/Arches: ExplicitTimeInt.cc (+18 -3), ExplicitTimeInt.h (+2)
jthornoc 2011-12-13 17:53 Rev.: 47987

Added relax_type to the list of possible hypre parameters.

8 lines of code changed in 2 files:

  • CCA/Components/Solvers: HypreSolver.cc (new)
jthornoc 2011-12-13 16:17 Rev.: 47985

Adding a task interface to timeAvePhi.
Also passing vector<string> rather than vector<const VarLabel*> for this
interface and the fe_update interface committed earlier.

100 lines of code changed in 2 files:

  • CCA/Components/Arches: ExplicitTimeInt.cc (+81 -11), ExplicitTimeInt.h (+19 -5)
jthornoc 2011-12-13 11:01 Rev.: 47983

Added a task schedule interface to the single patch FE update.

91 lines of code changed in 2 files:

  • CCA/Components/Arches: ExplicitTimeInt.cc (+75), ExplicitTimeInt.h (+16)
jthornoc 2011-12-09 19:22 Rev.: 47975

Added the ability to load on src terms to the pressure projection.

147 lines of code changed in 5 files:

  • CCA/Components/Arches: ExplicitSolver.cc (+110 -31), PressureSolverV2.cc (new), PressureSolverV2.h (new)
jthornoc 2011-12-09 19:22 Rev.: 47974

Cleaned up some unused functions. Removed some empty MMS source term
calculations. Added access to <src> for the pressure solver.

14 lines of code changed in 10 files:

  • CCA/Components/Arches: ExplicitSolver.cc (-1), MomentumSolver.cc (-7), PressureSolverV2.cc (+11 -8), PressureSolverV2.h (+2 -6), ScalarSolver.cc (new), Source.cc (new), Source.h (new)
jthornoc 2011-12-05 18:49 Rev.: 47937

Added generalized momentum initializiation. Functions for initial velocity may now be easily added. Also added the Taylor-Green vortex input file which tests this new capability.

228 lines of code changed in 6 files:

  • CCA/Components/Arches: Arches.cc (+4), ExplicitSolver.cc (+9), ExplicitSolver.h (+5 -1), MomentumSolver.cc (+42), MomentumSolver.h (+159 -4), NonlinearSolver.h (+9)
jthornoc 2011-12-05 14:57 Rev.: 47933

Simplify by removing the switch statement in lieu of getFaceAxes.

2 lines of code changed in 1 file:

  • CCA/Components/Arches: BoundaryCond_new.cc (+2 -25)
jthornoc 2011-12-04 18:13 Rev.: 47929

Missed the y,z direction for areaFraction on the last commit.
Also, treating the extra cells more explicitly.

49 lines of code changed in 1 file:

  • CCA/Components/Arches: BoundaryCond_new.cc (+49 -3)
jthornoc 2011-12-02 18:18 Rev.: 47921

Fixed a bug where areaFraction values were accessed in Ghost cells when
ghost information was not present. This worked for some mysterious
reason on ember but segFaulted on Kraken.

1 lines of code changed in 1 file:

  • CCA/Components/Arches: BoundaryCond_new.cc (+1 -22)
jthornoc 2011-12-01 12:30 Rev.: 47901

Applying boundary conditions on dummy initialization. This may change
the answers in the MPMTests using new scalar solver information. Only
the boundary values at the first two timesteps should be effected.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/TransportEqns: ScalarEqn.cc (new)
jthornoc 2011-12-01 12:30 Rev.: 47900

Plugging a memory leak.

3 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+3)

(157 more)

Generated by StatSVN 0.4.0