computeMMSError()
- spacing
- removed extra L2 & Linfinity calculation from the cell-centered scalar section.
0 lines of code changed in 2 files:
added missing ;
0 lines of code changed in 2 files:
scalarOutletPressureBC()
- elminated nested loops over each face, now using boundary face iterator and face Iterator
20 lines of code changed in 1 file:
Global:
replaced nested loops with cell iterators.
This should not change the answers
179 lines of code changed in 9 files:
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:
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:
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:
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:
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 25 files:
removed excess
#include <Core/Geometry/IntVector.h>
#include <Packages/Uintah/Core/Grid/Variables/ComputeSet.h>
statements
0 lines of code changed in 22 files:
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 15 files:
removed extra
-#include <Packages/Uintah/Core/Grid/Variables/CCVariable.h>
0 lines of code changed in 28 files:
removed excess
#include <Packages/Uintah/Core/Grid/Variables/SFC(X,Y,Z)Variable.h>
0 lines of code changed in 17 files:
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:
binaryPressureSearch()
- 2 space indentation
- initial guess is now P_L = DBL_EPSILON and P_R = 1.0/DBL_EPSILON
- The updated guesses for P_L and P_R now mimic what's in Numerical Methods by Hornbeck.
0 lines of code changed in 2 files:
eliminated MaxIteration exception.
0 lines of code changed in 4 files:
Eliminated ICE::Message()
- this was a silly routine
ComputeEquilibrationPressure()
- dump out more diagnostic information when an invalid value has been detected.
No longer using maxIteration exception.
77 lines of code changed in 7 files:
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:
updated outputProblemSpec() so restarts now work.
changed variable name rate->d_rate
0 lines of code changed in 4 files:
changed directory names /Models/test -> /Models/FluidsBased
6862 lines of code changed in 49 files:
(295 more)