Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 200 (100.0%) | 8792 (100.0%) | 43.9 |
CCA/Components/Arches/SourceTerms/ | 36 (18.0%) | 2575 (29.3%) | 71.5 |
CCA/Components/Arches/Radiation/ | 21 (10.5%) | 1972 (22.4%) | 93.9 |
CCA/Components/Arches/PropertyModelsV2/ | 46 (23.0%) | 1917 (21.8%) | 41.6 |
CCA/Components/Arches/ChemMixV2/ | 6 (3.0%) | 1328 (15.1%) | 221.3 |
CCA/Components/Arches/CoalModels/ | 20 (10.0%) | 493 (5.6%) | 24.6 |
CCA/Components/Arches/ChemMix/ | 8 (4.0%) | 255 (2.9%) | 31.8 |
CCA/Components/Arches/ | 16 (8.0%) | 142 (1.6%) | 8.8 |
Core/Grid/ | 5 (2.5%) | 30 (0.3%) | 6.0 |
CCA/Components/Schedulers/ | 3 (1.5%) | 21 (0.2%) | 7.0 |
R_Tester/ | 4 (2.0%) | 20 (0.2%) | 5.0 |
CCA/Components/Arches/Task/ | 3 (1.5%) | 17 (0.2%) | 5.6 |
CCA/Components/Arches/TransportEqns/ | 3 (1.5%) | 10 (0.1%) | 3.3 |
CCA/Components/Arches/PropertyModels/ | 11 (5.5%) | 5 (0.1%) | 0.4 |
CCA/Components/Arches/Radiation/fortran/ | 14 (7.0%) | 4 (0.0%) | 0.2 |
Core/Grid/Variables/ | 1 (0.5%) | 2 (0.0%) | 2.0 |
Core/Grid/BoundaryConditions/ | 1 (0.5%) | 1 (0.0%) | 1.0 |
CCA/Components/Arches/ParticleModels/ | 2 (1.0%) | 0 (0.0%) | 0.0 |
Add Table interface for paritcle radiation properties.
0 lines of code changed in 8 files:
Rips out the Chemistry Table from arches so that it can be used as a standAlone object. This will be useful going forward for multiple tables, which often need different interfaces.
1450 lines of code changed in 6 files:
Added bullet proofing for DORadiation sweeps when used with staggered patch layouts. Collapsed code that had been copied and pasted into for loop.
0 lines of code changed in 4 files:
Added support for 1-sided ghosts and invoking their use in Arches-sweeps. This results in a 12-25% speed-up of the sweeping algorithm, depending on scale.
63 lines of code changed in 10 files:
sweeps now throws an error when using the dynamicMPI scheduler.
10 lines of code changed in 1 file:
fix race condition in psNox.
6 lines of code changed in 3 files:
Fixed race condition in ZZNox model.
6 lines of code changed in 2 files:
Adjust psNox model clipping. Cosmetic changes.
44 lines of code changed in 1 file:
Sweeps no longer will allow or require specifiction of a linear solver for radiation.
14 lines of code changed in 1 file:
Added new NOx model. This is an extension of ZZ's work.
848 lines of code changed in 5 files:
Delete varLabels at the end of the simulation, for scattering-sweeps DO radiation, and the brown-soot model.
8 lines of code changed in 2 files:
Add BrownSoot and spectral physics to RT suite. Minor spec edits.
5 lines of code changed in 3 files:
removed reference to previously deleted fortran files.
0 lines of code changed in 2 files:
Added support for spectral solvers for Arches-radiation. Support is currently only provided for the sweeping solver. This commit also removed several experimental sweeping approaches.
This commit will break all radiation tests due to the changing of a label name, but otherwise should not change the answers.
Removed some of the unused fortran code.
815 lines of code changed in 19 files:
Use arches material, instead of a material created solely to satisfy interface requirements.
16 lines of code changed in 2 files:
Including a transparent band, for scenarios with soot/coal particles.
17 lines of code changed in 2 files:
Extended spectral radiation properties to include soot.
30 lines of code changed in 2 files:
New soot volume fraction computation.
222 lines of code changed in 2 files:
Decoupled computation of soot volume fraction and the radiative contribution from soot. Minor clean-up of estalished property models.
25 lines of code changed in 15 files:
Added a 4 band spectral property model for CO2-H2O mixtures. Based on publication Bordbar et al. 2014.
The model was developed to be accurate in the temperate range of 500K-2400K and H2O/CO2 molar ratios ranging from 0.01 to 4.0.
348 lines of code changed in 4 files:
(33 more)