[root]/CCA/Components/Arches/TurbulenceModels
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
jthornoc | 93 (100.0%) | 1070 (100.0%) | 11.5 |
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.
66 lines of code changed in 8 files:
Fixing a DW bug with the DYN model.
20 lines of code changed in 6 files:
Find and replace all: "new_get_uintah_field" is now "get_field"
262 lines of code changed in 16 files:
Final (?) cleanup of old variable getters. Old variable getters are now
commented out in TaskVariableTools and new getters are used everywhere.
9 lines of code changed in 3 files:
Fifth replacement of variable getters from TaskVariableTools.
This commit hits some of the getters with irregular spacing (thanks
RegEx).
1 lines of code changed in 1 file:
Fourth replacement of variable getters from TaskVariableTools.
This commit comments out one of the older getters in TaskVariableTools.
Note also that this was the first commit to handle pointers with the new
method in some cases.
114 lines of code changed in 9 files:
Third replacement of variable getters from TaskVariableTools.
79 lines of code changed in 8 files:
Second replacement of variable getters from TaskVariableTools.
42 lines of code changed in 6 files:
First commit using the new variable getter in TaskVariableTools.
22 lines of code changed in 6 files:
Removing unused functions.
Also, FieldTool now returns a reference rather than a pointer.
158 lines of code changed in 4 files:
Removed unused files.
0 lines of code changed in 6 files:
Clearing up enum names.
61 lines of code changed in 12 files:
Removing the build_task function which is not needed anymore.
0 lines of code changed in 1 file:
Initialize variables to zero in the extra cell to get RT passing.
15 lines of code changed in 1 file:
Addressing multiple issues for the KokkosSolver in this commit:
1) Start with smarter naming of the Arches task names for easier debugging.
2) Clean up of code (removal of commented lines, etc)
3) Rearranging of a few things to facilitate heat loss calc. and table lookup
4) Trying to clean up some of the naming conventions in TransportFactory - more work needed
5) Starting to remove the build_all_tasks function and actually build them when initially parsing the input file to remove redundant parsing
6) Added a default momentum name
7) Removed some initialization loops in favor of the .initialize() function on grid variables. Hoping there will be kokkos/uintah backend support for this.
8) Added a “volumetric” scalar support - was there before but not explicitly.
9) Turning off computesWithScratchGhost in the dyn. model until the errant mpi errors can be sorted.
Answers on Kokkos Tests are affected because of one or more of the following:
- rho_star isn’t initialized at sched_Initialize to the density value. There was no value in doing this and it created a task ordering problem.
- Different numbers of variables in checkpoint
- Fuzz differences in the helium tests
Otherwise the grid refinement verification studies passed, which are run manually.
212 lines of code changed in 4 files:
Do not rename the viscosity label to the model tag.
1 lines of code changed in 1 file:
Fixing default naming.
8 lines of code changed in 1 file: