[root]/CCA/Components/Arches/CoalModels
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 124 (100.0%) | 366 (100.0%) | 2.9 |
jthornoc | 72 (58.1%) | 153 (41.8%) | 2.1 |
jsutherland | 36 (29.0%) | 117 (32.0%) | 3.2 |
wyxpuma | 16 (12.9%) | 96 (26.2%) | 6.0 |
This one has been a long time coming.
Rip out the standard namespace opening that has been polluting header files throughout the framework. This crept into all sorts of places.
DO NOT open namespaces in header files. Ever.
117 lines of code changed in 36 files:
Removing several old/unused labels.
22 lines of code changed in 9 files:
Getting rid of tempIN label.
58 lines of code changed in 21 files:
Getting rid of some warnings.
Martin: Please make sure I didn't screw up your Newton solve in EnthalpyShaddix by initializing the old temperature guess. Previously, this value was uninitialized.
2 lines of code changed in 1 file:
Cleaning out the last of the dummies in Arches.
0 lines of code changed in 29 files:
Only calling problem setup on source terms which are actually used.
This should reduce memory usage because sources that aren't used won't
be allocated.
Adding a function to check for allocated sources of a specific type.
Simplifying the Shaddix enthalpy model given the above changes.
27 lines of code changed in 6 files:
to update Enthalpy coal model
2 lines of code changed in 1 file:
update the surface reaction rate for charoxidation
1 lines of code changed in 1 file:
Get a reference of Properties into shaddix enthalpy model.
34 lines of code changed in 2 files:
to update the char oxidation model
1 lines of code changed in 1 file:
to update the coal particle heat transfer model
27 lines of code changed in 1 file:
Cleaning up.
1 lines of code changed in 1 file:
the following changes have been made in order to use RadPropertiesCalculation method to calculate abskg and abskp and to be used in DO and RMCRT radiation model: 1.to change the interface for computeRadProp(withparticles) and to add gas phase temperature as the passing variable. 2. to calculate the unscaled particle length and particle weights so that correct abskg/abskp canbe calculated. 3. to fix some bugs and to set abskg/abskp=1.0 for wall BC, in RMCRT model, abskg is actually wall emissivity. 4. to fix small bug for EnthalpyShaddix.cc. These changes may cause some goldenstandard cases changes. reported as: heptane_pipe, coal_table_pipe and rmcrt_bm1_1L
7 lines of code changed in 2 files:
change coal model back to 50650
2 lines of code changed in 3 files:
update Enthalpy Shaddix.cc so that the arbitrary label can be read
38 lines of code changed in 3 files:
update char oxidation coal models
8 lines of code changed in 2 files:
Radiation vars for DOM are no longer new_*.
Added some new, updated input files that will replace the exisiting RT tests.
8 lines of code changed in 2 files:
to add the lower limit for char oxidation
10 lines of code changed in 2 files:
Do not use d_labelSchedInit to check if the label should be computed or modified.
1 lines of code changed in 1 file: