/trunk/src Developers: ihunsaker

Login name:
ihunsaker
Total Commits:
60 (0.9%)
Lines of Code:
527 (0.6%)
Most Recent Commit:
2013-10-15 16:33
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for ihunsaker

Activity by Day of Week for ihunsaker

Activity in Directories

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

Activity of ihunsaker

Most Recent Commits

ihunsaker 2013-10-15 16:33 Rev.: 51090

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:

  • CCA/Components/Arches/Radiation: RadPropertyCalculator.cc (+15 -7), RadPropertyCalculator.h (+3 -10)
  • CCA/Components/Arches/Radiation/fortran: hottel.F (+3 -3)
  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+1 -1)
ihunsaker 2013-10-10 15:13 Rev.: 51059

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:

  • CCA/Components/Arches/Radiation: RadPropertyCalculator.cc (+17 -2), RadPropertyCalculator.h (+15 -3)
  • CCA/Components/Arches/Radiation/fortran: hottel.F (+196 -2), hottel.fspec (+1 -1)
ihunsaker 2013-09-06 15:41 Rev.: 50918

Remove const_props test until memory leak is fixed.

3 lines of code changed in 1 file:

  • R_Tester: ARCHES.py (+3 -3)
ihunsaker 2013-09-04 14:58 Rev.: 50907

Added a methane rmcrt multi-processor run.

Decreased number of rays for rmcrt_bm1_1L.ups.

3 lines of code changed in 1 file:

  • R_Tester: ARCHES.py (+3)
ihunsaker 2013-08-06 14:52 Rev.: 50774

Added the scattering test to the regression tester.

2 lines of code changed in 1 file:

  • R_Tester: Examples.py (+2)
ihunsaker 2013-08-06 14:45 Rev.: 50773

Comment out line that only is used for verification testing of scattering

1 lines of code changed in 1 file:

  • CCA/Components/Models/Radiation/RMCRT: Ray.cc (+1 -1)
ihunsaker 2013-08-06 13:14 Rev.: 50772

Remove throw when non-scattering case is run
with --enable-ray-scatter in configure line.

0 lines of code changed in 1 file:

  • CCA/Components/Models/Radiation/RMCRT: Ray.cc (-1)
ihunsaker 2013-08-02 16:10 Rev.: 50765


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:

  • CCA/Components/Models/Radiation/RMCRT: Ray.cc (+26 -16), Ray.h (+1 -1)
  • CCA/Components/Models/Radiation/RMCRT/Docs: Benchmarks.lyx (del), Benchmarks.pdf (del), ExplanationBoundaryFlux (del), ExplanationRayMarching (del), Explanation_of_Ray_Marching.pdf (del), RMCRT_io.txt (del)
ihunsaker 2013-06-12 16:39 Rev.: 50475

Added radiationVolqLabel to make RMCRT more
interchangeable with DOM.

15 lines of code changed in 2 files:

  • CCA/Components/Models/Radiation/RMCRT: Ray.cc (+14 -1), Ray.h (+1)
ihunsaker 2013-05-31 10:30 Rev.: 50377

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:

  • CCA/Components/Arches/Radiation: RadPropertyCalculator.h (+3 -4)
ihunsaker 2013-05-28 14:56 Rev.: 50358

updated comments

3 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: RadPropertyCalculator.h (+3 -2)
ihunsaker 2013-04-12 14:47 Rev.: 50124

More intuitive variable names.
More reasonable default values.

15 lines of code changed in 3 files:

  • CCA/Components/Arches/Radiation: RadPropertyCalculator.h (+2 -1)
  • CCA/Components/Models/Radiation/RMCRT: Ray.cc (+11 -11), Ray.h (+2 -2)
ihunsaker 2013-04-11 13:20 Rev.: 50119

Fixed an oops. Not sure how that made it
through my local RT.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: RadPropertyCalculator.h (+1 -1)
ihunsaker 2013-04-11 12:15 Rev.: 50117

Deleted comments. Moved check for negative
mole fractions to RadPropertyCalculator.


2 lines of code changed in 2 files:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.h (-15)
  • CCA/Components/Arches/Radiation: RadPropertyCalculator.h (+2 -1)
ihunsaker 2013-04-10 15:50 Rev.: 50113

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:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.h (+15 -15)
ihunsaker 2013-04-09 12:28 Rev.: 50106

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:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.h (+19)
  • CCA/Components/Arches/Radiation: RadPropertyCalculator.h (+3 -3)
  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+2 -2)
  • CCA/Components/Examples: RMCRT_Test.cc (+1 -1)
  • CCA/Components/Models/Radiation/RMCRT: Ray.cc (+13 -13), Ray.h (+1)
  • R_Tester: ARCHES.py (+1 -1)
ihunsaker 2013-03-28 15:12 Rev.: 50024

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:

  • CCA/Components/Arches/Radiation: RadPropertyCalculator.h (+1 -1)
  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+12 -12), RMCRT.h (+1 -1)
  • CCA/Components/Examples: RMCRT_Test.cc (+25 -23), RMCRT_Test.h (+2 -2)
  • CCA/Components/Models/Radiation/RMCRT: Ray.cc (+24 -22), Ray.h (+6 -6)
ihunsaker 2013-03-21 10:51 Rev.: 50005

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:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+12 -12), RMCRT.h (+1 -1)
  • CCA/Components/Examples: RMCRT_Test.cc (+23 -25), RMCRT_Test.h (+2 -2)
  • CCA/Components/Models/Radiation/RMCRT: Ray.cc (+24 -24), Ray.h (+6 -6)
ihunsaker 2013-03-13 15:25 Rev.: 49979

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:

  • CCA/Components/Models/Radiation/RMCRT: Ray.cc (+3 -3)
ihunsaker 2013-01-30 17:44 Rev.: 49835

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:

  • CCA/Components/Arches/Radiation: RadPropertyCalculator.h (+2 -1)

(2 more)

Generated by StatSVN 0.7.0