Directory CCA/Components/Arches/BoundaryConditions/

Total Files:
3
Deleted Files:
0
Lines of Code:
1804

[root]/CCA/Components/Arches/BoundaryConditions

Lines of Code

CCA/Components/Arches/BoundaryConditions/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
jthornoc 15 (100.0%) 74 (100.0%) 4.9

Most Recent Commits

jthornoc 2019-10-29 12:13 Rev.: 59757

Find and replace all: "new_get_uintah_field" is now "get_field"

21 lines of code changed in 4 files:

  • CCA/Components/Arches/BoundaryConditions: BoundaryFunctors.h (new), HandOff.h (+5 -5)
jthornoc 2019-10-29 12:12 Rev.: 59753

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:

  • CCA/Components/Arches/BoundaryConditions: BoundaryFunctors.h (+5 -10)
jthornoc 2019-10-29 12:12 Rev.: 59750

Third replacement of variable getters from TaskVariableTools.

2 lines of code changed in 1 file:

  • CCA/Components/Arches/BoundaryConditions: BoundaryFunctors.h (+2 -2)
jthornoc 2019-10-29 12:11 Rev.: 59749

Second replacement of variable getters from TaskVariableTools.

11 lines of code changed in 2 files:

  • CCA/Components/Arches/BoundaryConditions: BoundaryFunctors.h (+8 -8), HandOff.h (+3 -3)
jthornoc 2019-10-29 12:11 Rev.: 59748

First commit using the new variable getter in TaskVariableTools.

5 lines of code changed in 2 files:

  • CCA/Components/Arches/BoundaryConditions: BoundaryFunctors.h (+2 -2), HandOff.h (+3 -3)
jthornoc 2019-09-27 20:48 Rev.: 59667

Removing the build_task function which is not needed anymore.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/BoundaryConditions: BoundaryConditionFactory.cc (new)
jthornoc 2019-07-11 10:25 Rev.: 59523

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:

  • CCA/Components/Arches/BoundaryConditions: BoundaryFunctors.h (+8 -6)
jthornoc 2019-06-26 15:17 Rev.: 59487

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:

  • CCA/Components/Arches/BoundaryConditions: BoundaryConditionFactory.cc (+19 -19), BoundaryFunctors.h (+3 -6)
Generated by StatSVN 0.7.0