/trunk/src Developers: borodai

Login name:
borodai
Total Commits:
182 (0.7%)
Lines of Code:
1676 (0.2%)
Most Recent Commit:
2005-11-30 17:48

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 182 (100.0%) 1676 (100.0%) 9.2
Packages/Uintah/CCA/Components/Arches/ 131 (72.0%) 1479 (88.2%) 11.2
Packages/Uintah/CCA/Components/Arches/Mixing/ 30 (16.5%) 78 (4.7%) 2.6
Packages/Uintah/CCA/Components/ICE/ 2 (1.1%) 64 (3.8%) 32.0
Packages/Uintah/CCA/Components/Models/Radiation/fortran/ 6 (3.3%) 16 (1.0%) 2.6
Packages/Uintah/CCA/Components/ICE/CustomBCs/ 1 (0.5%) 16 (1.0%) 16.0
Packages/Uintah/CCA/Components/Models/Radiation/ 3 (1.6%) 9 (0.5%) 3.0
Packages/Uintah/Dataflow/Modules/Operators/ 1 (0.5%) 7 (0.4%) 7.0
Packages/Uintah/CCA/Components/Models/test/ 2 (1.1%) 2 (0.1%) 1.0
Packages/Uintah/CCA/Components/DataArchiver/ 1 (0.5%) 2 (0.1%) 2.0
Packages/Uintah/CCA/Components/Arches/fortran/ 4 (2.2%) 2 (0.1%) 0.5
Packages/Uintah/Core/Grid/ 1 (0.5%) 1 (0.1%) 1.0

Activity of borodai

Most Recent Commits

borodai 2005-11-30 17:48 Rev.: 32679

Noise removal

7 lines of code changed in 5 files:

  • Packages/Uintah/CCA/Components/Arches/Mixing: NewStaticMixingTable.cc (+2 -1), StandardTable.cc (new), StaticMixingTable.cc (+2 -1)
borodai 2005-11-30 15:26 Rev.: 32672

Bug fix

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Arches: ExplicitSolver.cc (changed)
borodai 2005-11-30 15:02 Rev.: 32671

l2up seems to work. Flux limiters do not, do not
even try.

745 lines of code changed in 66 files:

  • Packages/Uintah/CCA/Components/Arches: Arches.cc (+50 -40), Arches.h (new), ArchesLabel.cc (+9), ArchesLabel.h (new), BoundaryCondition.cc (+8 -13), Discretization.cc (+5 -3), Discretization.h (new), EnthalpySolver.cc (new), EnthalpySolver.h (+6), ExplicitSolver.cc (+201 -213), ExplicitSolver.h (new), NonlinearSolver.h (+2), PicardNonlinearSolver.cc (new), PicardNonlinearSolver.h (+16), Properties.cc (new), Properties.h (+6 -1), ReactiveScalarSolver.cc (new), ReactiveScalarSolver.h (new), ScalarSolver.cc (new), ScalarSolver.h (+2), ThermalNOxSolver.cc (+1 -1), TimeIntegratorLabel.h (new)
  • Packages/Uintah/CCA/Components/Arches/Mixing: ColdflowMixingModel.h (new), FlameletMixingModel.h (+4), MeanMixingModel.cc (+1), MeanMixingModel.h (+5), MixingModel.h (new), NewStaticMixingTable.cc (+8), NewStaticMixingTable.h (+4), PDFMixingModel.h (new), StandardTable.cc (+12), StandardTable.h (new), StaticMixingTable.cc (+8), StaticMixingTable.h (+4), SteadyFlameletsTable.h (+4)
borodai 2005-09-07 12:57 Rev.: 31913

Fixed radiation source for solid. Now it is zero inside the
solid. changed some hardcoded values to increase precision.
S6 DO has some weird constants. FIxed requires for vol_frac.

25 lines of code changed in 9 files:

  • Packages/Uintah/CCA/Components/Models/Radiation: Models_DORadiationModel.cc (+3 -1), RadiationDriver.cc (+6 -1)
  • Packages/Uintah/CCA/Components/Models/Radiation/fortran: m_radcoef.F (new), m_radcoef.fspec (new), m_rordr.F (new)
borodai 2005-08-24 15:51 Rev.: 31694

Include extra cells for tableValue calculation so that
BCs would be set properly.

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Models/test: AdiabaticTable.cc (+1 -1)
borodai 2005-08-23 15:45 Rev.: 31659

fix for l2up

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Arches/fortran: mascal_scalar.F (changed)
borodai 2005-08-18 15:58 Rev.: 31568

It is a good idea to keep old patch spec functionality working

