[root]/CCA/Components/Arches
ChemMix
(12 files, 4895 lines)
CoalModels
(35 files, 10816 lines)
DigitalFilter
(3 files, 1920 lines)
Mixing
(0 files, 0 lines)
PropertyModels
(26 files, 3365 lines)
Radiation
(13 files, 3871 lines)
fortran
(4 files, 150 lines)
SourceTerms
(36 files, 5683 lines)
TransportEqns
(10 files, 6196 lines)
WallHTModels
(2 files, 776 lines)
fortran
(1 files, 122 lines)
water
(1 files, 914 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 451 (100.0%) | 7930 (100.0%) | 17.5 |
jthornoc | 315 (69.8%) | 5443 (68.6%) | 17.2 |
tsaad | 51 (11.3%) | 1252 (15.8%) | 24.5 |
ahumphrey | 18 (4.0%) | 595 (7.5%) | 33.0 |
wyxpuma | 9 (2.0%) | 273 (3.4%) | 30.3 |
jsutherland | 46 (10.2%) | 174 (2.2%) | 3.7 |
dav | 5 (1.1%) | 136 (1.7%) | 27.2 |
awabboud | 5 (1.1%) | 55 (0.7%) | 11.0 |
harman | 2 (0.4%) | 2 (0.0%) | 1.0 |
Adding a max KE limit.
0 lines of code changed in 4 files:
Revert "Removing two unused functions."
This reverts commit c8065da9bc9465c4756bef7eabdc20b55ba18d34.
0 lines of code changed in 2 files:
Removing two unused functions.
3 lines of code changed in 1 file:
This should fix the segfaults for the RT. Old density was being requested for some
problems and was not being properly created.
This does put an extra variable in the checkpoint so GS's need an
update.
4 lines of code changed in 3 files:
Adding a helper class for adding species to the table lookup.
For scalar equations, use the old density if stage > 0
11 lines of code changed in 3 files:
Okay - this should fix warches…
30 lines of code changed in 5 files:
Number of cleanups and a fix to get Wasatch in Arches compiling.
M CCA/Components/Wasatch/CoordinateHelper.cc
M CCA/Components/Wasatch/TaskInterface.cc
- Comment out "oldVar" as it isn't used and this removes a compiler warning.
M CCA/Components/Wasatch/Expressions/BoundaryConditions/PressureBC.cc
- Add newline to end of file to remove compiler warning.
M CCA/Components/Wasatch/Expressions/BoundaryConditions/VardenMMSBCs.cc
- Don't define your own PI, just use the built in M_PI.
- #include paths should be absolute <>, not relative "".
- Add newline to end of file to remove compiler warning.
M CCA/Components/Wasatch/Expressions/BoundaryConditions/VardenMMSBCs.h
- Place multiple include guard at very top of file to speed file processing.
- #include paths should be absolute <>, not relative "".
- Remove tabs, add some white space for readability.
M CCA/Components/Arches/ExplicitSolver.cc
- Wasatch_in_Arches was not compiling for me... Had to fix use of
TaskInterface constructor - added in State variable. I assume this
is correct (at least it compiles). If someone from Warches could
verify, that would be great. I note James took a shot at fixing this
in the previous commit, but he only added the (non-existent?) variable
'state', to one of the places the state was needed.
- Indent #includes for readability.
M R_Tester/toplevel/startLocalTest
M R_Tester/helpers/runSusTests.py
- Allow the user to specify a different directory of Gold Standards to
test against. This is done using the environment variable
TEST_DATA. In other words, if you have built Gold Standards in
.../Uintah/opt/TestData, and you wish to test your debug build
against the opt generated gold standards, then, from your debug
directory, you do (assuming it is parallel to the opt dir):
setenv TEST_DATA ../opt/TestData
and then run "make runLocalRT" as normal.
M CCA/Components/Wasatch/TaskInterface.h
- Line up parameters for readability.
40 lines of code changed in 1 file:
Fix Warches.
1 lines of code changed in 1 file:
This fixes a segfault resulting from Martin's recent commit. If the case is periodic, then the <BoundaryCondition> section may not exist which was the root of the problem.
7 lines of code changed in 1 file:
Assign source stage after table is setup. This is required because the
table setup may reassign the eqn stage from the default value if it is
determined to be a table indep. variable.
18 lines of code changed in 1 file:
to update the problemsetup for WallHT so that WallHT will actually work
2 lines of code changed in 1 file:
Warnings.
0 lines of code changed in 6 files:
1) Transport Eqns are now assigned an algorithmic “stage”
2) Dependent sources of transport eqns are given the same stage.
3) Updated the add_species function to include an old or new state.
4) Set boundary conditions on all table lookup species such that the interpolated face value results in the table lookup condition
5) Adding an option extra table lookup
6) Some minor optimizations
7) Added the manifold run rate source term
8) Simplified some calls to computing diffusion terms.
108 lines of code changed in 9 files:
This time, try allocating something real.
2 lines of code changed in 1 file:
Moving the filter volume calc into the Filter class.
36 lines of code changed in 6 files:
Warches fix.
1 lines of code changed in 1 file:
Did not mean to commit these changes. I blame James.
21 lines of code changed in 2 files:
Adding this back in .
28 lines of code changed in 2 files:
Forgot to multiply by the volume.
0 lines of code changed in 2 files:
Removing reference to mm_explicit*
0 lines of code changed in 1 file:
Fixing a problem with the massflow inlet. The density check here was
erroneous.
24 lines of code changed in 1 file:
Fixing some warnings.
51 lines of code changed in 2 files:
1) Fix a warning.
2) Fix an error in the cold flow model with regards to the boundary
density value
3) Fix a sign error in the mass-balance calculator
4 lines of code changed in 2 files:
Cleaning up a warning.
6 lines of code changed in 2 files:
Don't cleanup after DQMOM equations.
0 lines of code changed in 1 file:
Removing the _has_been_computed bool.
9 lines of code changed in 2 files:
Removing an _new.
9 lines of code changed in 5 files:
fix watches. for real.
2 lines of code changed in 1 file:
revert my previous commit
1 lines of code changed in 1 file:
fix warches
2 lines of code changed in 1 file:
Back out Dav's changes on BoundaryCondition.cc, which was breaking regression tests on Warches.
0 lines of code changed in 1 file:
M CCA/Components/DataArchiver/DataArchiver.h
M CCA/Components/DataArchiver/DataArchiver.cc
M Core/Grid/Task.h
- Fix some indentation - add white space to make reading easier.
M CCA/Components/Arches/BoundaryCondition.cc
- Validate that all faces have been specified.
M Core/Grid/Grid.cc
- Fix for adding 'epsilon' to large numbers.
M Core/Grid/Variables/VarLabel.h
M Core/Grid/Variables/VarLabel.cc
- Remove 'using' syntax from .h file.
- Indent and use white space for easier reading.
- Use 'd_' for class variable: d_defaultCompressionMode
- Swat some evil 'endl's. :)
M Core/Math/Short27.h
M Core/Math/Matrix3.h
- Added some white space.
32 lines of code changed in 1 file:
another one in an #ifdef
0 lines of code changed in 2 files:
This one has been a long time coming.
Rip out the standard namespace opening that has been polluting header files throughout the framework. This crept into all sorts of places.
DO NOT open namespaces in header files. Ever.
125 lines of code changed in 31 files:
Fixing a timestepping option that was accidently turned off (and thus
left unitialized variables) for the computeStableTimestep option.
2 lines of code changed in 1 file:
Cleaning up some warnings.
0 lines of code changed in 6 files:
Adding back in the option of setting an initial dt. This can actually
come in handy.
5 lines of code changed in 2 files:
Cleanup of input files and removing unused options.
5 lines of code changed in 2 files:
More label cleanup.
The normalized scalar variance model was simplified to only compute the
normalized value of scalar variance. The absolute value of variance was
removed.
Now requiring soot for DO radiation model (for properties).
0 lines of code changed in 2 files:
Even more labels gone.
0 lines of code changed in 6 files:
(146 more)