Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 764 (100.0%) | 7343 (100.0%) | 9.6 |
CCA/Components/Arches/Transport/ | 104 (13.6%) | 1402 (19.1%) | 13.4 |
CCA/Components/Arches/PropertyModelsV2/ | 135 (17.7%) | 1253 (17.1%) | 9.2 |
CCA/Components/Arches/ | 90 (11.8%) | 1243 (16.9%) | 13.8 |
CCA/Components/Arches/TurbulenceModels/ | 93 (12.2%) | 1070 (14.6%) | 11.5 |
CCA/Components/Arches/ParticleModels/ | 107 (14.0%) | 883 (12.0%) | 8.2 |
CCA/Components/Arches/Task/ | 56 (7.3%) | 469 (6.4%) | 8.3 |
CCA/Components/Arches/Utility/ | 65 (8.5%) | 389 (5.3%) | 5.9 |
CCA/Components/Arches/SourceTerms/ | 14 (1.8%) | 210 (2.9%) | 15.0 |
CCA/Components/Arches/SourceTermsV2/ | 33 (4.3%) | 148 (2.0%) | 4.4 |
R_Tester/ | 4 (0.5%) | 87 (1.2%) | 21.7 |
CCA/Components/Arches/BoundaryConditions/ | 15 (2.0%) | 74 (1.0%) | 4.9 |
CCA/Components/Arches/LagrangianParticles/ | 9 (1.2%) | 52 (0.7%) | 5.7 |
CCA/Components/Arches/ChemMixV2/ | 12 (1.6%) | 47 (0.6%) | 3.9 |
CCA/Components/Arches/ChemMix/ | 12 (1.6%) | 15 (0.2%) | 1.2 |
CCA/Components/Arches/TransportEqns/ | 2 (0.3%) | 1 (0.0%) | 0.5 |
Core/Geometry/ | 2 (0.3%) | 0 (0.0%) | 0.0 |
CCA/Ports/ | 2 (0.3%) | 0 (0.0%) | 0.0 |
CCA/Components/Arches/CoalModels/ | 9 (1.2%) | 0 (0.0%) | 0.0 |
Like the explicit solver, only allow CFD to execute on the finest level.
0 lines of code changed in 4 files:
Change 1:
Moved the RMCRT radiometer into it’s own spec. This creates a clean line between RMCRT as a radiation model
and RMCRT as a radiometer from the input perspective. Behind the scenes, not much changed as RMCRT as the
radiometer still functions as a source term.
Change 2:
Implemented doInterpolation in the trunk that Derek had introduced in the kokkos branch. This reduces code
clutter and hopefully makes merging easier to the kokkos branch.
120 lines of code changed in 15 files:
Removing cout.
0 lines of code changed in 2 files:
This commit fixes the failure-to-run-to-completion error for test isotropic_p4_dynsmag_32 per my commit revision 59865. However, this commit creates new comparison errors with these three tests:
isotropic_p4_dynsmag_32
isotropic_p4_wale_32
isotropic_p4_sigma_32
The decay spectrum however, looks reasonably accurate and nearly identical to previous results so I am chalking this one up to fuzz diffs.
Other minor cleanup here and there.
89 lines of code changed in 13 files:
Fixing a DW bug with the DYN model.
20 lines of code changed in 6 files:
Test commit - added a line separator.
0 lines of code changed in 2 files:
These tests need some work to conform to my last commit. Turning them
off for now.
2 lines of code changed in 1 file:
This commit fixes a failing test from my last commit (not running to completion) but breaks a bunch of new ones.
I’ve moved the RHS addition of the DQMOM source to DQMOMNoInversion where no DQMOM inversion is taking place. This consolidates some work and removes the need for an extra task. As such, this breaks Coal Production tests in the fuzz.
The Kokkos dqmom_example_char test also fails, but this appears because the source wasn’t being added in the correct place for Kokkos-DQMOM. Differences are small, however. This is still under development…
Also re-grouped the particle models into fewer, more intuitive groups.
Some other minor cleanup occurred.
137 lines of code changed in 21 files:
Removed the work performed in timestep_init for scalars and rellocated
it into the eval function conditioned on the timestep.
Cleaned up some task names to include Class origin.
Reconfigured the GridIndStudyTemp.py file with a little more generality.
61 lines of code changed in 3 files:
Initialize some variables to avoid garbage in extra cells.
Update box1.ups input file.
Remove convection calc in extra cells for tangential vel comps. (will
cause RT failure due to diffs in extra cells).
Other general cleanup.
93 lines of code changed in 7 files:
Adding the option of saving out specific radiation intensities.
Updated an RT input file which will cause this test to fail due to the
addition of new saved variables.
0 lines of code changed in 8 files:
Remove all traces of get_unmanaged field getters.
1 lines of code changed in 7 files:
Remove use of unmanaged field getter.
12 lines of code changed in 1 file:
Spacing/returns on DOUT.
2 lines of code changed in 1 file:
Getting rid of a warning and use of a macro.
0 lines of code changed in 4 files:
Find and replace all: "new_get_uintah_field" is now "get_field"
1206 lines of code changed in 159 files:
Updating these two files as there was a problem with a git merge and my
earlier commits. This should preserve Todds commit with the updated
variable getters.
109 lines of code changed in 2 files:
Redefine these as not static.
144 lines of code changed in 4 files:
Removing old variable getters for good.
0 lines of code changed in 1 file:
Final (?) cleanup of old variable getters. Old variable getters are now
commented out in TaskVariableTools and new getters are used everywhere.
171 lines of code changed in 21 files:
(65 more)