Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 107 (100.0%) | 5642 (100.0%) | 52.7 |
CCA/Components/Arches/TurbulenceModels/ | 32 (29.9%) | 3869 (68.6%) | 120.9 |
CCA/Components/Arches/ParticleModels/ | 19 (17.8%) | 699 (12.4%) | 36.7 |
CCA/Components/Arches/SourceTerms/ | 28 (26.2%) | 547 (9.7%) | 19.5 |
CCA/Components/Arches/WallHTModels/ | 14 (13.1%) | 367 (6.5%) | 26.2 |
CCA/Components/Arches/ | 2 (1.9%) | 60 (1.1%) | 30.0 |
CCA/Components/Arches/PropertyModels/ | 2 (1.9%) | 50 (0.9%) | 25.0 |
CCA/Components/Arches/PropertyModelsV2/ | 2 (1.9%) | 20 (0.4%) | 10.0 |
CCA/Components/Arches/CoalModels/ | 3 (2.8%) | 16 (0.3%) | 5.3 |
R_Tester/ | 4 (3.7%) | 12 (0.2%) | 3.0 |
CCA/Components/Arches/Transport/ | 1 (0.9%) | 2 (0.0%) | 2.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 4 files:
This commit fixes a bug when using second order time tabulated reaction rates. This commit will impact the acid base regression test.
0 lines of code changed in 2 files:
Added a smarter model for the split between devol and char in the NOx model in the case of birth and death (thanks to Derek). This changes mass_energy_balance_psnox test answers.
32 lines of code changed in 3 files:
This commit fixes the birth/death issues observed with the Tar integration and psNOx model and modifies the varlabels used by psNOx and ZZNox for devol and char oxidation. This commit also changes the way we are integrating Tar into the gas phase. Note that the Tar_fraction variable in the ParticleProperties section is being used to modify the light to heavy devol products (from the perspective of the NOx, and Tar). This commit changes the answers for mass_energy_balance.ups and mass_energy_balance_Tfluid.ups. We added a new test: mass_energy_balance_psnox.ups, which covers the psNOx model under regression tests. Please see mass_energy_balance_psnox.ups for an example of how to incorporate the tar mass into the coal gas mixture fraction and the b/d mass into Nox.
47 lines of code changed in 5 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.
167 lines of code changed in 9 files:
This commit throttles the NOx char reduction reaction by a factor of the organic mass fraction. As organic mass goes to zero this reaction will turn off. No impact on regression tests.
63 lines of code changed in 2 files:
Fixed declaration error with k_ash_uncertain variable. This doesn't impact regression tests but will impact VUQ runs with this parameter.
1 lines of code changed in 1 file:
Removed if statement that was no longer needed. No impact on RT.
0 lines of code changed in 1 file:
Remaining changes to get nles working on the 64x64x64 test case. No impact on rt.
43 lines of code changed in 5 files:
Updated coefficients for fourth order deriviative in NLES model. This wont impact RT.
1 lines of code changed in 1 file:
Updated 4th order coefficients for interpolation. No impact on regression tests.
2 lines of code changed in 1 file:
Removed a redundant nles task and clean up some old comments.
10 lines of code changed in 9 files:
Fixed indentation in NLES code. No impact on regression tests.
1424 lines of code changed in 6 files:
Added a fix to WallHT for the scenario where rad_q_max = rad_q_melt and we switch from regime 2 to regime 3. This was creating unphysical behavior liquid layer thickness. This commit shouldn't impact regression tests.
4 lines of code changed in 1 file:
This commit adds all of Minmins work on the nles model. No impact on regression tests.
2463 lines of code changed in 12 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:
Added initialization within a geometric object for the heat_loss property model. This won't impact tests.
50 lines of code changed in 2 files:
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:
Updated the additional log function for VUQ in WallHT. This impacts 1GW_em_tc and 1GW_pokluda in the noise.
3 lines of code changed in 1 file:
Added uncertainity parameter for ash thermal conductivity.
14 lines of code changed in 2 files:
(16 more)