/trunk/src Developers: jthornoc

Login name:
jthornoc
Total Commits:
49 (1.0%)
Lines of Code:
2930 (3.9%)
Most Recent Commit:
2007-12-11 13:35

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 49 (100.0%) 2930 (100.0%) 59.7
Packages/Uintah/CCA/Components/Arches/ 31 (63.3%) 2705 (92.3%) 87.2
Packages/Uintah/CCA/Components/Arches/Mixing/ 6 (12.2%) 225 (7.7%) 37.5
include/sci_defs/ 2 (4.1%) 0 (0.0%) 0.0
Core/SystemCall/ 2 (4.1%) 0 (0.0%) 0.0
Core/Geom/ 2 (4.1%) 0 (0.0%) 0.0
/ 6 (12.2%) 0 (0.0%) 0.0

Activity of jthornoc

Most Recent Commits

jthornoc 2007-12-11 13:35 Rev.: 39573

Added MOMColdflowMixingModel.cc

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Arches/Mixing: sub.mk (changed)
jthornoc 2007-12-11 13:22 Rev.: 39572

Added cell volume to parameters of the inlet stream for the mixing model.

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Arches/Mixing: InletStream.h (changed)
jthornoc 2007-12-11 12:32

Adding support for computing density from a moment (extra scalar).

0 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Components/Arches: ExtraScalarSolver.cc (new), ExtraScalarSolver.h (new)
jthornoc 2007-12-11 12:17 Rev.: 39565

Added method of moment coldflow mixing model support.

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Arches: Properties.cc (new)
jthornoc 2007-12-11 12:14 Rev.: 39564

Computes density from a user defined moment. Cold Flow only.

147 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Arches/Mixing: MOMColdflowMixingModel.h (new 147)
jthornoc 2007-12-11 12:13 Rev.: 39563

Computes density from a user defined moment. Only useful for cold flow cases.

78 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Arches/Mixing: MOMColdflowMixingModel.cc (new 78)
jthornoc 2007-12-06 18:04 Rev.: 39544


Mostly Mac OSX Leopard fixes...

M include/sci_defs/ogl_testdefs.h.in

Add in a define for Mac OSX Lepard as the only thing built in is
__APPLE__ and that isn't specific enough.

M Core/SystemCall/SystemCallManager.cc

#include <signal.h> which is required for killpg().

M Core/Geom/DrawInfoOpenGL.cc

Side step hack for fixing GL call under 10.4. (It seems to be fixed in 10.5).

M configure.ac
M configure

Fix pwd check. (BTW, pwd is broken under Leopard (doesn't give
physcial path... sigh).) Check to see if we are using Leopard. Add
in OpenGL hack for Leopard. Add in a define for Mac OSX Leopard
because the only thin built in is __APPLE__ and that isn't specific
enough.

M configVars.mk.in

Use the Leopard Hack.

0 lines of code changed in 12 files:

  • configVars.mk.in (changed), configure (new), configure.ac (new)
  • Core/Geom: DrawInfoOpenGL.cc (new)
  • Core/SystemCall: SystemCallManager.cc (new)
  • include/sci_defs: ogl_testdefs.h.in (new)
jthornoc 2007-04-02 13:18 Rev.: 37207

Added more MMS capability to ARCHES. At this commit, the code seemed to show 2nd order spatial convergence. However, the time step was minimized, not eliminated. The time error and spatial error should be separated in future commits.

2705 lines of code changed in 25 files:

  • Packages/Uintah/CCA/Components/Arches: Arches.cc (+363 -11), Arches.h (+3), ArchesConstVariables.h (+4), ArchesLabel.cc (+164), ArchesLabel.h (+47), ArchesVariables.h (+5), BoundaryCondition.cc (+1121), BoundaryCondition.h (+75), Discretization.cc (+2 -1), Discretization.h (+7), ExplicitSolver.cc (+539 -2), ExplicitSolver.h (+20), MomentumSolver.cc (+57 -3), PressureSolver.cc (+2 -1), Properties.cc (+2 -1), RHSSolver.cc (new), RHSSolver.h (new), ScalarSolver.cc (+1 -1), Source.cc (+45 -22), Source.h (+9 -4), TimeIntegratorLabel.h (+120)
Generated by StatSVN 0.4.0