Directory CCA/Components/Arches/SourceTerms/

Total Files:
34
Deleted Files:
8
Lines of Code:
6655

[root]/CCA/Components/Arches/SourceTerms

Lines of Code

CCA/Components/Arches/SourceTerms/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 163 (100.0%) 6569 (100.0%) 40.3
derekhar 36 (22.1%) 2575 (39.2%) 71.5
jthornoc 51 (31.3%) 2121 (32.3%) 41.5
bisaac 28 (17.2%) 1148 (17.5%) 41.0
ahumphrey 4 (2.5%) 407 (6.2%) 101.7
harman 4 (2.5%) 129 (2.0%) 32.2
milo 3 (1.8%) 106 (1.6%) 35.3
allen 27 (16.6%) 44 (0.7%) 1.6
dav 5 (3.1%) 32 (0.5%) 6.4
jholmen 3 (1.8%) 6 (0.1%) 2.0
jas 2 (1.2%) 1 (0.0%) 0.5

Most Recent Commits

bisaac 2017-12-21 09:14 Rev.: 57501

Added gas phase enthalpy contribution during particle destruction at the wall. No impact on regression tests.

0 lines of code changed in 4 files:

  • CCA/Components/Arches/SourceTerms: CoalGasHeat.cc (new), CoalGasHeat.h (new)
bisaac 2017-12-20 23:12 Rev.: 57500

Updated deposition velocity to be consistent with mass evolving at the wall, and fixed a bug when computing the volume-averaged particle size. This commit will break 1GW_RT and 1GW_em_tc.

0 lines of code changed in 4 files:

  • CCA/Components/Arches/SourceTerms: CoalGasDevol.cc (new), CoalGasOxi.cc (changed)
bisaac 2017-12-19 13:04 Rev.: 57479

Added the ability to retain the organic mass after deposition. The parameter retained_deposit_factor can be used to specify the fraction of organic that remains the in the deposit.

174 lines of code changed in 6 files:

  • CCA/Components/Arches/SourceTerms: CoalGasDevol.cc (+83 -9), CoalGasDevol.h (new), CoalGasOxi.cc (+84 -15), CoalGasOxi.h (+3 -1)
jthornoc 2017-12-12 12:35 Rev.: 57429

* Remove a double delete on a source label (zzNox) - not sure why this wasn’t picked up earlier.
* Adding mass flow rt check in intrusion_test.ups. THIS CHANGES ANSWERS.
* Added some additional error checking, comments, etc. for the intrusion inlets.
* Updated a couple input files with correct uda names.

50 lines of code changed in 2 files:

  • CCA/Components/Arches/SourceTerms: ZZNoxSolid.cc (+50 -51)
derekhar 2017-12-04 16:28 Rev.: 57393

Added bullet proofing for DORadiation sweeps when used with staggered patch layouts. Collapsed code that had been copied and pasted into for loop.

0 lines of code changed in 4 files:

  • CCA/Components/Arches/SourceTerms: DORadiation.cc (changed), DORadiation.h (new)
jthornoc 2017-11-28 17:55 Rev.: 57361

Removed unused label.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/SourceTerms: ZZNoxSolid.h (new)
allen 2017-11-24 15:37 Rev.: 57339

removed the delta T label from the shared state and began removing the shared state where possible

32 lines of code changed in 15 files:

  • CCA/Components/Arches/SourceTerms: BowmanNOx.cc (new), BrownSoot.cc (+3 -3), ManifoldRxn.cc (+6 -6), ManifoldRxn.h (+17 -13), SourceTermFactory.cc (new), WestbrookDryer.cc (+2 -2), ZZNoxSolid.cc (+1 -1), psNox.cc (new)
allen 2017-11-22 21:12 Rev.: 57334

additional changes related to the Application Common

0 lines of code changed in 3 files:

  • CCA/Components/Arches/SourceTerms: DORadiation.cc (-3), RMCRT.cc (new)
derekhar 2017-11-22 15:10 Rev.: 57332

Added support for 1-sided ghosts and invoking their use in Arches-sweeps. This results in a 12-25% speed-up of the sweeping algorithm, depending on scale.

20 lines of code changed in 2 files:

  • CCA/Components/Arches/SourceTerms: DORadiation.cc (+19 -20), DORadiation.h (+1)
jholmen 2017-11-21 23:41 Rev.: 57328

* Added build system support for Kokkos.
* Added /src/include/sci_defs/kokkos_testdefs.h.in.

This commit allows --with-kokkos=DIR to be used to point to a Kokkos installation instead of CXXFLAGS and LDFLAGS.

Note, files using #define UINTAH_ENABLE_KOKKOS must now add #include <sci_defs/kokkos_defs.h> to manage this macro.

