[root]/CCA/Components/Arches/ParticleModels
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 221 (100.0%) | 6902 (100.0%) | 31.2 |
ohdiazi | 53 (24.0%) | 3120 (45.2%) | 58.8 |
jthornoc | 121 (54.8%) | 1471 (21.3%) | 12.1 |
jholmen | 1 (0.5%) | 769 (11.1%) | 769.0 |
mcconnell | 10 (4.5%) | 735 (10.6%) | 73.5 |
bisaac | 19 (8.6%) | 699 (10.1%) | 36.7 |
zhouminmin | 2 (0.9%) | 42 (0.6%) | 21.0 |
derekhar | 3 (1.4%) | 37 (0.5%) | 12.3 |
allen | 10 (4.5%) | 27 (0.4%) | 2.7 |
jas | 2 (0.9%) | 2 (0.0%) | 1.0 |
This commit computes the default devol_to_HCN and devol_to_NH3 NOx parameters based on the HHV, ash and moisture composition. No change to RT.
0 lines of code changed in 2 files:
Comments for the spec.
Better error message.
0 lines of code changed in 2 files:
This fixes the CQMOM naming issues.
5 lines of code changed in 2 files:
More naming convention fixes for velocity. There are still more running around.
8 lines of code changed in 3 files:
* Introducing a default velocity name to clean up the naming convention. Should probably extend this to other variables.
* Small cleanup in the UnweightVariable code. Passing some information via the constructor, removing some naming convention assumptions.
15 lines of code changed in 3 files:
unneeded edit to coal helper.
2 lines of code changed in 1 file:
Adopts soleVariables for the dynamic radiation solving variables used for dictation rad solves.
11 lines of code changed in 1 file:
This adds an emperical model for computing the fraction of volatiles that are expressed as tar.
This is expected to break the Coal_Nox RT test as no tar fraction was specified, and is now estimated to be ~0.2
24 lines of code changed in 1 file:
Minor cosmetic changes. Also, do not require that <ParticleModels> be
specified for DQMOM.
9 lines of code changed in 1 file:
Register missing new variable.
0 lines of code changed in 2 files:
Removing temporary variable option for portability reasons.
58 lines of code changed in 8 files:
This commit moves the Tar_fraction variable to the coalhelper. Computes additional variables in the CoalGasDevol and CoalGasOxi gas phase source terms to handle birth/death for NOx and Tar, and removes old functor and ifdef logic. This commit doesn't impact regression tests.
2 lines of code changed in 1 file:
Cleanup of variable names and converting to DOUT for debug stream.
126 lines of code changed in 44 files:
Fixing several warnings in Arches. Should not change answers.
19 lines of code changed in 4 files:
removal of shared state and introduction of a material manager
24 lines of code changed in 9 files:
Modified burnout to be mo/mo0 instead of 1-mo/mo0 as per Phils request. This will change the answers to the mass_energy_balance test.
1 lines of code changed in 1 file:
rolled back changes to r58119
262 lines of code changed in 5 files:
Update copyright date.
1 lines of code changed in 1 file:
This commit adjust the enthalpy balance, and ash mass balance for conservation. This commit will not change the answers.
472 lines of code changed in 4 files:
Passing arches down to the task factories.
14 lines of code changed in 3 files:
fixing initialization and define variables inside of parallel_for
63 lines of code changed in 1 file:
updated RT test, change name of list of models
519 lines of code changed in 9 files:
char model ps implimented in explicit solver
29 lines of code changed in 2 files:
Kokkos DQMOM with drag model
18 lines of code changed in 3 files:
Adding Drag model for kokkosSolver
77 lines of code changed in 3 files:
Drag model for KokkosSolver
317 lines of code changed in 3 files:
updated dqmom examples
2 lines of code changed in 1 file:
Particle face velocities with task interface
295 lines of code changed in 2 files:
DQMOM with kokkos
27 lines of code changed in 4 files:
Fixing a bug in an input file parsing function for DQMOM.
97 lines of code changed in 1 file:
Added a burnout particle model, and turned the model on in the inpute file: mass_energy_balance.ups. This will fail the uda compare for mass_energy_balance.ups due to the change in the number of saved parameters.
216 lines of code changed in 4 files:
Moving diffusion for scalar to a flux form.
Little progress on DQMOM with kokkos.
Some other general cleanup.
23 lines of code changed in 5 files:
Replacing a string with an enum for the particle names->roles.
Cleaning up a warning or two.
98 lines of code changed in 14 files:
Grouping DQMOM eqns by environment.
Cleaning up some warnings.
1 lines of code changed in 1 file:
Turned deposition back on the walls. This will break 1GW tests and mass_and_energy test.
2 lines of code changed in 1 file:
Replace the old DQMOM-no-inversion with an updated, simpler method,
which short circuits DQMOM.cc.
The <LinearSolver> section should only be specified now in the case where one actually
wants to perform the DQMOM inversion.
* ParticleConstant model now produces *_(env#) AND *_qn(env#) variables.
* Fixed some warnings.
* Some general cleanup
* Updated the kokkos DQMOM tests. This changes the answers for the two Char tests.
234 lines of code changed in 8 files:
Updated the ash viscosity based on Factsage calculation and break 1GW tests
42 lines of code changed in 2 files:
Adding the start of the replacement for the DQMOM-no-invert.
169 lines of code changed in 3 files:
Added the rest of the new Pokluda sintering model. Still not covered under RT.
4 lines of code changed in 1 file:
* Moved declarations inside the parallel pattern.
* Cleaned up whitespace and formatting.
769 lines of code changed in 1 file:
(14 more)