Directory CCA/Components/Arches/Radiation/

Total Files:
14
Deleted Files:
0
Lines of Code:
4937

[root]/CCA/Components/Arches/Radiation
                    directory in repo fortran (24 files, 3405 lines)

Lines of Code

CCA/Components/Arches/Radiation/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 53 (100.0%) 513 (100.0%) 9.6
derekhar 18 (34.0%) 275 (53.6%) 15.2
jthornoc 7 (13.2%) 145 (28.3%) 20.7
awabboud 2 (3.8%) 51 (9.9%) 25.5
jas 24 (45.3%) 34 (6.6%) 1.4
dav 1 (1.9%) 7 (1.4%) 7.0
jsutherland 1 (1.9%) 1 (0.2%) 1.0

Most Recent Commits

derekhar 2015-09-23 10:58 Rev.: 54009

Removed getWithDefault so that restart cases will pass ups spec validation.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (new)
derekhar 2015-09-16 14:47 Rev.: 53966

Removed coal specific design to allow for a more generic roadmap for arches particle transport.
This change is also preliminary for a massflowinlet boundary condition.

4 lines of code changed in 2 files:

  • CCA/Components/Arches/Radiation: RadPropertyCalculator.cc (new)
derekhar 2015-09-04 17:21 Rev.: 53909

Made radproperties work when not saving species to disk.

0 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: RadPropertyCalculator.cc (-3)
derekhar 2015-09-04 15:55 Rev.: 53908

Added weighted sum of grey gases model for computing the mean absorption coefficient of the gas. Note that this is not a spectral implementation.

167 lines of code changed in 3 files:

  • CCA/Components/Arches/Radiation: RadPropertyCalculator.cc (+143), RadPropertyCalculator.h (+24)
awabboud 2015-08-28 14:25 Rev.: 53876

Update radiation property to work with CQMOM

38 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: RadPropertyCalculator.cc (+38 -4)
awabboud 2015-08-28 11:46 Rev.: 53872

Change Arches ParticleHelper to ParticleTools to reduce naming conflicts

13 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+13 -1)
derekhar 2015-07-06 14:59 Rev.: 53701

Added 3 benchmarks for verification of radiation models to orderAccuracy suite.
Benchmarks were generated using a semi-analytical solution to heat flux divergence solution
for three cases.

1. sinusoidal temperature field and constant absorption coefficient with walls
at 1500K.
2. linear temperature field with exponential decay of absorption coefficient.
with walls at 0K.
3. linear temperature field with exponential decay of absorption coefficient
with walls at 0K and a small with a hot square at 1000K.

This commit added a new arches radproperties inheritance class called "special" for the purposes of these tests.

62 lines of code changed in 2 files:

  • CCA/Components/Arches/Radiation: RadPropertyCalculator.cc (+41), RadPropertyCalculator.h (+21)
jas 2015-05-28 09:26 Rev.: 53557

Revert c++-11 namespace changes.

11 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+11 -11)
jas 2015-05-27 15:34 Rev.: 53554

Explicit namespace usage as part of the transition to c++-11.

11 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+11 -11)
derekhar 2015-05-12 15:46 Rev.: 53476

Removed global variable in property calculator that is no longer used.

0 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: RadPropertyCalculator.h (-1)
derekhar 2015-05-11 16:46 Rev.: 53475

Fixed thread safety issues in coal models, and in hottel-sarofim radiation properties.
This commits also removes ambiguous calls to isnan and isinf which cause compile errors in c++11.

5 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: RadPropertyCalculator.cc (+5 -5)
derekhar 2015-04-07 16:40 Rev.: 53340

Removed clutter in code by Changing T*T*T*T to pow(T,4). Will break all radiation tests.

2 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+2 -4)
jthornoc 2015-03-24 15:31 Rev.: 53270

Merge of Derek/Ben/Jeremy branch into the latest svn head.

13 lines of code changed in 2 files:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+5 -3), RadPropertyCalculator.cc (+8 -8)
jthornoc 2015-03-16 21:03 Rev.: 53227

Pass BC to source terms through the extraSetup phase.

3 lines of code changed in 3 files:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (-3), DORadiationModel.h (new)
derekhar 2015-01-27 21:05 Rev.: 53045

Adjusting hard coded sizes for radprops in arches.

2 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: RadPropertyCalculator.cc (+2 -2)
derekhar 2015-01-27 20:53 Rev.: 53044

Adjusted invoking of radprops slightly to be more correct.

2 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: RadPropertyCalculator.cc (+2 -2)
jsutherland 2015-01-27 20:41 Rev.: 53043

Update Arches & Wasatch, which broke due to the recent RadProps API change. For now this just hard-codes values for particle sizes to the values which were previously hard-coded within RadProps.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: RadPropertyCalculator.cc (+1 -1)
jas 2015-01-26 12:34 Rev.: 53023

Made the following changes:

1. Compress large xml files. Remove sus log.

2. Add Changelog.

3. Add instructions for adding a new component to the build system.

4. Update OSX build in install documentation.

5. Update petsc version in install documentation.

6. Change Petsc version.

7. Remove references to Teem in installation. Remove the build directory
after creating the tarball for the release.

8. Remove Tracker feature.

9. Remove AIX references. Remove Basis/. Remove Teem. Remove sci_defs
include files related to SCIRun.

10. Remove old build dependency versions.

11. Add wasatch_3P 1.6.0 branch.

12. Remove bench.config file, update excludes when building release tar ball.

13. Remove *.orig and *.release files.

14. Update copyright date. Update version to 1.6.

12 lines of code changed in 22 files:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+1 -1), DORadiationModel.h (+1 -1), DORadiationModelV2.cc (+1 -1), DORadiationModelV2.h (new), FakeRadPetscSolver.cc (+1 -1), RadHypreSolver.cc (new), RadHypreSolver.h (new), RadPetscSolver.cc (+1 -1), RadPetscSolver.h (new), RadiationSolver.cc (+1 -1), RadiationSolver.h (new), sub.mk (new)
dav 2015-01-23 15:21 Rev.: 53011

Cosmetic cleanups.

7 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: sub.mk (+7 -11)
derekhar 2015-01-22 13:18 Rev.: 52992

Added a feature for users running DO Radiation with scattering so that they can switch the number of ordinates in the middle of a production run.

31 lines of code changed in 3 files:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+25 -10), DORadiationModel.h (+5 -2), RadPropertyCalculator.cc (+1 -1)
jthornoc 2015-01-19 21:50 Rev.: 52976

Add scaling constants/environment. This will only change answer on the
coal_channel test.

129 lines of code changed in 2 files:

  • CCA/Components/Arches/Radiation: RadPropertyCalculator.cc (+56 -56), RadPropertyCalculator.h (+73 -64)
Generated by StatSVN 0.7.0