/trunk/src Developers: borodai

Login name:
borodai
Total Commits:
280 (5.8%)
Lines of Code:
4876 (6.4%)
Most Recent Commit:
2007-08-01 15:29

Activity by Clock Time

Activity by Hour of Day for borodai

Activity by Day of Week for borodai

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 280 (100.0%) 4876 (100.0%) 17.4
Packages/Uintah/CCA/Components/Arches/ 245 (87.5%) 4206 (86.3%) 17.1
Packages/Uintah/StandAlone/ 4 (1.4%) 542 (11.1%) 135.5
Packages/Uintah/CCA/Components/Arches/Mixing/ 19 (6.8%) 89 (1.8%) 4.6
Packages/Uintah/CCA/Components/MPMArches/ 2 (0.7%) 17 (0.3%) 8.5
Packages/Uintah/StandAlone/tools/extractors/ 1 (0.4%) 12 (0.2%) 12.0
Packages/Uintah/CCA/Components/Arches/fortran/ 6 (2.1%) 10 (0.2%) 1.6
Packages/Uintah/CCA/Components/MPMArches/fortran/ 1 (0.4%) 0 (0.0%) 0.0
Packages/Uintah/CCA/Components/Arches/Radiation/ 2 (0.7%) 0 (0.0%) 0.0

Activity of borodai

Most Recent Commits

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)
borodai 2007-06-29 13:42 Rev.: 37926

Removed Kumar's arrass.

0 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPMArches/fortran: arrass.F (del)
borodai 2007-06-13 15:12 Rev.: 37791

Warn when heat loss exceeds actual table bounds,
not theoretical -1 to 1 bounds.

5 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Arches/Mixing: NewStaticMixingTable.cc (+5 -3)
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)
borodai 2007-05-31 14:44 Rev.: 37674

Now ugly cylinder from MPMArches can be replaced by better one
using intrusions. Also, flow inlets now can have optional portions
of the computational domain specified, which would be initialised
to the same values as inlet. This can be useful for prefilling the flare
pipes and to get crosswind everywhere from get go. Example ups file
is attached.

249 lines of code changed in 13 files:

  • Packages/Uintah/CCA/Components/Arches: Arches.cc (+1), BoundaryCondition.cc (+207 -13), BoundaryCondition.h (+18 -1), EnthalpySolver.cc (+2 -2), MomentumSolver.cc (+4 -4), PressureSolver.cc (+2 -2), Properties.cc (+2 -2), ScalarSolver.cc (+2 -2), sub.mk (+1)
  • Packages/Uintah/CCA/Components/Arches/fortran: get_ramping_factor.F (new 6), get_ramping_factor.fspec (new 1), sub.mk (+3 -1)
borodai 2007-05-17 11:06 Rev.: 37570

Fixed soot model. Now reading stream properties from table.

72 lines of code changed in 11 files:

  • Packages/Uintah/CCA/Components/Arches: BoundaryCondition.cc (+4 -1), Properties.cc (+11 -9), Properties.h (+5 -1)
  • Packages/Uintah/CCA/Components/Arches/Mixing: ColdflowMixingModel.h (new), MixingModel.h (+3), NewStaticMixingTable.cc (+14 -49), NewStaticMixingTable.h (+11 -2), StandardTable.h (new)
borodai 2007-05-15 15:23 Rev.: 37555

Don't check true&&true

4 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Arches: MomentumSolver.cc (+4 -8)
borodai 2007-05-15 15:12 Rev.: 37552

Use corrected velocity for EKT.

154 lines of code changed in 7 files:

  • Packages/Uintah/CCA/Components/Arches: ArchesLabel.cc (+12 -3), ArchesLabel.h (+3 -11), ExplicitSolver.cc (+8 -5), MomentumSolver.cc (+109 -27), MomentumSolver.h (new), PicardNonlinearSolver.cc (+6 -3)
borodai 2007-05-10 12:35 Rev.: 37527

Cleaned up cellinfo mess. Only compute it once per run, then carry
forward. Don't allow just any part of code needing it to compute it.

181 lines of code changed in 25 files:

  • Packages/Uintah/CCA/Components/Arches: Arches.cc (+15 -26), BoundaryCondition.cc (+10 -15), CompDynamicProcedure.cc (+13 -19), CompLocalDynamicProcedure.cc (new), EnthalpySolver.cc (+6 -11), ExplicitSolver.cc (+24 -37), IncDynamicProcedure.cc (+14 -21), MomentumSolver.cc (+5 -10), OdtClosure.cc (new), PicardNonlinearSolver.cc (+17 -20), PressureSolver.cc (+5 -14), Properties.cc (+3 -4), ReactiveScalarSolver.cc (+6 -8), ScalarSolver.cc (+6 -8), ScaleSimilarityModel.cc (+9 -10), SmagorinskyModel.cc (+11 -14), TurbulenceModel.cc (+4 -4)
  • Packages/Uintah/CCA/Components/MPMArches: MPMArches.cc (+11 -8)
borodai 2007-05-08 14:24 Rev.: 37516

removed some things for really old BC implementation
removed long time ago.

3 lines of code changed in 7 files:

  • Packages/Uintah/CCA/Components/Arches: ArchesConstVariables.h (new), ArchesVariables.h (-1), EnthalpySolver.cc (-36), ReactiveScalarSolver.cc (+2 -36), ScalarSolver.cc (+1 -35)
borodai 2007-04-23 13:59 Rev.: 37383

Based ob Bryan's idea, make MPMArches actually work.

6 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPMArches: MPMArches.cc (+6 -3)
borodai 2007-04-19 15:53 Rev.: 37358

Fixed spelling.

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Arches: ExplicitSolver.cc (+1 -1)

(27 more)

Generated by StatSVN 0.4.0