Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 158 (100.0%) | 3233 (100.0%) | 20.4 |
CCA/Components/Arches/Radiation/ | 43 (27.2%) | 1701 (52.6%) | 39.5 |
CCA/Components/Arches/PropertyModels/ | 21 (13.3%) | 545 (16.9%) | 25.9 |
CCA/Components/Arches/SourceTerms/ | 17 (10.8%) | 364 (11.3%) | 21.4 |
CCA/Components/Arches/Radiation/fortran/ | 25 (15.8%) | 239 (7.4%) | 9.5 |
CCA/Components/Models/Radiation/RMCRT/ | 5 (3.2%) | 100 (3.1%) | 20.0 |
CCA/Components/Arches/CoalModels/ | 17 (10.8%) | 95 (2.9%) | 5.5 |
CCA/Components/Arches/ | 12 (7.6%) | 82 (2.5%) | 6.8 |
CCA/Components/Models/Radiation/floatRMCRT/ | 4 (2.5%) | 81 (2.5%) | 20.2 |
R_Tester/ | 9 (5.7%) | 20 (0.6%) | 2.2 |
CCA/Components/Arches/TransportEqns/ | 1 (0.6%) | 6 (0.2%) | 6.0 |
CCA/Components/Arches/PropertyModelsV2/ | 2 (1.3%) | 0 (0.0%) | 0.0 |
CCA/Components/Arches/ChemMix/ | 2 (1.3%) | 0 (0.0%) | 0.0 |
Added more statements to inform users of bad input.
0 lines of code changed in 2 files:
Added additional bullet-proofing for parsing the input file.
0 lines of code changed in 2 files:
Fixed a bad merge from a previous commit.
3 lines of code changed in 1 file:
Added an additional particle model for radiation. The constant complex-index-refraction model. Decoupled the particle temperature from the gas temperature for radiation.
529 lines of code changed in 17 files:
Made DO-radiation consisently use zero ghost
cells when allocating memory for the DO b array.
2 lines of code changed in 1 file:
Modified DO-radiation to use no ghost cells for the source term in the DO-Solve.
1 lines of code changed in 1 file:
Added bullet-proofing for several of the labels used radiation coefficient model.
Fixed some radiation related screen-output. General housekeeping changes.
52 lines of code changed in 3 files:
Fix unit error in source term for gas enthalpy.
3 lines of code changed in 1 file:
Minor housekeeping commit. Changed spacing and coding-order to be easier to read.
106 lines of code changed in 2 files:
This commit, moves all computations of abskp to radPropertyCalculator.cc. It also makes improvements to DO-radiation scattering, and radprops.
A new class was created in this commit, which contains the machinery for computing particle absorption coefficients.
This commit changes the answers to two arches tests, coal_channel and coal_RadPropsPlanck.
907 lines of code changed in 18 files:
Fix Regression tests. Should have exact comparison.
3 lines of code changed in 1 file:
Moved initialization of source term so that the sum is properly initialized to zero for radiation scattering.
6 lines of code changed in 1 file:
Added Scattering in discrete ordinates radiation using the radProps property model. Also made some changes to reflections in discrete ordinates radiation. In this version, the complex index of refraction is a constant for all particles.
405 lines of code changed in 21 files:
Changed order of operations in Discrete Ordinance for efficiency. This should change DORadiation A-matrix in the 16 decimal place.
12 lines of code changed in 1 file:
Fixed compile time warnings, as well as a compile time error.
6 lines of code changed in 4 files:
This is Stage 1 of a commit which adds reflections for DO-Radiation. The RT-Tests are expected to fail, due to a new VarLabel in the checkpoints. The uda files are expected to remain unchanged.
311 lines of code changed in 20 files:
Fixed swirl so that extra cell values are properly set.
2 lines of code changed in 1 file:
Fixed bug in swirl boundary conditions when swirl is set on z faces.
3 lines of code changed in 1 file:
Added comments to improve clairity of coal drag model.
3 lines of code changed in 2 files:
Changed the Swirl interface. Swirl now uses the face-object's origin by default, unless specified otherwise in inputfile.
13 lines of code changed in 1 file:
(24 more)