[root]/CCA/Components/Arches/SourceTerms
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 |
Added gas phase enthalpy contribution during particle destruction at the wall. No impact on regression tests.
0 lines of code changed in 4 files:
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:
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:
* 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:
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:
Removed unused label.
0 lines of code changed in 2 files:
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:
additional changes related to the Application Common
0 lines of code changed in 3 files:
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:
* 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:
update to move to a application common class and remove the shared state
8 lines of code changed in 1 file:
sweeps now throws an error when using the dynamicMPI scheduler.
10 lines of code changed in 1 file:
removed spurious header file
0 lines of code changed in 2 files:
Thread violation.
2 lines of code changed in 2 files:
fix race condition in psNox.
6 lines of code changed in 3 files:
Fixed race condition in ZZNox model.
6 lines of code changed in 2 files:
Adjust psNox model clipping. Cosmetic changes.
44 lines of code changed in 1 file:
added processor node identification to the proc group, also cleaned up method names
1 lines of code changed in 1 file:
Added new NOx model. This is an extension of ZZ's work.
848 lines of code changed in 5 files:
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:
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:
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:
Use arches material, instead of a material created solely to satisfy interface requirements.
16 lines of code changed in 2 files:
Fixed Nan issue in new Nox model. This will change the answers for Coal_Nox.
247 lines of code changed in 1 file:
This commit adds ZZs nox model.
721 lines of code changed in 4 files:
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:
Clean up warnings.
270 lines of code changed in 1 file:
sched_initialize( ) & initialize()
updated to work with DO and calc frequency > 1
68 lines of code changed in 1 file:
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:
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:
Fixed Memory leak in sweeping method.
2 lines of code changed in 1 file:
Moved hypre-linear-solve discrete-oridnates radiation under the umbrella of temporal scheduling.
22 lines of code changed in 1 file:
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:
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:
Fixed memory leak causing arches-radiation tests to fail.
3 lines of code changed in 1 file:
Invoking Temporal Scheduling for the sweeping method.
137 lines of code changed in 2 files:
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:
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:
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:
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:
(14 more)