1 lines of code changed in 1 file:

  • Packages/Uintah/Core/Grid: Grid.cc (+1)
borodai 2005-08-12 14:05 Rev.: 31505

Keeping it alive.

20 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Arches: PicardNonlinearSolver.cc (+20 -11)
borodai 2005-08-01 13:56 Rev.: 31350

Allow for some noise while checking scalar bounds.

31 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Components/Arches: Properties.cc (+20 -10), ScalarSolver.cc (+9 -4)
  • Packages/Uintah/CCA/Components/Arches/fortran: explicit.F (new)
borodai 2005-07-06 15:59 Rev.: 31025

4 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Arches/Mixing: NewStaticMixingTable.cc (+4 -2)
borodai 2005-06-08 13:35 Rev.: 30608

Correctly check for empty data from input port.
Dav.

7 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/Modules/Operators: VectorFieldOperator.cc (+7 -1)
borodai 2005-05-26 11:22 Rev.: 30393

Forgot, Todd doesn't like tabs

19 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/ICE: BoundaryCond.cc (+19 -19)
borodai 2005-05-26 11:17 Rev.: 30392

Fixed hyrostatic pressure adjustment BC for Dirichlet and Neumann BCs

45 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/ICE: BoundaryCond.cc (+45 -16)
borodai 2005-05-17 12:49 Rev.: 30244

Brought ups file up to date. Improved check for absence of density and pressure reference point.

8 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Arches: PressureSolver.cc (+8 -12)
borodai 2005-05-13 13:33 Rev.: 30173

Uniform interpolator fix

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Models/test: ArchesTable.cc (+1 -1)
borodai 2005-05-12 16:35 Rev.: 30162

Otherwise, muse SIGBUSes

16 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/ICE/CustomBCs: C_BC_driver.cc (+16 -8)
borodai 2005-05-12 11:55 Rev.: 30155

Fixed muse compile

2 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/DataArchiver: DataArchiver.cc (+2 -2)
borodai 2005-04-21 12:41 Rev.: 29896

Added functionality to recompute turbulence model only for the first substep
of RK and/or only at Nth timestep. This is just for testing purposes.
One has to set <turbModelCalcForAllRKSteps> tag in ExplicitSolver section
to control turbulence model recomputation in RK, and set <turbModelCalcFreq> in
ExplicitSolver section AND <recompileTaskgraph> to true in Arches section
to get turbulence model recomputation only at Nth timestep.

12 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Components/Arches: Arches.cc (+2 -2), Arches.h (+1 -1), ExplicitSolver.cc (+6 -1), ExplicitSolver.h (+3)
borodai 2005-04-12 15:51 Rev.: 29777

Things from unfinished Arches ups files cleanup. Just to sync my desktop to
cvs before it goes down

194 lines of code changed in 21 files:

  • Packages/Uintah/CCA/Components/Arches: Arches.cc (+19 -21), Arches.h (+1 -1), BoundaryCondition.cc (+2 -2), BoundaryCondition.h (new), CompDynamicProcedure.cc (new), CompLocalDynamicProcedure.cc (+57 -59), EnthalpySolver.cc (+5 -6), PhysicalConstants.cc (new), PhysicalConstants.h (+6 -5), PressureSolver.cc (+3 -3), PressureSolver.h (+1 -1), Properties.cc (+25 -20), Properties.h (+5 -3), TurbulenceModel.h (+3 -3)
  • Packages/Uintah/CCA/Components/Arches/Mixing: StaticMixingTable.cc (+6 -10)
borodai 2005-04-11 11:41 Rev.: 29765

Otherwise, Gao gets confused

73 lines of code changed in 42 files:

  • Packages/Uintah/CCA/Components/Arches: Arches.cc (-2), Arches.h (+3), ArchesConstVariables.h (+4 -2), BoundaryCondition.h (+1), CellInformation.h (new), CompDynamicProcedure.h (new), Discretization.h (+3), EnthalpySolver.h (+3), ExplicitSolver.h (+1), Filter.h (new), IncDynamicProcedure.h (+3), LinearSolver.h (new), MomentumSolver.h (new), NonlinearSolver.h (+3), PetscSolver.h (new), PhysicalConstants.h (+3), PicardNonlinearSolver.h (+2 -1), PressureSolver.h (+3), Properties.h (+3), RBGSSolver.h (new), ReactiveScalarSolver.h (+3), ScalarSolver.h (+3), ScaleSimilarityModel.cc (+2 -29), ScaleSimilarityModel.h (new), SmagorinskyModel.h (new), Source.h (+3), Stencil.h (new), TurbulenceModel.h (+4 -10)

(3 more)

Generated by StatSVN 0.4.0