/trunk/src Developers: jthornoc

Login name:
jthornoc
Total Commits:
642 (4.5%)
Lines of Code:
12,513 (5.0%)
Most Recent Commit:
2012-12-21 11:37
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 642 (100.0%) 12513 (100.0%) 19.4
CCA/Components/Arches/ 281 (43.8%) 5008 (40.0%) 17.8
CCA/Components/Arches/PropertyModels/ 55 (8.6%) 1644 (13.1%) 29.8
CCA/Components/Arches/ChemMix/ 71 (11.1%) 1333 (10.7%) 18.7
CCA/Components/Arches/SourceTerms/ 68 (10.6%) 1142 (9.1%) 16.7
CCA/Components/Arches/TransportEqns/ 54 (8.4%) 1066 (8.5%) 19.7
CCA/Components/Arches/water/ 2 (0.3%) 1002 (8.0%) 501.0
CCA/Components/Arches/WallHTModels/ 13 (2.0%) 581 (4.6%) 44.6
CCA/Components/Arches/Radiation/ 18 (2.8%) 366 (2.9%) 20.3
Core/Grid/BoundaryConditions/ 7 (1.1%) 82 (0.7%) 11.7
R_Tester/ 13 (2.0%) 80 (0.6%) 6.1
CCA/Components/MPMArches/ 4 (0.6%) 75 (0.6%) 18.7
CCA/Components/Examples/ 2 (0.3%) 53 (0.4%) 26.5
CCA/Components/Arches/CoalModels/ 41 (6.4%) 42 (0.3%) 1.0
CCA/Components/Models/Radiation/RMCRT/ 2 (0.3%) 20 (0.2%) 10.0
CCA/Components/Models/ 1 (0.2%) 7 (0.1%) 7.0
CCA/Components/Arches/Mixing/ 1 (0.2%) 7 (0.1%) 7.0
CCA/Components/MPMArches/fortran/ 4 (0.6%) 4 (0.0%) 1.0
include/sci_defs/ 2 (0.3%) 1 (0.0%) 0.5
StandAlone/water/ 2 (0.3%) 0 (0.0%) 0.0
CCA/Components/Arches/fortran/ 1 (0.2%) 0 (0.0%) 0.0

Activity of jthornoc

Most Recent Commits

jthornoc 2012-12-21 11:37 Rev.: 49758

Adding a wall HT model that only executes on geometry within a specific
geometric region.

0 lines of code changed in 6 files:

  • CCA/Components/Arches: BoundaryCondition.cc (changed)
  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (changed), WallModelDriver.h (new)
jthornoc 2012-12-20 09:35 Rev.: 49756

Updates to the wall heat tranfer model framework, including putting it into
production mode.

Removing the <const_wall_temperature> spec from the new DORadiation
model. This was confusing and actually clashed with the
SolidWallTemperature spec in the <BoundaryConditions> section of the
input file. It is now on the user to specify BC's for the
SolidWallTemperature values if they want something other than the
resultant temperature from the indep. var space.

Updating some input files to be consistent with the new spec.

Local RT is reporting that methane_jet.ups will fail, but the
differences are in the noise.

115 lines of code changed in 14 files:

  • CCA/Components/Arches: ExplicitSolver.cc (+15), ExplicitSolver.h (+5 -7)
  • CCA/Components/Arches/PropertyModels: ConstProperty.h (+1 -1)
  • CCA/Components/Arches/Radiation: DORadiationModel.cc (new), DORadiationModel.h (+7 -1)
  • CCA/Components/Arches/SourceTerms: DORadiation.cc (+1 -2)
  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+54 -52), WallModelDriver.h (+2 -2)
jthornoc 2012-12-19 02:34 Rev.: 49749

Adding a new test.

4 lines of code changed in 1 file:

  • R_Tester: ARCHES.py (+4)
jthornoc 2012-12-19 02:33 Rev.: 49748

Cleaning up the westbrook/dryer model.

