Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 85 (100.0%) | 3716 (100.0%) | 43.7 |
CCA/Components/Arches/CoalModels/ | 17 (20.0%) | 1471 (39.6%) | 86.5 |
CCA/Components/Arches/fortran/ | 16 (18.8%) | 830 (22.3%) | 51.8 |
CCA/Components/Arches/SourceTerms/ | 11 (12.9%) | 656 (17.7%) | 59.6 |
Core/Grid/BoundaryConditions/ | 5 (5.9%) | 331 (8.9%) | 66.2 |
CCA/Components/Arches/ | 14 (16.5%) | 160 (4.3%) | 11.4 |
CCA/Components/Arches/WallHTModels/ | 8 (9.4%) | 149 (4.0%) | 18.6 |
scripts/ | 1 (1.2%) | 67 (1.8%) | 67.0 |
CCA/Components/Arches/ParticleModels/ | 12 (14.1%) | 50 (1.3%) | 4.1 |
R_Tester/ | 1 (1.2%) | 2 (0.1%) | 2.0 |
Added RT test for Phils char oxidation model.
2 lines of code changed in 1 file:
Added task->requires for time-step size. This should fix the broken OFC4 RT test.
7 lines of code changed in 2 files:
Changed ash deposition averating time start tag from _t_interval to _t_ave_start to be more descriptive.
14 lines of code changed in 4 files:
Major modification of coal region wall heat transfer. This will speed up the compute time. Now we will time-average the ash deposit thickness, so that regime-change will not immediately impact thickness.
137 lines of code changed in 3 files:
Fixed a mistake for the WallHT model for coal deposition. We were updating the real wall temperature with the corrected temperature for radiation.
2 lines of code changed in 1 file:
This commit removes the last remnant of the growing deposition model. No impact on regression tests.
1 lines of code changed in 1 file:
This will make the deposition model function under steady-state assumptions. Won't impact regression tests.
15 lines of code changed in 4 files:
Added ash density specification for depositon model.
5 lines of code changed in 2 files:
This commit makes the hybrid momentum discretization approach upwind wall cells by default. No impact on regression tests.
0 lines of code changed in 6 files:
Removed diffusion from upwind coefficients, as Phil suggested.
18 lines of code changed in 3 files:
Functorized the new momentum source terms. I still need to add all of the kokkos stuff.
30 lines of code changed in 2 files:
Added missing momentum source term from char oxidation.
313 lines of code changed in 4 files:
Added missing momentum source term from devolatilization.
312 lines of code changed in 4 files:
Added hybrid discretization scheme for momentum equations.
958 lines of code changed in 17 files:
Changed mass transfer coefficient correction factor to be consistent with derivation.
5 lines of code changed in 2 files:
This is a change to the deposition rate probability that Minmin wasn't able to commit. It should not effect regression tests.
20 lines of code changed in 2 files:
Added python script that copies Grid and Data from grid.xml into timestep.xml, within each uda and each time-step.
67 lines of code changed in 1 file:
Added a rectangular-annulus boundary condition.
333 lines of code changed in 6 files:
Made root function in char oxidation model a little faster.
19 lines of code changed in 2 files:
Removed redundant cell loop.
3 lines of code changed in 1 file:
(10 more)