/trunk/src Developers: borodai

Login name:
borodai
Total Commits:
656 (3.1%)
Lines of Code:
5441 (1.3%)
Most Recent Commit:
2006-12-07 15:33

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 656 (100.0%) 5441 (100.0%) 8.2
Packages/Uintah/CCA/Components/Arches/ 320 (48.8%) 4084 (75.1%) 12.7
Packages/Uintah/CCA/Components/Arches/fortran/ 255 (38.9%) 1012 (18.6%) 3.9
Packages/Uintah/CCA/Components/Models/Radiation/ 14 (2.1%) 125 (2.3%) 8.9
Packages/Uintah/CCA/Components/Arches/Mixing/ 31 (4.7%) 119 (2.2%) 3.8
Packages/Uintah/Dataflow/Modules/Operators/ 2 (0.3%) 34 (0.6%) 17.0
Packages/Uintah/Dataflow/Modules/Operators/MMS/ 5 (0.8%) 19 (0.3%) 3.8
Packages/Uintah/CCA/Components/MPMArches/ 3 (0.5%) 17 (0.3%) 5.6
Packages/Uintah/CCA/Components/Arches/Radiation/ 15 (2.3%) 16 (0.3%) 1.0
Packages/Uintah/CCA/Components/ICE/ 3 (0.5%) 7 (0.1%) 2.3
Packages/Uintah/CCA/Components/ICE/CustomBCs/ 4 (0.6%) 4 (0.1%) 1.0
Packages/Uintah/Core/Grid/ 1 (0.2%) 3 (0.1%) 3.0
Packages/Uintah/Dataflow/Modules/Selectors/ 2 (0.3%) 1 (0.0%) 0.5
Core/CCA/tools/scim/pdt/ 1 (0.2%) 0 (0.0%) 0.0

Activity of borodai

Most Recent Commits

borodai 2006-12-07 15:33 Rev.: 36028

Fixed positionToIndex for stretched grid.

3 lines of code changed in 1 file:

  • Packages/Uintah/Core/Grid: Level.cc (+3 -3)
borodai 2006-11-10 16:45 Rev.: 35841

Print all the indexes if diffusion coefficients are negative (garbage),
not just one of them.

0 lines of code changed in 8 files:

  • Packages/Uintah/CCA/Components/Arches/fortran: scalcoef.F (changed), uvelcoef.F (changed), vvelcoef.F (new), wvelcoef.F (changed)
borodai 2006-11-10 16:20 Rev.: 35840

Fixed viscosity interpolation and FC variable filtering for nonuniform grid.

588 lines of code changed in 40 files:

  • Packages/Uintah/CCA/Components/Arches: CellInformation.cc (new), CellInformation.h (new), CompDynamicProcedure.cc (new), Discretization.cc (new), EnthalpySolver.cc (new), MomentumSolver.cc (+2 -2), ReactiveScalarSolver.cc (+4 -4), ScalarSolver.cc (+4 -4)
  • Packages/Uintah/CCA/Components/Arches/fortran: bcscalar.F (+17 -16), bcuvel.F (+2 -1), bcvvel.F (new), bcwvel.F (new), cellg.F (new), cellg.fspec (+10), scalcoef.F (+44 -12), scalcoef.fspec (+11 -1), uvelcoef.F (+46 -14), uvelcoef.fspec (new), vvelcoef.F (+46 -14), vvelcoef.fspec (new), wvelcoef.F (+48 -18), wvelcoef.fspec (new)
borodai 2006-11-08 14:38 Rev.: 35822

Fixed uninitialized value. Thanks Jeremy for pointing this out.

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Arches: Properties.cc (new)
borodai 2006-11-01 15:55 Rev.: 35747

Fixed z indexing. Thanks to Jeremy for pointing this out.

3 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Arches: CellInformation.cc (+3 -2)
borodai 2006-10-27 13:09 Rev.: 35707

Fixed CC velocity initialization for nonuniform grid.

48 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Arches: Arches.cc (+48 -42)
borodai 2006-10-27 12:06 Rev.: 35706

