[root]/CCA/Components/Arches/WallHTModels
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 43 (100.0%) | 2010 (100.0%) | 46.7 |
milo | 7 (16.3%) | 1168 (58.1%) | 166.8 |
bisaac | 14 (32.6%) | 367 (18.3%) | 26.2 |
mcconnell | 3 (7.0%) | 148 (7.4%) | 49.3 |
derekhar | 4 (9.3%) | 133 (6.6%) | 33.2 |
jthornoc | 5 (11.6%) | 129 (6.4%) | 25.8 |
allen | 9 (20.9%) | 64 (3.2%) | 7.1 |
jas | 1 (2.3%) | 1 (0.0%) | 1.0 |
slightly modified regressions coefficients in the emissivty model. This commit will probably break 1GW_pokluda_np.ups test
0 lines of code changed in 2 files:
This is an update to the emissivity model, no impact on regression tests
1117 lines of code changed in 3 files:
The wall model now normalizes the relaxation coefficient based on the maximum solve frequency for dynamic radiation frequency.
This will allow users to adopt the dynamic solve frequency approach without it affecting the averaging window that they chose based on the base or maximum radiation solve frequency.
18 lines of code changed in 2 files:
adopt temporal scheduling for the wall model. This will remove unneeded ghost communication on non-radiation steps.
115 lines of code changed in 2 files:
removed the get for the calc frequency as it is no longer needed
0 lines of code changed in 2 files:
tab removal
13 lines of code changed in 1 file:
changed the logic to check for the task graph index
15 lines of code changed in 2 files:
Fixed declaration error with k_ash_uncertain variable. This doesn't impact regression tests but will impact VUQ runs with this parameter.
1 lines of code changed in 1 file:
Cleanup of variable names and converting to DOUT for debug stream.
61 lines of code changed in 2 files:
removal of shared state and introduction of a material manager
10 lines of code changed in 2 files:
Added a fix to WallHT for the scenario where rad_q_max = rad_q_melt and we switch from regime 2 to regime 3. This was creating unphysical behavior liquid layer thickness. This commit shouldn't impact regression tests.
4 lines of code changed in 1 file:
rolled back changes to r58119
91 lines of code changed in 1 file:
Update copyright date.
1 lines of code changed in 1 file:
removed need for calls to shared state for the time step and sim time
56 lines of code changed in 1 file:
Removal of duplicate scheduling functionality in the Arches Task Interface. Now we go through the factory.
Cleaning up the failures in the kokkos turbulence models, which required an input file change (removal of volFraction def)
Fixing the setting of simTime in the Arches tasks. Previously time was zero always resulting in nonsense answers.
Finally, changing the Atomic task to derive off the Arches Task rather than be its own beast.
Expecting the following "failures" which will require update to GS:
S U M M A R Y
Failed: ARCHES-opt tests
:kokkos-x-scalar_mms_RK1: test failed comparison tests
:kokkos-x-scalar_mms_RK1: (restart) test failed comparison tests
:kokkos-x-scalar_mms_RK2: test failed comparison tests
:kokkos-x-scalar_mms_RK2: (restart) test failed comparison tests
:kokkos-x-scalar_mms_RK3: test failed comparison tests
:kokkos-x-scalar_mms_RK3: (restart) test failed comparison tests
:problem3_Shunn_mms-x: test failed comparison tests
:problem3_Shunn_mms-x: (restart) test failed comparison tests
:isotropic_kokkos_wale: test failed comparison tests
5 lines of code changed in 1 file:
Updated the additional log function for VUQ in WallHT. This impacts 1GW_em_tc and 1GW_pokluda in the noise.
3 lines of code changed in 1 file:
Added uncertainity parameter for ash thermal conductivity.
14 lines of code changed in 2 files:
Fixed a bug which adjust emissivity in limiting cases. This will change the answers for 1GW_pokluda.
25 lines of code changed in 1 file:
added Black Thunder/Powder River coefficients
9 lines of code changed in 1 file:
new emissivity model with correct regression parameters for specific coals: Illinois, Indonesian, ND Lignite, sufco
42 lines of code changed in 1 file:
Added the rest of the new Pokluda sintering model. Still not covered under RT.
217 lines of code changed in 2 files:
Cleaning out ParticleTools and moving coal-specific functions to
CoalHelper.
63 lines of code changed in 2 files:
Updated volume time-averaging for particle arrival size. This will modify the Arches tests: 1GW_RT, 1GW_em_tc, and mass_energy_balance.
40 lines of code changed in 2 files:
Update copyright date.
1 lines of code changed in 1 file:
removed need for calls to shared state for the time step and sim time
26 lines of code changed in 2 files:
Removed the constraint on net heat flux being positive or zero within wall ht model. This commit will change the answers in 1GW_RT and 1GW_em_tc.
2 lines of code changed in 1 file:
Corrected max tempertaure in the presence of additional sources. This commit will not impact regression tests.
1 lines of code changed in 1 file:
Added additional source terms to the wall heat transfer model - coal_region. This commit will not impact regression tests.
60 lines of code changed in 2 files: