Directory Packages/Uintah/CCA/Components/Arches/

Total Files:
77
Deleted Files:
2
Lines of Code:
47738

[root]/Packages/Uintah/CCA/Components/Arches
                        directory in repo Mixing (13 files, 2561 lines)
                        directory in repo Radiation (10 files, 2703 lines)
                        directory in repo TabProps (7 files, 93 lines)
                        directory in repo docs (2 files, 2 lines)
                        directory in repo fortran (1 files, 125 lines)

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 644 (100.0%) 34556 (100.0%) 53.6
harman 396 (61.5%) 29306 (84.8%) 74.0
jthornoc 203 (31.5%) 4117 (11.9%) 20.2
charlesreid 8 (1.2%) 719 (2.1%) 89.8
luitjens 12 (1.9%) 279 (0.8%) 23.2
dav 13 (2.0%) 114 (0.3%) 8.7
jas 10 (1.6%) 19 (0.1%) 1.9
sbrown 1 (0.2%) 1 (0.0%) 1.0
amorris 1 (0.2%) 1 (0.0%) 1.0

Most Recent Commits

harman 2008-12-29 18:04 Rev.: 42800

computeMMSError()
- spacing
- removed extra L2 & Linfinity calculation from the cell-centered scalar section.

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Arches: ExplicitSolver.cc (new)
harman 2008-12-29 12:10 Rev.: 42796

added missing ;

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Arches: BoundaryCondition.cc (changed)
harman 2008-12-29 11:55 Rev.: 42795

scalarOutletPressureBC()
- elminated nested loops over each face, now using boundary face iterator and face Iterator

20 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Arches: BoundaryCondition.cc (+20 -86)
harman 2008-12-26 17:28 Rev.: 42791

Global:
replaced nested loops with cell iterators.
This should not change the answers

179 lines of code changed in 9 files:

  • Packages/Uintah/CCA/Components/Arches: BoundaryCondition.cc (+2), MomentumSolver.cc (+113 -128), ReactiveScalarSolver.cc (+19 -22), SmagorinskyModel.cc (+32 -41), Source.cc (new)
harman 2008-12-26 15:41 Rev.: 42790

Code consolidation:
moved code from (u,v,w)velocityBC() into velocityBC()

This should not change the answers

14 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/Arches: BoundaryCondition.cc (+14 -74), BoundaryCondition.h (-23)
harman 2008-12-26 15:12 Rev.: 42789

deleted mm(u,v,w)VelocityBC()

consolidation: moved all of the mm(u,v,w)VelocityBC code into mmVelocityBC()

This shouldn't change the answers.

17 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Arches: BoundaryCondition.cc (+17 -43), BoundaryCondition.h (-19)
harman 2008-12-26 14:54 Rev.: 42788

MomentumSolver.cc
buildLinearMatrixVelHat()
- removed Tau timing statements.
- removed switch/case statements and loop over x,y.z, it just is not needed.
- consolidated "get" statements

Boundarycondition.cc
velocityBC(), mmvelocityBC(), calculateVelRhoHat_mm(), mmsvelocityBC(),
- removed switch/case statements, consolidated common code.

Sources.cc
calculateVelocitySource(), modifyVelMassSource(), computeMomentumSource()
- removed switch/case statements, consolidated common code.

Discretization.cc
calculateVelocityCoeff(), calculateVelDiagonal()
- removed switch/case statements

RHSSolver.cc
calculateHatVelocity()
- removed switch/case statements



742 lines of code changed in 14 files:

  • Packages/Uintah/CCA/Components/Arches: BoundaryCondition.cc (+77 -121), BoundaryCondition.h (+1 -4), Discretization.cc (+130 -145), Discretization.h (-2), MomentumSolver.cc (+286 -359), RHSSolver.cc (new), RHSSolver.h (-1), Source.cc (+107 -144), Source.h (-4)
harman 2008-12-26 12:03 Rev.: 42785

MomentumSolver.cc
buildLinearMatrix() and sched_buildLinearMatrix()
- eliminated loop over x,y,z. Now just scheduling the task once for all 3 dirs.
- cleanup computes/requires

BoundaryConditions.cc
calculateVelocityPred_mm() & addPresGradVeolcityOutletPressureBC()
-elimiated switch/case statements, no longer looping over x,y,z.

velocityOutletPressureTangentBC()
- added loop over x,y,z. This is temporary until this routine can be overhauled.

RHSSolver.cc
calculateVelocity()
-elimiated switch/case statements, no longer looping over x,y,z.

This should not change the answers

396 lines of code changed in 7 files:

  • Packages/Uintah/CCA/Components/Arches: BoundaryCondition.cc (+335 -353), BoundaryCondition.h (-3), MomentumSolver.cc (+39 -89), MomentumSolver.h (-2), RHSSolver.cc (+22 -34), RHSSolver.h (-1)
harman 2008-12-22 18:18 Rev.: 42770

removed all
-#include <sgi_stl_warnings_off.h>
-#include <sgi_stl_warnings_on.h>
statements. No longer using SGI machines

0 lines of code changed in 9 files:

  • Packages/Uintah/CCA/Components/Arches: Arches.h (new), BoundaryCondition.h (-2), ExtraScalarSrcFactory.h (new), MixingRxnTable.h (new), Properties.h (-2)
