Directory CCA/Components/Arches/Transport/

Total Files:
18
Deleted Files:
2
Lines of Code:
4996

[root]/CCA/Components/Arches/Transport

Lines of Code

CCA/Components/Arches/Transport/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 112 (100.0%) 1408 (100.0%) 12.5
jthornoc 104 (92.9%) 1402 (99.6%) 13.4
harman 6 (5.4%) 6 (0.4%) 1.0
jholmen 2 (1.8%) 0 (0.0%) 0.0

Most Recent Commits

jthornoc 2019-11-22 17:46 Rev.: 59849

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.

6 lines of code changed in 4 files:

  • CCA/Components/Arches/Transport: TransportFactory.cc (new), TransportFactory.h (-1)
jthornoc 2019-11-20 16:46 Rev.: 59838

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:

  • CCA/Components/Arches/Transport: KScalarRHS.h (+48 -65), TransportFactory.cc (+13 -11)
jthornoc 2019-11-18 16:05 Rev.: 59832

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.

16 lines of code changed in 4 files:

  • CCA/Components/Arches/Transport: KFEUpdate.h (new), KScalarRHS.h (+5 -12), TransportFactory.cc (+9 -2)
jthornoc 2019-10-29 13:02 Rev.: 59758

Getting rid of a warning and use of a macro.

0 lines of code changed in 4 files:

  • CCA/Components/Arches/Transport: StressTensor.cc (changed), StressTensor.h (new)
jthornoc 2019-10-29 12:13 Rev.: 59757

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

146 lines of code changed in 19 files:

  • CCA/Components/Arches/Transport: AddPressGradient.cc (+8 -8), ComputePsi.h (+11 -11), Diffusion.h (new), KFEUpdate.h (+12 -12), KMomentum.h (new), KScalarRHS.h (+31 -31), PressureBC.cc (new), PressureEqn.cc (new), StressTensor.cc (+19 -19), TimeAve.h (new), VelRhoHatBC.cc (+6 -6)
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.

10 lines of code changed in 3 files:

  • CCA/Components/Arches/Transport: KScalarRHS.h (+3 -26), StressTensor.cc (+1 -1), VelRhoHatBC.cc (+6 -6)
jthornoc 2019-10-29 12:12 Rev.: 59752

Fifth replacement of variable getters from TaskVariableTools.
This commit hits some of the getters with irregular spacing (thanks
RegEx).

9 lines of code changed in 2 files:

  • CCA/Components/Arches/Transport: KMomentum.h (+5 -5), KScalarRHS.h (+4 -4)
jthornoc 2019-10-29 12:12 Rev.: 59751

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.

51 lines of code changed in 9 files:

  • CCA/Components/Arches/Transport: AddPressGradient.cc (+2 -2), Diffusion.h (+2 -2), KFEUpdate.h (+7 -7), KMomentum.h (+7 -7), KScalarRHS.h (+10 -10), PressureEqn.cc (+7 -7), StressTensor.cc (+6 -6), TimeAve.h (+4 -4), VelRhoHatBC.cc (+6 -6)
jthornoc 2019-10-29 12:12 Rev.: 59750

Third replacement of variable getters from TaskVariableTools.

64 lines of code changed in 10 files:

  • CCA/Components/Arches/Transport: AddPressGradient.cc (+6 -6), ComputePsi.h (+6 -6), Diffusion.h (+6 -6), KFEUpdate.h (+5 -5), KMomentum.h (+5 -5), KScalarRHS.h (+15 -15), PressureBC.cc (+1 -1), PressureEqn.cc (+10 -10), StressTensor.cc (+6 -6), TimeAve.h (+4 -4)
jthornoc 2019-10-29 12:11 Rev.: 59749

Second replacement of variable getters from TaskVariableTools.

9 lines of code changed in 2 files:

  • CCA/Components/Arches/Transport: KMomentum.h (+3 -3), StressTensor.cc (+6 -6)
jthornoc 2019-10-29 12:11 Rev.: 59748

First commit using the new variable getter in TaskVariableTools.

13 lines of code changed in 4 files:

  • CCA/Components/Arches/Transport: ComputePsi.h (+5 -5), Diffusion.h (+1 -1), KMomentum.h (+5 -5), KScalarRHS.h (+2 -2)
jthornoc 2019-10-22 12:41 Rev.: 59729

Clearing up enum names.