6 lines of code changed in 3 files:

  • CCA/Components/Arches/SourceTerms: CoalGasDevol.cc (+2), CoalGasHeat.cc (+2), CoalGasOxi.cc (+2)
allen 2017-11-21 15:40 Rev.: 57322

update to move to a application common class and remove the shared state

8 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+8 -2)
derekhar 2017-11-07 11:28 Rev.: 57240

sweeps now throws an error when using the dynamicMPI scheduler.

10 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: DORadiation.cc (+10)
allen 2017-11-06 11:50 Rev.: 57214

removed spurious header file

0 lines of code changed in 2 files:

  • CCA/Components/Arches/SourceTerms: SourceTermFactory.h (new)
jthornoc 2017-10-31 13:37 Rev.: 57202

Thread violation.

2 lines of code changed in 2 files:

  • CCA/Components/Arches/SourceTerms: ZZNoxSolid.cc (+2 -2), ZZNoxSolid.h (-1)
derekhar 2017-10-31 10:35 Rev.: 57200

fix race condition in psNox.

6 lines of code changed in 3 files:

  • CCA/Components/Arches/SourceTerms: psNox.cc (+6), psNox.h (new)
derekhar 2017-10-31 10:31 Rev.: 57199

Fixed race condition in ZZNox model.

6 lines of code changed in 2 files:

  • CCA/Components/Arches/SourceTerms: ZZNoxSolid.cc (+6), ZZNoxSolid.h (-3)
derekhar 2017-10-30 19:44 Rev.: 57195

Adjust psNox model clipping. Cosmetic changes.

44 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: psNox.cc (+44 -45)
allen 2017-10-25 12:48 Rev.: 57176

added processor node identification to the proc group, also cleaned up method names

1 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+1 -1)
derekhar 2017-10-16 17:44 Rev.: 57147

Added new NOx model. This is an extension of ZZ's work.

848 lines of code changed in 5 files:

  • CCA/Components/Arches/SourceTerms: SourceTermFactory.cc (+4), psNox.cc (+636), psNox.h (+207), sub.mk (new)
harman 2017-10-06 10:02 Rev.: 57090

RMCRT.cc
sched_computeSource() DataOnion section
- reverse the order in which levels coarsen variables. You can't coarsen a level until
the finer level has been populatd. --Derek

Ray.cc
added printSchedule() statement.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+1 -1)
derekhar 2017-09-13 12:11 Rev.: 56995

Delete varLabels at the end of the simulation, for scattering-sweeps DO radiation, and the brown-soot model.

4 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: BrownSoot.cc (+4)
derekhar 2017-09-08 17:39 Rev.: 56974

Added support for spectral solvers for Arches-radiation. Support is currently only provided for the sweeping solver. This commit also removed several experimental sweeping approaches.

This commit will break all radiation tests due to the changing of a label name, but otherwise should not change the answers.
Removed some of the unused fortran code.

275 lines of code changed in 2 files:

  • CCA/Components/Arches/SourceTerms: DORadiation.cc (+268 -578), DORadiation.h (+7 -41)
derekhar 2017-09-05 12:16 Rev.: 56963

Use arches material, instead of a material created solely to satisfy interface requirements.

16 lines of code changed in 2 files:

  • CCA/Components/Arches/SourceTerms: DORadiation.cc (+16 -17), DORadiation.h (-1)
bisaac 2017-08-09 11:47 Rev.: 56856

Fixed Nan issue in new Nox model. This will change the answers for Coal_Nox.

247 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: ZZNoxSolid.cc (+247 -241)
bisaac 2017-08-08 12:02 Rev.: 56853

This commit adds ZZs nox model.

721 lines of code changed in 4 files:

  • CCA/Components/Arches/SourceTerms: SourceTermFactory.cc (+6), ZZNoxSolid.cc (+515), ZZNoxSolid.h (+199), sub.mk (+1)
harman 2017-07-21 14:59 Rev.: 56817

RMCRTCommon:
- pulled requires weed.


Ray.cc:
- turned exception into a warning. It possible for the user to save abskg and the float representation
abskgRMCRT in the same uda.


SourceTerms/RMCRT
extraSetup()
- On the coarse level initialize either abskgt or abskgRMCRT depending if user selects float or double
version.

converted DebugStream -> DOUT.


9 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+9 -5)
jthornoc 2017-07-06 11:50 Rev.: 56757

Clean up warnings.

270 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: DORadiation.cc (+270 -271)
harman 2017-06-30 12:56 Rev.: 56718

sched_initialize( ) & initialize()
updated to work with DO and calc frequency > 1

68 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+68 -73)
harman 2017-06-26 16:00 Rev.: 56703

RMCRT:
- abskg_dw is now a global map with the level index as the key. The component can specify
using the old/new_dw for on finest level. Abskg is always pulled from the new_dw on coarser levels.