Fixed compiler errors.

2 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/Arches: CompDynamicProcedure.cc (+1 -2), IncDynamicProcedure.cc (+1 -1)
borodai 2006-10-27 12:01 Rev.: 35705

More nonuniform grid support for strain rate tensor computation

230 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Components/Arches: CompDynamicProcedure.cc (+183 -225), IncDynamicProcedure.cc (+39 -48)
  • Packages/Uintah/CCA/Components/Arches/fortran: scalarvarmodel.F (new)
borodai 2006-10-27 11:08 Rev.: 35703

More work on nonuniform grid support. Fortran loops implementation for
dynamic models is not used anyway, so it is removed.

54 lines of code changed in 36 files:

  • Packages/Uintah/CCA/Components/Arches: CompDynamicProcedure.cc (-99), ExplicitSolver.cc (+3 -8), IncDynamicProcedure.cc (-29), SmagorinskyModel.cc (+18 -2), sub.mk (-11)
  • Packages/Uintah/CCA/Components/Arches/fortran: comp_dynamic_1loop.F (del), comp_dynamic_1loop.fspec (del), comp_dynamic_2loop.F (del), comp_dynamic_2loop.fspec (del), comp_dynamic_3loop.F (del), comp_dynamic_3loop.fspec (del), comp_dynamic_4loop.F (del), comp_dynamic_4loop.fspec (del), comp_dynamic_5loop.F (del), comp_dynamic_5loop.fspec (del), comp_dynamic_6loop.F (del), comp_dynamic_6loop.fspec (del), comp_dynamic_7loop.F (del), comp_dynamic_7loop.fspec (del), comp_dynamic_8loop.F (del), comp_dynamic_8loop.fspec (del), inc_dynamic_1loop.F (del), inc_dynamic_1loop.fspec (del), inc_dynamic_2loop.F (del), inc_dynamic_2loop.fspec (del), inc_dynamic_3loop.F (del), inc_dynamic_3loop.fspec (del), smagmodel.F (new), smagmodel.fspec (new), sub.mk (new)
borodai 2006-10-26 16:33 Rev.: 35701

Nonuniform grid support for strain rate tensor. Not done
everywhere yet.

371 lines of code changed in 13 files:

  • Packages/Uintah/CCA/Components/Arches: CellInformation.cc (+8 -2), CellInformation.h (+1 -1), CompDynamicProcedure.cc (+110 -120), Discretization.cc (+3 -3), ExplicitSolver.cc (+121 -137), PicardNonlinearSolver.cc (new)
  • Packages/Uintah/CCA/Components/Arches/fortran: scalcoef.F (+2 -2), scalcoef.fspec (+1 -1), uvelcoef.F (+1 -1), uvelcoef.fspec (+1 -1), wvelcoef.F (+2 -2), wvelcoef.fspec (+1 -1)
borodai 2006-10-26 12:19 Rev.: 35699

Cell information now works in parallel for nouniform grid.
Pressure projection seems to work for nonuniform grid too.

220 lines of code changed in 5 files:

  • Packages/Uintah/CCA/Components/Arches: BoundaryCondition.cc (+6 -6), CellInformation.cc (+24 -18)
  • Packages/Uintah/CCA/Components/Arches/fortran: cellg.F (+187 -108), cellg.fspec (+3 -2)
borodai 2006-10-11 11:29 Rev.: 35561

Now ramping can be on or off for each inlet separately, but ramping
function would be the same for all inlets with ramping enabled.

11 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/Arches: BoundaryCondition.cc (+10 -5), BoundaryCondition.h (+1 -1)
borodai 2006-10-09 13:05 Rev.: 35523

Added an option to compute totalKE from face centered components.
Useful to demonstrate energy conservation for 3d periodic
constant density inviscid case.

If scalar gets clipped, print location.

103 lines of code changed in 7 files:

  • Packages/Uintah/CCA/Components/Arches: ExplicitSolver.cc (+50 -8), ExplicitSolver.h (+1 -2), PicardNonlinearSolver.cc (+48 -9), PicardNonlinearSolver.h (new), ScalarSolver.cc (+3 -3)
