Directory CCA/Components/Arches/WallHTModels/

Total Files:
2
Deleted Files:
0
Lines of Code:
2252

[root]/CCA/Components/Arches/WallHTModels

Lines of Code

CCA/Components/Arches/WallHTModels/ Lines of Code

Developers

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

Most Recent Commits

milo 2018-12-12 18:12 Rev.: 59065

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:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.h (changed)
milo 2018-12-04 14:42 Rev.: 58988

This is an update to the emissivity model, no impact on regression tests

1117 lines of code changed in 3 files:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (new), WallModelDriver.h (+1115 -929)
derekhar 2018-11-29 16:00 Rev.: 58977

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:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+16 -1), WallModelDriver.h (+2)
derekhar 2018-11-28 17:51 Rev.: 58971

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:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+106 -20), WallModelDriver.h (+9 -1)
allen 2018-11-26 17:19 Rev.: 58953

removed the get for the calc frequency as it is no longer needed

0 lines of code changed in 2 files:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (-2), WallModelDriver.h (-1)
allen 2018-11-26 16:51 Rev.: 58952

tab removal

13 lines of code changed in 1 file:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.h (+13 -13)
allen 2018-11-26 16:48 Rev.: 58950

changed the logic to check for the task graph index

15 lines of code changed in 2 files:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+12 -14), WallModelDriver.h (+3)
bisaac 2018-09-28 09:32 Rev.: 58725

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:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.h (+1 -1)
jthornoc 2018-09-19 17:32 Rev.: 58689

Cleanup of variable names and converting to DOUT for debug stream.

61 lines of code changed in 2 files:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+60 -60), WallModelDriver.h (+1 -1)
allen 2018-08-10 09:00 Rev.: 58514

removal of shared state and introduction of a material manager

10 lines of code changed in 2 files:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+7 -7), WallModelDriver.h (+3 -3)
bisaac 2018-06-29 14:24 Rev.: 58362

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:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+4 -3)
mcconnell 2018-04-16 15:54 Rev.: 58140

rolled back changes to r58119

91 lines of code changed in 1 file:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+91 -55)
mcconnell 2018-04-16 15:04 Rev.: 58137

Update copyright date.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+1 -1)
mcconnell 2018-04-16 15:03 Rev.: 58125

removed need for calls to shared state for the time step and sim time

56 lines of code changed in 1 file:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+56 -92)
jthornoc 2018-03-22 15:31 Rev.: 57982

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:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+5 -7)
bisaac 2018-02-28 18:25 Rev.: 57902

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:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+3 -3)
bisaac 2018-02-28 11:35 Rev.: 57898

Added uncertainity parameter for ash thermal conductivity.

14 lines of code changed in 2 files:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+6 -1), WallModelDriver.h (+8)
bisaac 2018-02-21 18:40 Rev.: 57861

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:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.h (+25 -13)
milo 2018-02-15 12:15 Rev.: 57809

added Black Thunder/Powder River coefficients

9 lines of code changed in 1 file:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.h (+9 -9)
milo 2018-02-14 18:23 Rev.: 57806

new emissivity model with correct regression parameters for specific coals: Illinois, Indonesian, ND Lignite, sufco

42 lines of code changed in 1 file:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.h (+42 -37)
bisaac 2018-02-12 17:21 Rev.: 57798

Added the rest of the new Pokluda sintering model. Still not covered under RT.

217 lines of code changed in 2 files:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+12 -3), WallModelDriver.h (+205 -57)
jthornoc 2018-02-06 16:11 Rev.: 57775

Cleaning out ParticleTools and moving coal-specific functions to
CoalHelper.

63 lines of code changed in 2 files:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+51 -50), WallModelDriver.h (+12 -9)
bisaac 2018-01-30 17:12 Rev.: 57747

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:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+33 -10), WallModelDriver.h (+7 -2)
jas 2018-01-09 17:40 Rev.: 57604

Update copyright date.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+1 -1)
allen 2018-01-08 16:32 Rev.: 57588

removed need for calls to shared state for the time step and sim time

26 lines of code changed in 2 files:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+24 -8), WallModelDriver.h (+2)
bisaac 2018-01-03 16:54 Rev.: 57541

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:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+2 -7)
bisaac 2018-01-03 15:56 Rev.: 57540

Corrected max tempertaure in the presence of additional sources. This commit will not impact regression tests.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+1 -1)
bisaac 2018-01-03 15:06 Rev.: 57539

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:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+42 -26), WallModelDriver.h (+18 -1)
Generated by StatSVN 0.7.0