Arches/SourceTerms/RMCRT.cc:
global - changed level->getID to level->getIndex()
No longer specifying abskg_dw when scheduling tasks, it's handled via the global vector.
Arches now uses abskg from the old_dw.

Input files:
added <stage = 0> tags.

The Arches RMCRT tests will fail, since the number of checkpoint variables increased by 1.


51 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+51 -56)
derekhar 2017-06-26 11:53 Rev.: 56699

Invert loop for speed, remove if-statement intended to increase speed, will change all scattering regression tests.

0 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: DORadiation.cc (-1)
derekhar 2017-06-21 10:53 Rev.: 56676

Fixed Memory leak in sweeping method.

2 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: DORadiation.cc (+2 -2)
derekhar 2017-06-19 13:20 Rev.: 56641

Moved hypre-linear-solve discrete-oridnates radiation under the umbrella of temporal scheduling.

22 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: DORadiation.cc (+22 -57)
derekhar 2017-06-15 16:40 Rev.: 56638

Fixed some RT failures. This will change the answers for all RMCRT-arches tests.
This patch more fully integrated the temporal scheduling into arches.

42 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+42)
ahumphrey 2017-06-14 17:50 Rev.: 56630

Fully generalize temporal scheduling.

This is very component driven now and through one additional SimulationInterface virtual function ( virtual int computeTaskGraphIndex() ), task graph index (e.g. rad_calc_freq modulo) can be computed in a component-specific way. SimController now calls computeTaskGraphIndex() on the sim object and passes this to executeTimestep. This method is not pure virtual, and maintains backward compatibility for components not using temporal scheduling.

Note, this may have broken a few Arches restart tests, however I've spoken to Derek about this and we will remedy ASAP. This is due to how Arches is now finding rad_calc_freq outside of it's RMCRT object.

2 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+2 -3)
derekhar 2017-06-09 11:35 Rev.: 56620

Fixed memory leak causing arches-radiation tests to fail.

3 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: DORadiation.cc (+3 -7)
derekhar 2017-06-07 18:12 Rev.: 56618

Invoking Temporal Scheduling for the sweeping method.

137 lines of code changed in 2 files:

  • CCA/Components/Arches/SourceTerms: DORadiation.cc (+129 -34), DORadiation.h (+8)
derekhar 2017-06-07 10:24 Rev.: 56615

Upgraded one of the sweeping approaches so that communication is isolated to the relevant patches, using the base task->requires.

191 lines of code changed in 2 files:

  • CCA/Components/Arches/SourceTerms: DORadiation.cc (+176 -41), DORadiation.h (+15 -4)
ahumphrey 2017-06-06 14:15 Rev.: 56609

Reintegration of incite_dev branch. Improvements/Features/Optimizations include (but not limited too):

1.) Temporal scheduling, e.g. support for multiple primary task graphs (not w-cycle)
2.) Significantly improved task graph compilation times for multi-level RMCRT at large core/patch counts
3.) GPU super patch support
4.) Highly optimized RMCRT GPU kernels
5.) Significant reduction in infrastructure memory footprint

ARCHES: methane_rmcrt test is broken due to issues with trunk code. Good luck Todd, let us know if you need another set of eyes.
WASATCH: RMCRT-Burns-Christon UDA comparison fails as the trunk input file specifies an unused variable to store. Branch code has fixed this.
-"compare_uda -ignoreVariable "VRFlux" rmcrt-burns-christon.uda.trunk rmcrt-burns-christon.uda.branch" compares exactly.
-just need to remove <save label="VRFlux"/> from original input and regenerate GS for this test.

Please let us know if anyone sees any residual issues with this commit. We are standing by to deal with any fallout.

405 lines of code changed in 3 files:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+277 -151), RMCRT.h (new)
derekhar 2017-05-26 17:49 Rev.: 56582

Added Sweeps with partial spatial scheduling. Multi-box friendly implementation. Scattering physics are integrated. Reflections are not natively supported. No temporal scheduling supported.

916 lines of code changed in 2 files:

  • CCA/Components/Arches/SourceTerms: DORadiation.cc (+823 -25), DORadiation.h (+93)
bisaac 2017-05-26 11:59 Rev.: 56581

Removed clipping bug in FOWY, and gas-integration bugs that were making it so we couldn't run second-order. This commit will break pcoal_drag (second order), coal_RadPropsPlanck (second order), and partMassFlow (clipping).

6 lines of code changed in 9 files:

  • CCA/Components/Arches/SourceTerms: CoalGasDevol.cc (+1), CoalGasDevolMom.cc (+1), CoalGasHeat.cc (+1), CoalGasMomentum.cc (+1), CoalGasOxi.cc (+1), CoalGasOxiMom.cc (+1)

(14 more)

Generated by StatSVN 0.7.0