harman 2008-12-22 18:02 Rev.: 42769

removed excess
#include <Core/Geometry/IntVector.h>
#include <Packages/Uintah/Core/Grid/Variables/ComputeSet.h>

statements

0 lines of code changed in 20 files:

  • Packages/Uintah/CCA/Components/Arches: Arches.h (-1), ExplicitSolver.h (-1), ExtraScalarSolver.h (new), ExtraScalarSrc.h (-1), Filter.h (-2), NonlinearSolver.h (new), PicardNonlinearSolver.h (-1), PressureSolver.h (new), Properties.h (-1), ReactiveScalarSolver.h (new), ScalarSolver.h (new)
harman 2008-12-22 17:53 Rev.: 42768

removed excess
#include <Packages/Uintah/CCA/Components/Arches/TurbulenceModel.h>
#include <Core/Containers/OffsetArray1.h>
#include <Core/Containers/Array1.h>

statements

0 lines of code changed in 9 files:

  • Packages/Uintah/CCA/Components/Arches: ExplicitSolver.cc (-1), ExtraScalarSolver.cc (new), MomentumSolver.cc (-1), PicardNonlinearSolver.cc (-1), RHSSolver.cc (-2), ScalarSolver.cc (new)
harman 2008-12-22 17:41 Rev.: 42767

removed extra

-#include <Packages/Uintah/Core/Grid/Variables/CCVariable.h>


0 lines of code changed in 26 files:

  • Packages/Uintah/CCA/Components/Arches: Arches.cc (new), CompDynamicProcedure.cc (-1), CompLocalDynamicProcedure.cc (-1), Discretization.cc (-1), EnthalpySolver.cc (new), ExplicitSolver.cc (-1), ExtraScalarSolver.cc (-1), Filter.cc (new), OdtClosure.cc (new), PicardNonlinearSolver.cc (-1), Properties.cc (-1), RHSSolver.cc (-1), ReactiveScalarSolver.cc (-1), ScalarSolver.cc (-1), ScaleSimilarityModel.cc (-1), SmagorinskyModel.cc (-1), TurbulenceModel.cc (new)
harman 2008-12-22 17:30 Rev.: 42766

removed excess
#include <Packages/Uintah/Core/Grid/Variables/SFC(X,Y,Z)Variable.h>


0 lines of code changed in 15 files:

  • Packages/Uintah/CCA/Components/Arches: Arches.cc (-3), Discretization.cc (-3), EnthalpySolver.cc (-3), ExplicitSolver.cc (-3), ExtraScalarSolver.cc (-3), PicardNonlinearSolver.cc (-3), RHSSolver.cc (-3), ReactiveScalarSolver.cc (-3), SO2RateSrc.cc (-3), ScalarSolver.cc (-3), ScaleSimilarityModel.cc (-3), TurbulenceModel.cc (-3), ZeroExtraScalarSrc.cc (new)
harman 2008-12-22 16:59 Rev.: 42765

Trying to get some momentum.
- 2 space indentation
- {} surrounding conditional statements
- cleaned up the #includes.
Will not change the answers

57 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Arches: MomentumSolver.cc (+57 -64)
harman 2008-12-17 15:27 Rev.: 42736

arches.cc: ProblemSetup()
- added {} around conditionals

CO2/SO2RateSrc.cc: problemSetup()
- added bulletproofing. The sulfur/carbon balance flags must be
must be set to true in <Arches> <BoundaryCondition> section of the input file.


34 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Components/Arches: Arches.cc (+16 -9), CO2RateSrc.cc (+6 -3), SO2RateSrc.cc (+12 -3)
harman 2008-12-03 17:29 Rev.: 42659

removed fortran code fort_mmenthalpybc()
- It's identical to fort_mmwallbc()
- replaced calls to fort_mmenthalpybc() -> fort_mmwallbc()

1 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/Arches: BoundaryCondition.cc (+1 -2), sub.mk (-1)
harman 2008-12-03 17:09 Rev.: 42658

-removed fortran routine fort_mmscalarwallbc() it is identical to fort_mmwallbc()
-changed calls to fort_mmscalarwallbc() -> fort_mmwallbc

2 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Arches: BoundaryCondition.cc (+2 -3), sub.mk (-1)
harman 2008-12-03 16:30 Rev.: 42657

removed intrusionVelocityBC()
intrusionuVelocityBC()
intrusionvVelocityBC()
intrusionwVelocityBC()
1) they're never called
2) they're identical copies of mm[u,v,w]velocityBC() which is being used.

1 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/Arches: BoundaryCondition.cc (-105), BoundaryCondition.h (-4), MomentumSolver.cc (+1 -4)
jthornoc 2008-12-02 20:03 Rev.: 42649

Removed d_listDepVarNames and made it local since the dependent variable names are already stored in the LabelMap. When calling getState, we create a local temp variable (vector<string>) with the variables names.

11 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Arches: Properties.cc (+11 -9), Properties.h (-4)
harman 2008-12-01 18:09 Rev.: 42645

removed intrusionPressureBC()
- It's not being called in any files.
- It's identical to mmpressureBC()

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Arches: BoundaryCondition.cc (-41), BoundaryCondition.h (-5)

(138 more)

Generated by StatSVN 0.4.0