Directory CCA/Components/Arches/CoalModels/

Total Files:
35
Deleted Files:
0
Lines of Code:
10816

[root]/CCA/Components/Arches/CoalModels

Lines of Code

CCA/Components/Arches/CoalModels/ Lines of Code

Developers

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

Most Recent Commits

jsutherland 2013-10-31 19:36 Rev.: 51196

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:

  • CCA/Components/Arches/CoalModels: CharOxidation.h (new), CharOxidationShaddix.h (new), CoalModelFactory.cc (new), CoalModelFactory.h (new), ConstantModel.h (+5 -5), Devolatilization.h (+6 -6), DragModel.h (new), EnthalpyShaddix.h (new), HeatTransfer.h (+3 -3), KobayashiSarofimDevol.h (+7 -7), ModelBase.h (+8 -8), PartVel.cc (new), ShaddixHeatTransfer.h (new), SimpleHeatTransfer.h (+6 -6), XDragModel.h (new), YDragModel.h (new), YamamotoDevol.h (new), ZDragModel.h (new)
jthornoc 2013-10-28 15:17 Rev.: 51167

Removing several old/unused labels.

22 lines of code changed in 9 files:

  • CCA/Components/Arches/CoalModels: EnthalpyShaddix.cc (+7 -2), EnthalpyShaddix.h (+1), ShaddixHeatTransfer.cc (new), ShaddixHeatTransfer.h (+1), SimpleHeatTransfer.cc (+6 -2), SimpleHeatTransfer.h (+1)
jthornoc 2013-10-28 15:17 Rev.: 51166

Getting rid of tempIN label.

58 lines of code changed in 21 files:

  • CCA/Components/Arches/CoalModels: BadHawkDevol.cc (+6 -3), BadHawkDevol.h (+1), CharOxidationShaddix.cc (+6 -2), CharOxidationShaddix.h (+1), CoalModelFactory.cc (+4 -1), CoalModelFactory.h (+1), EnthalpyShaddix.cc (+6 -2), EnthalpyShaddix.h (+2), KobayashiSarofimDevol.cc (+6 -3), KobayashiSarofimDevol.h (+1), ShaddixHeatTransfer.cc (+6 -3), ShaddixHeatTransfer.h (+2), SimpleHeatTransfer.cc (+6 -3), SimpleHeatTransfer.h (+2), YamamotoDevol.cc (+6 -3), YamamotoDevol.h (+2)
jthornoc 2013-10-21 11:15 Rev.: 51122

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:

  • CCA/Components/Arches/CoalModels: EnthalpyShaddix.cc (+2 -2)
jthornoc 2013-10-07 13:24 Rev.: 51032

Cleaning out the last of the dummies in Arches.

0 lines of code changed in 29 files:

  • CCA/Components/Arches/CoalModels: BadHawkDevol.cc (-66), BadHawkDevol.h (-10), CharOxidation.cc (new), CharOxidation.h (-9), ConstantModel.cc (new), ConstantModel.h (-9), Devolatilization.cc (-80), Devolatilization.h (-10), DragModel.cc (new), DragModel.h (-11), HeatTransfer.cc (new), HeatTransfer.h (-9), ModelBase.cc (-44), ModelBase.h (-13), XDragModel.cc (-66), XDragModel.h (-9), YDragModel.cc (new), YDragModel.h (-9), ZDragModel.cc (new), ZDragModel.h (-9)
jthornoc 2013-08-27 23:22 Rev.: 50878

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:

  • CCA/Components/Arches/CoalModels: EnthalpyShaddix.cc (+7 -45), EnthalpyShaddix.h (-2), HeatTransfer.cc (+9 -16), HeatTransfer.h (+2 -4), ShaddixHeatTransfer.cc (+5 -10), SimpleHeatTransfer.cc (+4 -4)
wyxpuma 2013-08-21 15:57 Rev.: 50850

to update Enthalpy coal model

2 lines of code changed in 1 file:

  • CCA/Components/Arches/CoalModels: EnthalpyShaddix.cc (+2 -2)
wyxpuma 2013-08-21 15:55 Rev.: 50849

update the surface reaction rate for charoxidation

1 lines of code changed in 1 file:

  • CCA/Components/Arches/CoalModels: CharOxidationShaddix.cc (+1 -1)
jthornoc 2013-08-19 15:13 Rev.: 50836

Get a reference of Properties into shaddix enthalpy model.

34 lines of code changed in 2 files:

  • CCA/Components/Arches/CoalModels: EnthalpyShaddix.cc (+22 -11), EnthalpyShaddix.h (+12 -5)
wyxpuma 2013-08-07 10:11 Rev.: 50778

to update the char oxidation model

1 lines of code changed in 1 file:

  • CCA/Components/Arches/CoalModels: CharOxidationShaddix.cc (+1 -1)
wyxpuma 2013-08-07 10:11 Rev.: 50777

to update the coal particle heat transfer model

27 lines of code changed in 1 file:

  • CCA/Components/Arches/CoalModels: EnthalpyShaddix.cc (+27 -22)
jthornoc 2013-07-22 16:12 Rev.: 50743

Cleaning up.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/CoalModels: EnthalpyShaddix.cc (+1 -2)
wyxpuma 2013-07-15 21:51 Rev.: 50719

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:

  • CCA/Components/Arches/CoalModels: CharOxidationShaddix.cc (-2), EnthalpyShaddix.cc (+7 -2)
wyxpuma 2013-07-05 16:04 Rev.: 50655

change coal model back to 50650

2 lines of code changed in 3 files:

  • CCA/Components/Arches/CoalModels: CharOxidationShaddix.cc (+1 -1), EnthalpyShaddix.cc (+1 -1), EnthalpyShaddix.h (-1)
wyxpuma 2013-07-05 12:29 Rev.: 50651

update Enthalpy Shaddix.cc so that the arbitrary label can be read

38 lines of code changed in 3 files:

  • CCA/Components/Arches/CoalModels: CharOxidationShaddix.cc (+3), EnthalpyShaddix.cc (+33 -1), EnthalpyShaddix.h (+2)
wyxpuma 2013-07-05 12:15 Rev.: 50650

update char oxidation coal models

8 lines of code changed in 2 files:

  • CCA/Components/Arches/CoalModels: CharOxidationShaddix.cc (+7 -11), CharOxidationShaddix.h (+1)
jthornoc 2013-06-12 09:21 Rev.: 50465

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:

  • CCA/Components/Arches/CoalModels: EnthalpyShaddix.cc (+2 -2), ShaddixHeatTransfer.cc (+6 -6)
wyxpuma 2013-04-26 08:32 Rev.: 50174

to add the lower limit for char oxidation

10 lines of code changed in 2 files:

  • CCA/Components/Arches/CoalModels: BadHawkDevol.cc (+3 -2), CharOxidationShaddix.cc (+7 -5)
jthornoc 2013-03-21 12:29 Rev.: 50006

Do not use d_labelSchedInit to check if the label should be computed or modified.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/CoalModels: ConstantModel.cc (+1 -1)
Generated by StatSVN 0.7.0