Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 60 (100.0%) | 527 (100.0%) | 8.7 |
CCA/Components/Arches/Radiation/fortran/ | 5 (8.3%) | 200 (38.0%) | 40.0 |
CCA/Components/Models/Radiation/RMCRT/ | 16 (26.7%) | 135 (25.6%) | 8.4 |
CCA/Components/Arches/Radiation/ | 12 (20.0%) | 67 (12.7%) | 5.5 |
CCA/Components/Examples/ | 5 (8.3%) | 53 (10.1%) | 10.6 |
CCA/Components/Arches/ChemMix/ | 3 (5.0%) | 34 (6.5%) | 11.3 |
CCA/Components/Arches/SourceTerms/ | 7 (11.7%) | 29 (5.5%) | 4.1 |
R_Tester/ | 4 (6.7%) | 9 (1.7%) | 2.2 |
CCA/Components/Models/Radiation/RMCRT/Docs/ | 8 (13.3%) | 0 (0.0%) | 0.0 |
Completion of interface that allows RMCRT to call the hottel
property models.
Also contains some minor code cleanup.
22 lines of code changed in 6 files:
Put in the actual calculations for hottel.F,
most of which was borrowed from radcoef.F.
Added necessary pieces to call the hottel
function in RadPropertyCalculator.
229 lines of code changed in 5 files:
Remove const_props test until memory leak is fixed.
3 lines of code changed in 1 file:
Added a methane rmcrt multi-processor run.
Decreased number of rays for rmcrt_bm1_1L.ups.
3 lines of code changed in 1 file:
Added the scattering test to the regression tester.
2 lines of code changed in 1 file:
Comment out line that only is used for verification testing of scattering
1 lines of code changed in 1 file:
Remove throw when non-scattering case is run
with --enable-ray-scatter in configure line.
0 lines of code changed in 1 file:
Ensure wall emissivity doesn't exceed one.
Added warnings for low ray numbers.
Code cleanup.
Made variable for number of divQ rays more intuitive.
Removed redundant documentation.
27 lines of code changed in 8 files:
Added radiationVolqLabel to make RMCRT more
interchangeable with DOM.
15 lines of code changed in 2 files:
More rigorous check throws error for all negative
mole fracs. Updated the mole frac computation in
the scattering to match of the absorption.
3 lines of code changed in 1 file:
updated comments
3 lines of code changed in 1 file:
More intuitive variable names.
More reasonable default values.
15 lines of code changed in 3 files:
Fixed an oops. Not sure how that made it
through my local RT.
1 lines of code changed in 1 file:
Deleted comments. Moved check for negative
mole fractions to RadPropertyCalculator.
2 lines of code changed in 2 files:
Commenting out the changes in the Classic table
interface that broke the two regression tests
yesterday. When I figure out why this broke
the test, I'll put the changes back in.
15 lines of code changed in 1 file:
Made ray tracing capable of handling intrusion.
Bug fix in radprops interface. This fixes
the problem of negative mole fractions.
I have changed the input files for the RMCRT
regression tests, but the answers should
remain unchanged.
40 lines of code changed in 7 files:
Nuking all the changes regarding volumeFraction and
reverting back to cellType. Using volumeFraction
to detect boundaries fails at inlet,outlet,
and other pressure BCs because there is no
way to use volumeFraction to distinguish between
flow cells and these kinds of BCs.
This implies that if RMCRT is to be implemented
in other components then the cellType variable
must be present in that component.
Sorry Todd, but this is going to break all
RMCRT RTs. Do you mind updating GSs?
71 lines of code changed in 7 files:
Changed from cellType to volumeFrac to
allow for cross-component generality.
This shouldn't change the radiation answers,
but all the rmcrt tests will fail since
the udas cannot be compared due to the
change in variable name.
Todd, can I get you to update the GSs?
68 lines of code changed in 6 files:
Changed the calculation that terminates when
a ray will terminate for cases with non-black
walls. This should fix the
problem of infinite loops for cases that
have non-black surfaces and extremely low
optical thicknesses in early timesteps.
This will break the RT for RMCRT tests that
have non-black walls, specifically,
RMCRT_ML and RMCRT_1L_reflect.
Todd, can you update the GSs?
3 lines of code changed in 1 file:
Assert that mole fractions of participating
species aren't negative before using them
in the radiation property calculator.
2 lines of code changed in 1 file:
(2 more)