0 lines of code changed in 6 files:

  • CCA/Components/Arches: IntrusionBC.h (changed)
  • CCA/Components/Arches/SourceTerms: WestbrookDryer.cc (changed), WestbrookDryer.h (changed)
jthornoc 2012-12-18 05:23 Rev.: 49739

Getting the Arches/RMCRT input file to work, which includes interacing to radProps.

Turning back on the constantMMS input file for local tests.

1 lines of code changed in 1 file:

  • R_Tester: ARCHES.py (+1 -1)
jthornoc 2012-12-18 04:43 Rev.: 49738

Merging two lines.

0 lines of code changed in 6 files:

  • CCA/Components/Arches: Arches.cc (changed), IntrusionBC.cc (changed)
  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (new)
jthornoc 2012-12-18 03:41 Rev.: 49737

Git problems...recommitting code that was mistakenly removed.

6 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+6 -6)
jthornoc 2012-12-18 02:54 Rev.: 49736

Revert "Fixing some faulty logic."

This reverts commit c4499c3016c5ef09e50c869f13d7b6f75bc46a01.

4 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+4 -6)
jthornoc 2012-12-18 02:42 Rev.: 49735

Fix some faulty logic.

6 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+6 -4)
jthornoc 2012-12-18 02:38 Rev.: 49734

Schedule the intrusion information to be printed. This allows for inlet
areas to be printed.

53 lines of code changed in 3 files:

  • CCA/Components/Arches: BoundaryCondition.cc (+1), IntrusionBC.cc (+41 -5), IntrusionBC.h (+11 -3)
jthornoc 2012-12-18 02:37 Rev.: 49733

Comments.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/TransportEqns: EqnBase.h (changed)
jthornoc 2012-12-18 01:37 Rev.: 49732

Squash another warning.

Stop saving reduction variables in several UPS files.

14 lines of code changed in 1 file:

  • CCA/Components/Arches: ExplicitSolver.cc (+14 -14)
jthornoc 2012-12-17 05:19 Rev.: 49714

Squash a warning.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+1 -1)
jthornoc 2012-12-17 05:15 Rev.: 49713

Turns out that the reset on the Iterator didn't work. Trying another method for bulletproofing.

6 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+6 -4)
jthornoc 2012-12-17 01:55 Rev.: 49712

Resetting the iterator out of paranoia.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+1)
jthornoc 2012-12-17 01:36 Rev.: 49711

Removed an exception from ClassicTableInterface.
It appears that the patch is returning BC children that don't actually have
an iterator on the patch. This is causing problems for some of the coal runs.

Removed a debug print statement from CharOxidationShaddix.

Formatted and changed patch layout -- to a more realistic layout -- given the
current resolution. Also reformatted the file.

1 lines of code changed in 3 files:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+1 -3)
  • CCA/Components/Arches/CoalModels: CharOxidationShaddix.cc (new)
jthornoc 2012-12-14 10:49 Rev.: 49702

Moving a print statement so that mass flow rate actually has a real
value.

6 lines of code changed in 1 file:

  • CCA/Components/Arches: BoundaryCondition.cc (+6 -5)
jthornoc 2012-12-14 07:25 Rev.: 49700

Deleting the boundary condition object.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModels: HeatLoss.cc (changed)
jthornoc 2012-12-13 11:44 Rev.: 49693

Fix a bug when assigning the velocity component to the intrusion for
mass_flow.
Added some comments to the spec.

3 lines of code changed in 1 file:

  • CCA/Components/Arches: IntrusionBC.cc (+3 -2)
jthornoc 2012-12-13 10:55 Rev.: 49692

Doxygen comments in PhysicalConstants.h.
Fixed a bug in intrusionbc where in the density wasnt being set
properly.

53 lines of code changed in 4 files:

  • CCA/Components/Arches: IntrusionBC.cc (+37), IntrusionBC.h (+3), PhysicalConstants.h (+13 -60)

(158 more)

Generated by StatSVN 0.7.0