Directory CCA/Components/Arches/ParticleModels/

Total Files:
23
Deleted Files:
3
Lines of Code:
5783

[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 140 (100.0%) 1130 (100.0%) 8.0
jthornoc 103 (73.6%) 686 (60.7%) 6.6
bisaac 22 (15.7%) 253 (22.4%) 11.5
zhouminmin 5 (3.6%) 94 (8.3%) 18.8
dav 4 (2.9%) 92 (8.1%) 23.0
jas 4 (2.9%) 5 (0.4%) 1.2
derekhar 2 (1.4%) 0 (0.0%) 0.0

Most Recent Commits

bisaac 2017-12-20 23:12 Rev.: 57500

Updated deposition velocity to be consistent with mass evolving at the wall, and fixed a bug when computing the volume-averaged particle size. This commit will break 1GW_RT and 1GW_em_tc.

0 lines of code changed in 6 files:

  • CCA/Components/Arches/ParticleModels: DepositionVelocity.cc (new), DepositionVelocity.h (changed), ParticleTools.h (changed)
jthornoc 2017-12-18 12:16 Rev.: 57467

Adding initial implementation of DQMOM in the
Arches/Kokkos/TaskInterface mode.

This still needs some work...

3 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: ParticleModelFactory.cc (new)
jas 2017-10-13 14:42 Rev.: 57138

Replace all instances of StaticArray with std::vector. This has been tested on the RT for all components. It is a drop in replacement. StaticArray is being removed.

3 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: CQMOMSourceWrapper.cc (new)
jthornoc 2017-10-10 14:40 Rev.: 57132

Warnings.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: RateDeposition.cc (changed)
jthornoc 2017-10-05 16:50 Rev.: 57087

OCD Cleanup of the deposition rate code including:
removing redundant calculations
using ternary statements over if statements
spacing, etc.

This changes answers in the rate deposition probabilities and fluxes,
but should not change the actual deposition rates.

301 lines of code changed in 3 files:

  • CCA/Components/Arches/ParticleModels: RateDeposition.cc (+266 -310), RateDeposition.h (new)
zhouminmin 2017-10-04 13:26 Rev.: 57075

Optimize the rate deposition model and make it more computational efficiency

52 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: RateDeposition.cc (+40 -19), RateDeposition.h (+12 -12)
bisaac 2017-09-25 17:07 Rev.: 57027

Updated the FOWY devol model to include linear increasing yield above 1800K. This will break all coal cases using FOWY.

12 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: FOWYDevol.h (+12 -12)
derekhar 2017-08-24 11:48 Rev.: 56913

Reduced round-off error in numerical deriviative.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: CoalTemperature.cc (changed)
bisaac 2017-07-14 12:03 Rev.: 56791

Added additional check for particle size in the pokluda emissivity model.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: DepositionVelocity.cc (+1)
zhouminmin 2017-07-14 10:16 Rev.: 56789

Deleted file 'deposition.diff'.

0 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: deposition.diff (del)
zhouminmin 2017-07-14 10:15 Rev.: 56788

cange the initialization of variables and fix a small bug, it would break the 1GW.ups

42 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: RateDeposition.cc (+42 -53)
zhouminmin 2017-07-07 14:56 Rev.: 56770

change the initialization of variables and fix a small bug, it would break the 1GW.ups

0 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: deposition.diff (new)
jthornoc 2017-07-06 22:45

More API change.

58 lines of code changed in 41 files:

  • CCA/Components/Arches/ParticleModels: BodyForce.h (+1 -1), CoalDensity.cc (+1 -1), CoalDensity.h (+1 -1), CoalTemperature.cc (+2 -2), CoalTemperature.h (new), Constant.h (+1 -1), DepositionVelocity.cc (+3 -3), DepositionVelocity.h (+2 -2), DragModel.h (+1 -1), ExampleParticleModel.h (+1 -1), FOWYDevol.h (+1 -1), RateDeposition.cc (+1 -1), RateDeposition.h (+1 -1), ShaddixEnthalpy.h (+3 -3), ShaddixOxidation.h (new), TotNumDensity.cc (new), TotNumDensity.h (new)
jthornoc 2017-07-05 17:08 Rev.: 56752

Arches task interface API changed to pass packed_task boolean.

33 lines of code changed in 17 files:

  • CCA/Components/Arches/ParticleModels: BodyForce.h (+2 -2), CoalDensity.cc (+1 -1), CoalDensity.h (+1 -1), CoalTemperature.cc (+1 -1), CoalTemperature.h (+1 -1), Constant.h (+2 -2), DepositionVelocity.cc (+1 -1), DepositionVelocity.h (+1 -1), DragModel.h (+2 -2), ExampleParticleModel.h (+2 -2), FOWYDevol.h (+2 -2), RateDeposition.cc (+1 -1), RateDeposition.h (+1 -1), ShaddixEnthalpy.h (+2 -2), ShaddixOxidation.h (+2 -2), TotNumDensity.cc (+10 -9), TotNumDensity.h (+1 -1)
bisaac 2017-07-03 15:41 Rev.: 56742

Added a time-averaging concept to the particle arrival size. This will change the answers in 1GW_RT and 1GW_em_tc.

4 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: DepositionVelocity.cc (+4 -1)
bisaac 2017-07-03 15:14 Rev.: 56741

Removed confusing time-averaging split for deposition rate, and moved it do the end. This will change 1GW_RT and 1GW_em_tc within machine noise.

8 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: DepositionVelocity.cc (+8 -9)
bisaac 2017-06-27 17:24 Rev.: 56705

Fixed the logic for DepositionVelocity if one is using both coal_region and region_ht.

5 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: DepositionVelocity.cc (+5 -5)
jthornoc 2017-06-21 10:08 Rev.: 56675

Initializing total number density.

27 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: TotNumDensity.cc (+26 -26), TotNumDensity.h (+1 -1)
jthornoc 2017-06-19 23:58 Rev.: 56670

Get the CQMOM tests running with the latest updates re: SSP-RK for coal.

19 lines of code changed in 3 files:

  • CCA/Components/Arches/ParticleModels: CQMOMSourceWrapper.cc (+17 -4), CQMOMSourceWrapper.h (+2 -1)
jthornoc 2017-06-19 23:57 Rev.: 56660

Remove DQMOM final clipping (shouldnt have been used)
Add a warning print statement - The calculation of the moments are not
functional.
Remove the _post_update_coal tasks.

3 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: ParticleModelFactory.h (new)
jthornoc 2017-06-19 23:57 Rev.: 56657

Update the DW dependencies based on the RK higher order timestep work.

53 lines of code changed in 7 files:

  • CCA/Components/Arches/ParticleModels: DepositionVelocity.cc (+21 -37), DepositionVelocity.h (+3 -3), ExampleParticleModel.h (+2 -2), FOWYDevol.h (+6 -6), ShaddixEnthalpy.h (+13 -13), ShaddixOxidation.h (+7 -7), TotNumDensity.cc (+1 -1)
jthornoc 2017-06-19 23:57 Rev.: 56656

Moved LATEST vars to NEWDW, except for gas temperature.

8 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: RateDeposition.cc (+8 -8)
jthornoc 2017-06-19 23:57 Rev.: 56655

Added a few notes to explain what we are doing in this model.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: DepositionVelocity.cc (+1 -1)
jthornoc 2017-06-19 23:57 Rev.: 56654

Update dragmodel even though it is only a CQMOM thing currently.

6 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: DragModel.h (+6 -6)
jthornoc 2017-06-19 23:57 Rev.: 56653

Update the style of the constant model.

4 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: Constant.h (+4 -13)
jthornoc 2017-06-19 23:57 Rev.: 56652

Updating coal temperature and coal density to use the correct DW values.

32 lines of code changed in 3 files:

  • CCA/Components/Arches/ParticleModels: CoalDensity.cc (+3 -3), CoalTemperature.cc (+28 -9), CoalTemperature.h (+1)
jthornoc 2017-06-19 23:57 Rev.: 56651

Removed reduncant initialization of the deposition velocity.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: DepositionVelocity.cc (+1 -13)
jthornoc 2017-06-19 23:57 Rev.: 56650

Removed redundant initialization and changed variables from MODIFIES to COMPUTES.

9 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: DepositionVelocity.cc (+9 -13)
jthornoc 2017-06-19 23:57 Rev.: 56649

Updated the DepositionVelocity.

8 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: DepositionVelocity.cc (+8 -13)
jthornoc 2017-06-19 23:56 Rev.: 56648

Added WARNING print to all CQMOM particle models.

10 lines of code changed in 5 files:

  • CCA/Components/Arches/ParticleModels: BodyForce.h (+2 -1), DragModel.h (+2 -1), FOWYDevol.h (+2), ShaddixEnthalpy.h (+2), ShaddixOxidation.h (+2)
jthornoc 2017-06-19 23:56 Rev.: 56647

Hard coding the order of execution of the particle models. This is ugly,
but works. Looking for a more holistic approach for the future.

70 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: ParticleModelFactory.cc (+70 -1)
jthornoc 2017-06-19 23:56 Rev.: 56646

Moving pre update particle models to post.

15 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: ParticleModelFactory.cc (+12 -12), ParticleModelFactory.h (+3 -3)
bisaac 2017-06-02 07:57 Rev.: 56595

This commit removes ash_density from the deposition model and computes it from the specified ash bulk density and sb layer porosity. This commit also makes the relaxation coefficient consistent between all wall ht models and the deposition model. Due to the changes the answers in following RT tests will change: 1GW_RT, 1GW_em_tc, OFC4c, OFC4_smith, and OFC4_hybrid.

30 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: DepositionVelocity.cc (+30 -18), DepositionVelocity.h (-1)
bisaac 2017-05-22 15:35 Rev.: 56560

Added ash fusion temperatures to ParticleProperties. This shouldn't impact regression tests.

54 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: ParticleTools.h (+53), RateDeposition.cc (+1 -1)
jas 2017-04-20 13:20 Rev.: 56454

Update copyright.

2 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: CQMOMSourceWrapper.cc (+1 -1), ParticleModelFactory.cc (+1 -1)
bisaac 2017-03-28 00:52 Rev.: 56362

This commit adds particle shrinkage and swelling, modifies the density function to compute the literal density with dqmom, and makes input files consistent with coal_density. Shouldn't change any answers.

48 lines of code changed in 3 files:

  • CCA/Components/Arches/ParticleModels: CoalDensity.cc (+27 -11), CoalDensity.h (+1 -1), ParticleTools.h (+20 -3)
bisaac 2017-03-23 09:38 Rev.: 56348

Adding the new char oxidation model with the particle shrinkage soure-term, and additional functions within ParticleTools. This should not impact regression tests.

32 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: ParticleTools.h (+32)
bisaac 2017-03-09 18:09 Rev.: 56312

Added the new ash-emissivity model. This will break 1GW_RT because we have added new variables. The values saved in the .uda are unchanged.

59 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: DepositionVelocity.cc (+57 -2), DepositionVelocity.h (+2)
jthornoc 2017-03-06 15:36 Rev.: 56294

Pulling the coal_mass_clip model. With our rate clipping, not only is
this model unnecessary, but is actually causes cases to go unstable.

While four RT tests used this model, only coal_RadPropsPlank seems to be
affected.

1 lines of code changed in 5 files:

  • CCA/Components/Arches/ParticleModels: CoalMassClip.cc (del), CoalMassClip.h (del), ParticleModelFactory.cc (+1 -8), sub.mk (new)
jthornoc 2017-02-28 12:04 Rev.: 56263

- Refinements on the new scheduling interface.
- Arches tasks can now be packed when appropriate into super tasks.
- Catching more errors in scheduling when packed or unpacked tasks are
present to prevent user from scheduling variable needs incorrectly.

24 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: ParticleModelFactory.h (+24 -20)

(1 more)

Generated by StatSVN 0.7.0