[root]/CCA/Components/Arches/Radiation
fortran
(24 files, 3405 lines)
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 |
Removed getWithDefault so that restart cases will pass ups spec validation.
0 lines of code changed in 2 files:
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:
Made radproperties work when not saving species to disk.
0 lines of code changed in 1 file:
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:
Update radiation property to work with CQMOM
38 lines of code changed in 1 file:
Change Arches ParticleHelper to ParticleTools to reduce naming conflicts
13 lines of code changed in 1 file:
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:
Revert c++-11 namespace changes.
11 lines of code changed in 1 file:
Explicit namespace usage as part of the transition to c++-11.
11 lines of code changed in 1 file:
Removed global variable in property calculator that is no longer used.
0 lines of code changed in 1 file:
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:
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:
Merge of Derek/Ben/Jeremy branch into the latest svn head.
13 lines of code changed in 2 files:
Pass BC to source terms through the extraSetup phase.
3 lines of code changed in 3 files:
Adjusting hard coded sizes for radprops in arches.
2 lines of code changed in 1 file:
Adjusted invoking of radprops slightly to be more correct.
2 lines of code changed in 1 file:
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:
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:
Cosmetic cleanups.
7 lines of code changed in 1 file:
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:
Add scaling constants/environment. This will only change answer on the
coal_channel test.
129 lines of code changed in 2 files: