[root]/CCA/Components/Arches/BoundaryConditions
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
jthornoc | 15 (100.0%) | 74 (100.0%) | 4.9 |
Find and replace all: "new_get_uintah_field" is now "get_field"
21 lines of code changed in 4 files:
Final (?) cleanup of old variable getters. Old variable getters are now
commented out in TaskVariableTools and new getters are used everywhere.
5 lines of code changed in 1 file:
Third replacement of variable getters from TaskVariableTools.
2 lines of code changed in 1 file:
Second replacement of variable getters from TaskVariableTools.
11 lines of code changed in 2 files:
First commit using the new variable getter in TaskVariableTools.
5 lines of code changed in 2 files:
Removing the build_task function which is not needed anymore.
0 lines of code changed in 2 files:
Adding a Swirl condition for scalar (DQMOM velocities).
Note that the spec in the input file is a bit tricky. Use carefully.
Also fixed a bug in the momentum swirl condition where boundary conditions were being overwritten.
8 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.
22 lines of code changed in 2 files: