[root]/CCA/Components/Arches/ParticleModels
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 |
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:
Adding initial implementation of DQMOM in the
Arches/Kokkos/TaskInterface mode.
This still needs some work...
3 lines of code changed in 2 files:
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:
Warnings.
0 lines of code changed in 2 files:
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:
Optimize the rate deposition model and make it more computational efficiency
52 lines of code changed in 2 files:
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:
Reduced round-off error in numerical deriviative.
0 lines of code changed in 2 files:
Added additional check for particle size in the pokluda emissivity model.
1 lines of code changed in 1 file:
Deleted file 'deposition.diff'.
0 lines of code changed in 1 file:
cange the initialization of variables and fix a small bug, it would break the 1GW.ups
42 lines of code changed in 1 file:
change the initialization of variables and fix a small bug, it would break the 1GW.ups
0 lines of code changed in 1 file:
More API change.
58 lines of code changed in 41 files:
Arches task interface API changed to pass packed_task boolean.
33 lines of code changed in 17 files:
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:
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:
Fixed the logic for DepositionVelocity if one is using both coal_region and region_ht.
5 lines of code changed in 1 file:
Initializing total number density.
27 lines of code changed in 2 files:
Get the CQMOM tests running with the latest updates re: SSP-RK for coal.
19 lines of code changed in 3 files:
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:
Update the DW dependencies based on the RK higher order timestep work.
53 lines of code changed in 7 files:
Moved LATEST vars to NEWDW, except for gas temperature.
8 lines of code changed in 1 file:
Added a few notes to explain what we are doing in this model.
1 lines of code changed in 1 file:
Update dragmodel even though it is only a CQMOM thing currently.
6 lines of code changed in 1 file:
Update the style of the constant model.
4 lines of code changed in 1 file:
Updating coal temperature and coal density to use the correct DW values.
32 lines of code changed in 3 files:
Removed reduncant initialization of the deposition velocity.
1 lines of code changed in 1 file:
Removed redundant initialization and changed variables from MODIFIES to COMPUTES.
9 lines of code changed in 1 file:
Updated the DepositionVelocity.
8 lines of code changed in 1 file:
Added WARNING print to all CQMOM particle models.
10 lines of code changed in 5 files:
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:
Moving pre update particle models to post.
15 lines of code changed in 2 files:
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:
Added ash fusion temperatures to ParticleProperties. This shouldn't impact regression tests.
54 lines of code changed in 2 files:
Update copyright.
2 lines of code changed in 2 files:
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:
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:
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:
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:
- 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:
(1 more)