Directory Packages/Uintah/CCA/Components/Arches/

Total Files:
59
Deleted Files:
0
Lines of Code:
40824

[root]/Packages/Uintah/CCA/Components/Arches
                        directory in repo Mixing (12 files, 2482 lines)
                        directory in repo Radiation (2 files, 1361 lines)
                            directory in repo fortran (2 files, 535 lines)
                        directory in repo fortran (8 files, 1089 lines)

Lines of Code

Packages/Uintah/CCA/Components/Arches/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 299 (100.0%) 7389 (100.0%) 24.7
borodai 245 (81.9%) 4206 (56.9%) 17.1
jthornoc 31 (10.4%) 2705 (36.6%) 87.2
sbrown 6 (2.0%) 384 (5.2%) 64.0
cthurston 6 (2.0%) 87 (1.2%) 14.5
luitjens 8 (2.7%) 4 (0.1%) 0.5
dav 3 (1.0%) 3 (0.0%) 1.0

Most Recent Commits

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)
sbrown 2007-09-11 10:49 Rev.: 38655

Speling.

16 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Arches: Properties.cc (+16 -16)
sbrown 2007-09-11 10:24 Rev.: 38653

Read in and compute twenty sulfur species from table.

368 lines of code changed in 5 files:

  • Packages/Uintah/CCA/Components/Arches: ArchesLabel.cc (+44), ArchesLabel.h (new), Properties.cc (+302 -4)
luitjens 2007-09-10 09:52 Rev.: 38643

Fixed a couple minor memory leaks in Arches and one major memory leak in MPM.


0 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Components/Arches: Filter.cc (changed), PetscSolver.cc (changed)
luitjens 2007-09-05 08:59 Rev.: 38596

new->scinew

2 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Arches: Filter.cc (+1 -1), PetscSolver.cc (+1 -1)
luitjens 2007-09-05 08:42 Rev.: 38594

new->scinew

2 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Arches: BoundaryCondition.cc (new)
borodai 2007-08-01 15:29 Rev.: 38252

Make only creation method in factory static.

7 lines of code changed in 5 files:

  • Packages/Uintah/CCA/Components/Arches: ExtraScalarSolver.cc (+1 -1), ExtraScalarSrcFactory.cc (new), ExtraScalarSrcFactory.h (new)
borodai 2007-08-01 15:10 Rev.: 38249

Made factory for extra scalar sources.

85 lines of code changed in 13 files:

  • Packages/Uintah/CCA/Components/Arches: ExtraScalarSolver.cc (+3 -7), ExtraScalarSrc.cc (new), ExtraScalarSrc.h (new), ExtraScalarSrcFactory.cc (+38), ExtraScalarSrcFactory.h (+33), ZeroExtraScalarSrc.cc (+1 -4), ZeroExtraScalarSrc.h (new), sub.mk (new)
borodai 2007-08-01 11:43 Rev.: 38242

Added sources computation for extra scalars.
Provided zero source as an example.

317 lines of code changed in 7 files:

  • Packages/Uintah/CCA/Components/Arches: ExtraScalarSolver.cc (+30), ExtraScalarSolver.h (+6 -1), ExtraScalarSrc.cc (+23), ExtraScalarSrc.h (+74), ZeroExtraScalarSrc.cc (+101), ZeroExtraScalarSrc.h (+81), sub.mk (+2)
borodai 2007-07-23 14:42 Rev.: 38169

BCs and prefill now work for extra scalars.

238 lines of code changed in 10 files:

  • Packages/Uintah/CCA/Components/Arches: Arches.cc (+2), BoundaryCondition.cc (+147 -2), BoundaryCondition.h (new), ExtraScalarSolver.cc (+2 -2), ExtraScalarSolver.h (+3), Properties.cc (+68 -25), Properties.h (new)
borodai 2007-07-20 16:38 Rev.: 38165

Added extra scalar initialization. Still needs BCs
and sources.

128 lines of code changed in 14 files:

  • Packages/Uintah/CCA/Components/Arches: Arches.cc (+41 -1), Arches.h (new), BoundaryCondition.h (+9), ExplicitSolver.cc (new), ExplicitSolver.h (new), ExtraScalarSolver.cc (+44 -57), ExtraScalarSolver.h (+15 -4), NonlinearSolver.h (new), PicardNonlinearSolver.h (new)
borodai 2007-07-19 16:10 Rev.: 38152

Forgot to add these.

988 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Arches: ExtraScalarSolver.cc (+786), ExtraScalarSolver.h (+202)
borodai 2007-07-19 16:10 Rev.: 38151

Beginning of extra scalar support. Does
not work in any form yet.

40 lines of code changed in 7 files:

  • Packages/Uintah/CCA/Components/Arches: Arches.cc (+4), Arches.h (+1), ExplicitSolver.cc (+22), ExplicitSolver.h (+8), NonlinearSolver.h (+2), PicardNonlinearSolver.h (+2), sub.mk (+1)
borodai 2007-07-18 16:46 Rev.: 38130

Fixed prefill. Thanks to Alessandro for finding it.

15 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Arches: BoundaryCondition.cc (+15 -6)
borodai 2007-07-09 12:40 Rev.: 37998

Removed unnecessary parameter.

10 lines of code changed in 19 files:

  • Packages/Uintah/CCA/Components/Arches: EnthalpySolver.cc (new), ExplicitSolver.cc (+1 -1), MomentumSolver.cc (new), PicardNonlinearSolver.cc (+1 -1), PressureSolver.cc (new), PressureSolver.h (new), ReactiveScalarSolver.cc (new), ScalarSolver.cc (+1 -1), Source.cc (+2 -4), Source.h (new)
dav 2007-07-03 16:13 Rev.: 37970

Indention

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Arches: Filter.h (changed)
borodai 2007-06-11 12:23 Rev.: 37757

Properly create flow rate label names.

5 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Arches: BoundaryCondition.cc (+5 -2)
dav 2007-06-04 15:43 Rev.: 37705

Commented out unused vars

3 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Arches: BoundaryCondition.cc (+3 -3)
cthurston 2007-06-04 14:16 Rev.: 37700

Added sulfur balance computation.
Added ability to track elemental sulfur.

87 lines of code changed in 6 files:

  • Packages/Uintah/CCA/Components/Arches: ArchesLabel.cc (+9), ArchesLabel.h (+3), BoundaryCondition.cc (+43 -1), BoundaryCondition.h (+6 -1), ExplicitSolver.cc (+6), Properties.cc (+20)

(29 more)

Generated by StatSVN 0.4.0