Directory CCA/Components/Arches/TurbulenceModels/

Total Files:
13
Deleted Files:
6
Lines of Code:
3934

[root]/CCA/Components/Arches/TurbulenceModels

Lines of Code

CCA/Components/Arches/TurbulenceModels/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
jthornoc 93 (100.0%) 1070 (100.0%) 11.5

Most Recent Commits

jthornoc 2019-12-03 14:46 Rev.: 59870

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:

  • CCA/Components/Arches/TurbulenceModels: DSFT.cc (+53 -6), DSFT.h (new), DSmaCs.h (new), WALE.cc (new)
jthornoc 2019-12-02 15:04 Rev.: 59865

Fixing a DW bug with the DYN model.

20 lines of code changed in 6 files:

  • CCA/Components/Arches/TurbulenceModels: DSFT.cc (+8 -8), DSmaCs.h (+2 -19), DSmaMMML.h (+4 -28), TurbulenceModelFactory.cc (new)
jthornoc 2019-10-29 12:13 Rev.: 59757

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

262 lines of code changed in 16 files:

  • CCA/Components/Arches/TurbulenceModels: DSFT.cc (+39 -39), DSmaCs.h (+14 -14), DSmaMMML.h (+31 -31), FractalUD.cc (+60 -60), MultifractalSGS.cc (new), SGSforTransport.cc (+15 -15), SGSsigma.cc (+16 -16), Smagorinsky.cc (new), WALE.cc (+13 -13), WallConstSmag.cc (+9 -9)
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.

9 lines of code changed in 3 files:

  • CCA/Components/Arches/TurbulenceModels: MultifractalSGS.cc (+3 -3), SGSforTransport.cc (+6 -12), SGSsigma.cc (-7)
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).

1 lines of code changed in 1 file:

  • CCA/Components/Arches/TurbulenceModels: SGSsigma.cc (+1 -1)
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.

114 lines of code changed in 9 files:

  • CCA/Components/Arches/TurbulenceModels: DSFT.cc (+8 -8), DSmaCs.h (+1 -1), DSmaMMML.h (+1 -1), FractalUD.cc (+59 -59), MultifractalSGS.cc (+16 -16), SGSsigma.cc (+10 -10), Smagorinsky.cc (+7 -7), WALE.cc (+7 -7), WallConstSmag.cc (+5 -5)
jthornoc 2019-10-29 12:12 Rev.: 59750

Third replacement of variable getters from TaskVariableTools.

79 lines of code changed in 8 files:

  • CCA/Components/Arches/TurbulenceModels: DSFT.cc (+31 -31), DSmaCs.h (+2 -2), DSmaMMML.h (+30 -30), MultifractalSGS.cc (+3 -3), SGSsigma.cc (+6 -6), Smagorinsky.cc (+2 -2), WALE.cc (+2 -2), WallConstSmag.cc (+3 -3)
jthornoc 2019-10-29 12:11 Rev.: 59749

Second replacement of variable getters from TaskVariableTools.

42 lines of code changed in 6 files:

  • CCA/Components/Arches/TurbulenceModels: DSmaCs.h (+10 -10), FractalUD.cc (+1 -1), MultifractalSGS.cc (+24 -24), SGSsigma.cc (+3 -3), Smagorinsky.cc (+1 -1), WALE.cc (+3 -3)
jthornoc 2019-10-29 12:11 Rev.: 59748

First commit using the new variable getter in TaskVariableTools.

22 lines of code changed in 6 files:

  • CCA/Components/Arches/TurbulenceModels: DSmaCs.h (+1 -1), MultifractalSGS.cc (+9 -9), SGSforTransport.cc (+9 -9), SGSsigma.cc (+1 -1), WALE.cc (+1 -1), WallConstSmag.cc (+1 -1)
jthornoc 2019-10-24 13:51 Rev.: 59739

Removing unused functions.

Also, FieldTool now returns a reference rather than a pointer.

158 lines of code changed in 4 files:

  • CCA/Components/Arches/TurbulenceModels: DSmaCs.h (+6 -10), DSmaMMML.h (+142 -74), DynamicSmagorinskyHelper.h (+10 -362)
jthornoc 2019-10-24 13:51 Rev.: 59738

Removed unused files.

0 lines of code changed in 6 files:

  • CCA/Components/Arches/TurbulenceModels: DSFTv2.cc (del), DSFTv2.h (del), DSmaCsv2.cc (del), DSmaCsv2.h (del), DSmaMMMLv2.cc (del), DSmaMMMLv2.h (del)
jthornoc 2019-10-22 12:41 Rev.: 59729

Clearing up enum names.

61 lines of code changed in 12 files:

  • CCA/Components/Arches/TurbulenceModels: DSFT.cc (+8 -8), DSFTv2.cc (new 8), DSmaCs.h (+2 -2), DSmaCsv2.h (new 2), DSmaMMML.h (+1 -1), FractalUD.cc (+4 -4), MultifractalSGS.cc (+4 -4), SGSforTransport.cc (+4 -4), SGSsigma.cc (+8 -8), Smagorinsky.cc (+8 -8), WALE.cc (+8 -8), WallConstSmag.cc (+4 -4)
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/TurbulenceModels: TurbulenceModelFactory.cc (-60)
jthornoc 2019-07-18 14:39 Rev.: 59553

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

15 lines of code changed in 1 file:

  • CCA/Components/Arches/TurbulenceModels: DSFT.cc (+15 -1)
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.

212 lines of code changed in 4 files:

  • CCA/Components/Arches/TurbulenceModels: DSFT.cc (+136 -103), DSFTv2.cc (+4 -4), SGSforTransport.cc (+3 -3), TurbulenceModelFactory.cc (+69 -69)
jthornoc 2019-05-07 09:03 Rev.: 59393

Do not rename the viscosity label to the model tag.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/TurbulenceModels: WALE.cc (+1 -1)
jthornoc 2019-05-07 09:03 Rev.: 59392

Fixing default naming.

8 lines of code changed in 1 file:

  • CCA/Components/Arches/TurbulenceModels: WALE.cc (+8 -6)
Generated by StatSVN 0.7.0