15 lines of code changed in 4 files:

  • CCA/Components/Arches/Transport: KMomentum.h (+4 -4), StressTensor.cc (+4 -4), TransportFactory.cc (+4 -4), VelRhoHatBC.cc (+3 -3)
jthornoc 2019-10-22 12:41 Rev.: 59728

Fixing an issue where two enums had the same name causing undefined
behavior with the compiled exe.

14 lines of code changed in 3 files:

  • CCA/Components/Arches/Transport: PressureBC.cc (+2 -2), PressureEqn.cc (+2 -2), VelRhoHatBC.cc (+10 -11)
jthornoc 2019-10-16 14:26 Rev.: 59714

Compact grid variable getters with a variadic option.

0 lines of code changed in 1 file:

  • CCA/Components/Arches/Transport: KFEUpdate.h (-1)
jthornoc 2019-09-27 20:48 Rev.: 59670

Warnings.

3 lines of code changed in 1 file:

  • CCA/Components/Arches/Transport: KFEUpdate.h (+3 -2)
jthornoc 2019-09-27 20:48 Rev.: 59669

Encapsulating the Sandbox and SSPRK solvers a little better.
Added a test of the linear solver in the Sandbox and cleared out what was there before.

46 lines of code changed in 4 files:

  • CCA/Components/Arches/Transport: PressureEqn.cc (+33 -50), PressureEqn.h (new), TransportFactory.cc (+8 -7)
jthornoc 2019-09-27 20:48 Rev.: 59667

Removing the build_task function which is not needed anymore.

0 lines of code changed in 1 file:

  • CCA/Components/Arches/Transport: TransportFactory.cc (-128)
jthornoc 2019-07-18 14:39 Rev.: 59553

Initialize variables to zero in the extra cell to get RT passing.

4 lines of code changed in 1 file:

  • CCA/Components/Arches/Transport: KMomentum.h (+4 -10)
jthornoc 2019-07-18 10:23 Rev.: 59552

Clean up a leak.

2 lines of code changed in 1 file:

  • CCA/Components/Arches/Transport: TransportFactory.cc (+2)
jholmen 2019-07-14 12:34 Rev.: 59534

* Replaced tabs with spaces.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/Transport: sub.mk (new)
jthornoc 2019-07-11 10:25 Rev.: 59522

Minor cleanup. Added additional output variables for helium_rk1.ups.

4 lines of code changed in 2 files:

  • CCA/Components/Arches/Transport: TimeAve.h (+2 -38), TransportFactory.cc (+2 -12)
jthornoc 2019-07-11 10:25 Rev.: 59521

Consolidate the FE update into one class.

27 lines of code changed in 5 files:

  • CCA/Components/Arches/Transport: KFEUpdate.h (+13 -35), SUpdate.cc (del), SUpdate.h (del), TransportFactory.cc (+14 -15), sub.mk (-1)
jthornoc 2019-07-11 10:25 Rev.: 59520

Removing the storage of the ProblemSpec from the Unweight function. This
was leftover from the last large commit.

9 lines of code changed in 1 file:

  • CCA/Components/Arches/Transport: TransportFactory.cc (+9 -9)
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.

891 lines of code changed in 15 files:

  • CCA/Components/Arches/Transport: AddPressGradient.cc (+17 -3), Diffusion.h (+3), KFEUpdate.h (+51 -59), KMomentum.h (+26 -36), KScalarRHS.h (+51 -65), PressureEqn.cc (+22 -26), SUpdate.h (new 5), TimeAve.h (+14 -18), TransportFactory.cc (+652 -243), TransportFactory.h (+40 -14), TransportHelper.cc (+5 -5), TransportHelper.h (+1 -1), VelRhoHatBC.cc (+4 -7)
jthornoc 2019-04-03 08:56 Rev.: 59301

Putting braces on an if statement to avoid the infamous goto fail bug.

2 lines of code changed in 1 file:

  • CCA/Components/Arches/Transport: KScalarRHS.h (+2 -4)
harman 2019-01-18 09:13 Rev.: 59176

Updated Copyright date

6 lines of code changed in 6 files:

  • CCA/Components/Arches/Transport: ComputePsi.h (+1 -1), KFEUpdate.h (+1 -1), KMomentum.h (+1 -1), KScalarRHS.h (+1 -1), SUpdate.h (+1 -1), TimeAve.h (+1 -1)
Generated by StatSVN 0.7.0