borodai 2006-09-27 15:37 Rev.: 35447

old code cleanup

0 lines of code changed in 10 files:

  • Packages/Uintah/CCA/Components/Arches: ArchesLabel.cc (-11), ArchesLabel.h (new), ArchesVariables.h (new), BoundaryCondition.cc (-321), BoundaryCondition.h (-17), ExplicitSolver.cc (-72), PicardNonlinearSolver.cc (-73)
borodai 2006-09-27 14:40 Rev.: 35444

Consolidated outlet and pressure BC subroutines for scalar

27 lines of code changed in 5 files:

  • Packages/Uintah/CCA/Components/Arches: BoundaryCondition.cc (+15 -278), BoundaryCondition.h (+1 -16), EnthalpySolver.cc (+5 -6), ReactiveScalarSolver.cc (+3 -6), ScalarSolver.cc (+3 -6)
borodai 2006-09-27 14:17 Rev.: 35442

Consolidated subroutines for pressure and outlet BC.

131 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/Arches: BoundaryCondition.cc (+49 -197), BoundaryCondition.h (+3 -8), MomentumSolver.cc (+79 -139)
borodai 2006-09-27 11:46 Rev.: 35437

Removed remnants of broken multiple scalar implementation.

68 lines of code changed in 22 files:

  • Packages/Uintah/CCA/Components/Arches: BoundaryCondition.cc (-2), BoundaryCondition.h (-2), Discretization.cc (-3), Discretization.h (new), EnthalpySolver.cc (+5 -6), ExplicitSolver.cc (+2 -3), PicardNonlinearSolver.cc (+2 -3), RHSSolver.cc (new), RHSSolver.h (+1 -1), ReactiveScalarSolver.cc (+20 -25), ReactiveScalarSolver.h (+7 -12), ScalarSolver.cc (+20 -25), ScalarSolver.h (+7 -12), Source.cc (new), Source.h (+1 -4)
borodai 2006-09-26 13:36 Rev.: 35428

Clean up. Set cesav, etc. directly to 0 here if ae is 0.

94 lines of code changed in 10 files:

  • Packages/Uintah/CCA/Components/Arches: BoundaryCondition.cc (+15 -27)
  • Packages/Uintah/CCA/Components/Arches/fortran: bcuvel.F (+20 -11), bcuvel.fspec (new), bcvvel.F (+15 -18), bcvvel.fspec (new), bcwvel.F (+19 -24), bcwvel.fspec (+8 -11)
borodai 2006-09-21 14:33 Rev.: 35400

Remvoed bcenthalpy. it was the same as bcscalar.

81 lines of code changed in 12 files:

  • Packages/Uintah/CCA/Components/Arches: BoundaryCondition.cc (+16 -73), BoundaryCondition.h (-10), EnthalpySolver.cc (+1 -1), ReactiveScalarSolver.cc (+1 -1), ScalarSolver.cc (+1 -1), sub.mk (-1)
  • Packages/Uintah/CCA/Components/Arches/fortran: bcenthalpy.F (del), bcenthalpy.fspec (del), bcscalar.F (+55 -33), bcscalar.fspec (new), sub.mk (-2)
borodai 2006-09-21 12:46 Rev.: 35396

Got rid of one apcal. Now use same one for both velocity and scalar.

55 lines of code changed in 17 files:

  • Packages/Uintah/CCA/Components/Arches: Discretization.cc (+7 -16), sub.mk (+1 -2)
  • Packages/Uintah/CCA/Components/Arches/fortran: apcal.F (del), apcal.fspec (del), apcal_all.F (new 38), apcal_all.fspec (new 4), apcal_vel.F (del), apcal_vel.fspec (del), explicit_scalar.F (new), explicit_vel.F (new), pressrcpred.F (new), sub.mk (+2 -4), wallbc.F (new)

(55 more)

Generated by StatSVN 0.4.0