Directory CCA/Components/Arches/PropertyModelsV2/

Total Files:
28
Deleted Files:
0
Lines of Code:
6676

[root]/CCA/Components/Arches/PropertyModelsV2

Lines of Code

CCA/Components/Arches/PropertyModelsV2/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 150 (100.0%) 1742 (100.0%) 11.6
jthornoc 135 (90.0%) 1253 (71.9%) 9.2
harman 9 (6.0%) 472 (27.1%) 52.4
spinti 4 (2.7%) 17 (1.0%) 4.2
jholmen 2 (1.3%) 0 (0.0%) 0.0

Most Recent Commits

jholmen 2019-12-16 16:27 Rev.: 59910

* Removed unused ArchesCore::OneDInterpolator setup.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModelsV2: FaceVelocities.cc (new)
jthornoc 2019-12-13 11:33 Rev.: 59896

Change 1:
Moved the RMCRT radiometer into it’s own spec. This creates a clean line between RMCRT as a radiation model
and RMCRT as a radiometer from the input perspective. Behind the scenes, not much changed as RMCRT as the
radiometer still functions as a source term.

Change 2:
Implemented doInterpolation in the trunk that Derek had introduced in the kokkos branch. This reduces code
clutter and hopefully makes merging easier to the kokkos branch.

13 lines of code changed in 5 files:

  • CCA/Components/Arches/PropertyModelsV2: CCVel.cc (+3 -18), FaceVelocities.cc (+9 -45), VarInterpolation.h (+1 -14)
spinti 2019-12-03 17:17 Rev.: 59874

Added modifier to particle scattering coefficient.
Removed NIGHTLYTESTS from list of LOCAL_TESTS in ARCHES.py

17 lines of code changed in 4 files:

  • CCA/Components/Arches/PropertyModelsV2: partRadProperties.cc (new), partRadProperties.h (+1)
harman 2019-11-20 16:36 Rev.: 59837

*.ups
- changed label from abskt -> absk, to cut down on the confusion. The user can specify any
absorption coefficient.

Arches/SourceTerms/RMCRT.*
- renamed variables m_abskt -> m_absk_*

Arches/PropertyModelsV2/sumRadiation.cc
- problemSetup()
Added some confusing code to only add absk_name to the vector of names if it's unique.
We need to clearly define what abskt is and stick with that definition.

32 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModelsV2: sumRadiation.cc (+32 -19)
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.

4 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModelsV2: UnweightVariable.h (+4 -2)
jthornoc 2019-11-06 16:01 Rev.: 59796

Remove all traces of get_unmanaged field getters.

1 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModelsV2: spectralProperties.cc (new)
jthornoc 2019-11-06 15:50 Rev.: 59795

Remove use of unmanaged field getter.

12 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModelsV2: spectralProperties.cc (+12 -11)
jthornoc 2019-10-29 12:13 Rev.: 59757

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

303 lines of code changed in 41 files:

  • CCA/Components/Arches/PropertyModelsV2: BurnsChriston.cc (+14 -14), CCVel.cc (+12 -12), CO.cc (+33 -33), ConsScalarDiffusion.cc (new), ConstantProperty.h (new), ContinuityPredictor.cc (+6 -6), DensityPredictor.cc (+11 -11), DensityRK.cc (new), DensityStar.cc (+8 -8), Drhodt.cc (new), FaceVelocities.cc (+21 -21), GasKineticEnergy.cc (+5 -5), OneDWallHT.cc (new), UFromRhoU.cc (+14 -14), UnweightVariable.h (+21 -21), VarInterpolation.h (+3 -3), VariableStats.cc (new), WallHFVariable.cc (+32 -32), cloudBenchmark.cc (new), gasRadProperties.cc (+5 -5), partRadProperties.cc (+28 -28), sootVolumeFrac.cc (+4 -4), spectralProperties.cc (+7 -7), sumRadiation.cc (+3 -3)
jthornoc 2019-10-29 12:12 Rev.: 59756

Updating these two files as there was a problem with a git merge and my
earlier commits. This should preserve Todds commit with the updated
variable getters.

109 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModelsV2: partRadProperties.cc (+81 -81), sumRadiation.cc (+28 -28)
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.

75 lines of code changed in 5 files:

  • CCA/Components/Arches/PropertyModelsV2: DensityPredictor.cc (+2 -4), UFromRhoU.cc (+2 -2), UnweightVariable.h (+9 -10), gasRadProperties.cc (+38 -41), spectralProperties.cc (+24 -27)
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).

35 lines of code changed in 5 files:

  • CCA/Components/Arches/PropertyModelsV2: CO.cc (+27 -27), ConsScalarDiffusion.cc (+2 -2), gasRadProperties.cc (+1 -1), sootVolumeFrac.cc (+2 -2), spectralProperties.cc (+3 -3)
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.

