Directory CCA/Components/Arches/ParticleModels/

Total Files:
24
Deleted Files:
0
Lines of Code:
7824

[root]/CCA/Components/Arches/ParticleModels

Lines of Code

CCA/Components/Arches/ParticleModels/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 114 (100.0%) 895 (100.0%) 7.8
jthornoc 107 (93.9%) 883 (98.7%) 8.2
ohdiazi 2 (1.8%) 8 (0.9%) 4.0
harman 4 (3.5%) 3 (0.3%) 0.7
milo 1 (0.9%) 1 (0.1%) 1.0

Most Recent Commits

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.

3 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: FaceParticleVel.h (+3 -20)
jthornoc 2019-12-03 14:47 Rev.: 59871

Removing cout.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: DQMOMNoInversion.cc (new)
harman 2019-12-03 14:37 Rev.: 59869

Commented cout.

1 lines of code changed in 1 file:

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

83 lines of code changed in 9 files:

  • CCA/Components/Arches/ParticleModels: CoalDensity.cc (new), DQMOMNoInversion.cc (+42 -42), DQMOMNoInversion.h (+3 -2), ParticleModelFactory.cc (+22 -60), ParticleModelFactory.h (new)
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.

73 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: FaceParticleVel.h (+73 -62)
jthornoc 2019-10-29 12:13 Rev.: 59757

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

306 lines of code changed in 35 files:

  • CCA/Components/Arches/ParticleModels: BodyForce.h (+4 -4), Burnout.cc (+9 -9), CharOxidationps.h (new), CoalDensity.cc (+10 -10), CoalTemperature.cc (new), Constant.h (new), DQMOMNoInversion.cc (+4 -4), DepositionEnthalpy.cc (new), DepositionVelocity.cc (new), DragModel.h (+16 -16), ExampleParticleModel.h (new), FOWYDevol.h (new), FaceParticleVel.h (+12 -12), PartVariablesDQMOM.cc (+7 -7), RateDeposition.cc (new), ShaddixEnthalpy.h (new), ShaddixOxidation.h (+27 -27), TotNumDensity.cc (+4 -4), WDragModel.h (+21 -21)
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.

27 lines of code changed in 7 files:

  • CCA/Components/Arches/ParticleModels: CharOxidationps.h (+1 -1), DepositionEnthalpy.cc (+4 -8), DepositionVelocity.cc (+3 -6), PartVariablesDQMOM.cc (+4 -8), RateDeposition.cc (+11 -11), ShaddixEnthalpy.h (+2 -2), TotNumDensity.cc (+2 -4)
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).

18 lines of code changed in 3 files:

  • CCA/Components/Arches/ParticleModels: Burnout.cc (+2 -2), PartVariablesDQMOM.cc (+2 -3), WDragModel.h (+14 -14)
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.

139 lines of code changed in 12 files:

  • CCA/Components/Arches/ParticleModels: Burnout.cc (+2 -2), CharOxidationps.h (+35 -35), CoalDensity.cc (+4 -4), CoalTemperature.cc (+10 -9), DQMOMNoInversion.cc (+1 -1), DragModel.h (+7 -7), FOWYDevol.h (+8 -8), FaceParticleVel.h (+6 -6), RateDeposition.cc (+19 -19), ShaddixEnthalpy.h (+22 -22), ShaddixOxidation.h (+20 -20), WDragModel.h (+5 -5)
jthornoc 2019-10-29 12:12 Rev.: 59750

Third replacement of variable getters from TaskVariableTools.

74 lines of code changed in 10 files:

  • CCA/Components/Arches/ParticleModels: Burnout.cc (+3 -3), CharOxidationps.h (+5 -5), Constant.h (+12 -12), DQMOMNoInversion.cc (+3 -3), DepositionEnthalpy.cc (+4 -4), DepositionVelocity.cc (+8 -8), FaceParticleVel.h (+6 -6), PartVariablesDQMOM.cc (+1 -1), RateDeposition.cc (+30 -30), WDragModel.h (+2 -2)
jthornoc 2019-10-29 12:11 Rev.: 59749

Second replacement of variable getters from TaskVariableTools.

29 lines of code changed in 9 files:

  • CCA/Components/Arches/ParticleModels: BodyForce.h (+2 -2), Burnout.cc (+2 -2), CoalTemperature.cc (+2 -2), DragModel.h (+5 -5), ExampleParticleModel.h (+2 -2), FOWYDevol.h (+6 -6), ShaddixEnthalpy.h (+4 -4), ShaddixOxidation.h (+4 -4), TotNumDensity.cc (+2 -2)
jthornoc 2019-10-29 12:11 Rev.: 59748

First commit using the new variable getter in TaskVariableTools.

34 lines of code changed in 10 files:

  • CCA/Components/Arches/ParticleModels: BodyForce.h (+2 -2), CoalDensity.cc (+6 -6), CoalTemperature.cc (+2 -2), DepositionEnthalpy.cc (+4 -4), DepositionVelocity.cc (+6 -7), DragModel.h (+4 -4), ExampleParticleModel.h (+2 -2), FOWYDevol.h (+3 -3), ShaddixEnthalpy.h (+2 -2), ShaddixOxidation.h (+3 -3)
jthornoc 2019-10-22 12:41 Rev.: 59729

Clearing up enum names.

13 lines of code changed in 3 files:

  • CCA/Components/Arches/ParticleModels: CharOxidationps.h (+5 -5), DragModel.h (+4 -4), WDragModel.h (+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/ParticleModels: ParticleModelFactory.cc (-62)
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.

72 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: ParticleModelFactory.cc (+72 -72)
ohdiazi 2019-03-19 12:28 Rev.: 59273

Updating Char model with Salvatore's Iavarone changes.

2 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: CharOxidationps.h (+2 -2)
ohdiazi 2019-02-12 13:59 Rev.: 59203

1. Char oxidation smith 2016 was deleted and char oxidation 2018 was renamed to CharOxidationSmith.
2. Char Oxidation model was renamed to CharOxidationSmithConstLv0. This is the first version of the smith char model and uses a constant particle diameter. This char model will not be used in production code, but it can be use for testing.
3. The following inputs files: mass_energy_balance, mass_energy_balance_Tfluid, mass_energy_balance_psnox, OFC_smith2016 (this file was rename to OFC_smith) and mass_energy_balance_psnox used the CharOxidationSmith2016 model, thus, they are updated to CharOxidationSmith (version of 2018). Therefore, RT is going to fail for these tests.
4. The input file OFC_smith was deleted.
5. The following input files use the original version of CharOxidationSmith (Named CharOxidationSmithConstLv0 after this commit): Coal_Nox,multibox_rmcrt_coal_1L, multibox_rmcrt_coal_2, multibox_rmcrt_coal_DO. The RT will not fail for these tests.

6 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: CharOxidationps.h (+6 -6)
jthornoc 2019-02-12 12:20 Rev.: 59201

Cleaning up print statements.

12 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: CoalHelper.h (+12 -9)
milo 2019-01-31 13:48 Rev.: 59186

minor change in the calculation of the density of deposits based on posrosity. No test is expected to break. Milo

1 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: DepositionVelocity.cc (+1 -1)
harman 2019-01-18 09:13 Rev.: 59176

Updated Copyright date

2 lines of code changed in 3 files:

  • CCA/Components/Arches/ParticleModels: CQMOMSourceWrapper.cc (new), ParticleModelFactory.cc (+1 -1)
Generated by StatSVN 0.7.0