138 lines of code changed in 17 files:

  • CCA/Components/Arches/PropertyModelsV2: BurnsChriston.cc (+2 -2), CCVel.cc (+6 -6), CO.cc (+3 -3), ConsScalarDiffusion.cc (+2 -2), ConstantProperty.h (+1 -1), ContinuityPredictor.cc (+3 -3), DensityRK.cc (+1 -1), DensityStar.cc (+4 -4), Drhodt.cc (+2 -2), GasKineticEnergy.cc (+3 -3), UFromRhoU.cc (+6 -6), UnweightVariable.h (+6 -6), VarInterpolation.h (+1 -1), VariableStats.cc (+13 -13), WallHFVariable.cc (+82 -82), cloudBenchmark.cc (+1 -1), sootVolumeFrac.cc (+2 -2)
jthornoc 2019-10-29 12:12 Rev.: 59750

Third replacement of variable getters from TaskVariableTools.

37 lines of code changed in 10 files:

  • CCA/Components/Arches/PropertyModelsV2: CCVel.cc (+6 -6), CO.cc (+3 -3), ConsScalarDiffusion.cc (+2 -2), ConstantProperty.h (+3 -3), DensityRK.cc (+3 -3), DensityStar.cc (+4 -4), Drhodt.cc (+2 -2), UFromRhoU.cc (+6 -6), UnweightVariable.h (+6 -6), VarInterpolation.h (+2 -2)
jthornoc 2019-10-29 12:11 Rev.: 59749

Second replacement of variable getters from TaskVariableTools.

60 lines of code changed in 10 files:

  • CCA/Components/Arches/PropertyModelsV2: BurnsChriston.cc (+4 -4), ContinuityPredictor.cc (+2 -2), DensityPredictor.cc (+4 -4), FaceVelocities.cc (+18 -18), GasKineticEnergy.cc (+2 -2), OneDWallHT.cc (+3 -3), VariableStats.cc (+17 -17), WallHFVariable.cc (+6 -6), cloudBenchmark.cc (+3 -3), gasRadProperties.cc (+1 -1)
jthornoc 2019-10-29 12:11 Rev.: 59748

First commit using the new variable getter in TaskVariableTools.

43 lines of code changed in 9 files:

  • CCA/Components/Arches/PropertyModelsV2: BurnsChriston.cc (+8 -8), ContinuityPredictor.cc (+1 -1), DensityPredictor.cc (+5 -5), FaceVelocities.cc (+3 -3), OneDWallHT.cc (+5 -5), VariableStats.cc (+11 -11), cloudBenchmark.cc (+5 -5), gasRadProperties.cc (+2 -2), spectralProperties.cc (+3 -3)
harman 2019-10-25 14:29 Rev.: 59743

Formatting!!!

344 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModelsV2: partRadProperties.cc (+341 -264), partRadProperties.h (+3 -2)
harman 2019-10-24 14:37 Rev.: 59741

Added Dout stream that outputs the variables that are used in the abskt calc.

Name change
_gas_part_name -> m_absk_names

Formattting

66 lines of code changed in 3 files:

  • CCA/Components/Arches/PropertyModelsV2: sumRadiation.cc (+65 -29), sumRadiation.h (new)
jthornoc 2019-10-22 12:41 Rev.: 59729

Clearing up enum names.

26 lines of code changed in 11 files:

  • CCA/Components/Arches/PropertyModelsV2: CCVel.cc (+3 -3), ConsScalarDiffusion.cc (+1 -2), DensityRK.cc (+1 -1), DensityStar.cc (+1 -1), Drhodt.cc (+1 -1), FaceVelocities.cc (+3 -3), GasKineticEnergy.cc (+6 -6), PropertyModelFactoryV2.cc (+4 -4), UFromRhoU.cc (+4 -4), UnweightVariable.h (+2 -2)
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/PropertyModelsV2: PropertyModelFactoryV2.cc (-141)
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.

2 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModelsV2: UnweightVariable.h (+2 -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.

352 lines of code changed in 8 files:

  • CCA/Components/Arches/PropertyModelsV2: ContinuityPredictor.cc (+7 -6), DensityRK.cc (+1 -7), DensityStar.cc (+16 -21), PropertyModelFactoryV2.cc (+257 -261), PropertyModelFactoryV2.h (new), UFromRhoU.cc (+3 -3), UnweightVariable.h (+60 -40)
harman 2019-05-13 09:07 Rev.: 59399

problemSetup()
- simplified bullet proofing which checks for a consistent abskt label for each radiation model.
- multiple radiation src terms are now allowed.

30 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModelsV2: sumRadiation.cc (+29 -23), sumRadiation.h (+1 -1)
jthornoc 2019-04-15 09:12 Rev.: 59342

The parenthesis on these ternary statements were messed up resulting in
an abs() on a bool.

Thanks Allen for pointing out the warning.

13 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModelsV2: UFromRhoU.cc (+13 -13)
jthornoc 2019-04-11 09:37 Rev.: 59325

Adding an input file that computes closure on a frozen vel field.
Had to edit spec and VarInterpolation class to get this to work.

3 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModelsV2: PropertyModelFactoryV2.cc (+2 -3), VarInterpolation.h (+1 -1)
jthornoc 2019-02-12 09:23 Rev.: 59200

Cleaning up the summation model a bit.

27 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModelsV2: sumRadiation.cc (+23 -38), sumRadiation.h (+4 -5)
Generated by StatSVN 0.7.0