Directory CCA/Components/Arches/CoalModels/

Total Files:
35
Deleted Files:
2
Lines of Code:
7905

[root]/CCA/Components/Arches/CoalModels
                    directory in repo fortran (1 files, 37 lines)

Lines of Code

CCA/Components/Arches/CoalModels/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 173 (100.0%) 4311 (100.0%) 24.9
jthornoc 99 (57.2%) 2342 (54.3%) 23.6
u0407585 29 (16.8%) 1583 (36.7%) 54.5
derekhar 27 (15.6%) 290 (6.7%) 10.7
awabboud 16 (9.2%) 92 (2.1%) 5.7
jas 2 (1.2%) 4 (0.1%) 2.0

Most Recent Commits

u0407585 2015-10-26 16:01 Rev.: 54220

Made various updates to Minmin's RateDeposition model. Added a destruction source term for DQMOM which removes particles that have deposited.

437 lines of code changed in 4 files:

  • CCA/Components/Arches/CoalModels: Deposition.cc (new 335), Deposition.h (new 101), sub.mk (new)
u0407585 2015-10-21 11:56 Rev.: 54204

Added thermophoretic acceleration model for DQMOM particles.

527 lines of code changed in 3 files:

  • CCA/Components/Arches/CoalModels: Thermophoresis.cc (new 397), Thermophoresis.h (new 129), sub.mk (+1)
derekhar 2015-09-25 15:40 Rev.: 54053

Redesigned massflowinlet to be more consistent with the current abstraction.

31 lines of code changed in 2 files:

  • CCA/Components/Arches/CoalModels: PartVel.cc (+31)
u0407585 2015-09-24 17:07 Rev.: 54038

Added missing Varlabel that was causing problems at the end of simulation.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/CoalModels: MaximumTemperature.cc (changed)
awabboud 2015-09-24 15:42 Rev.: 54035

Replace the old shaddix enthalpy parsing to be consistent with FOWY and the nebo enthalpy tags

0 lines of code changed in 4 files:

  • CCA/Components/Arches/CoalModels: CharOxidationShaddix.cc (new), CharOxidationShaddix.h (changed)
derekhar 2015-09-16 14:47 Rev.: 53966

Removed coal specific design to allow for a more generic roadmap for arches particle transport.
This change is also preliminary for a massflowinlet boundary condition.

23 lines of code changed in 10 files:

  • CCA/Components/Arches/CoalModels: CharOxidationShaddix.cc (+6 -1), EnthalpyShaddix.cc (new), FOWYDevol.cc (+7 -1), MaximumTemperature.cc (+1 -1), RichardsFletcherDevol.cc (new), YamamotoDevol.cc (new)
derekhar 2015-09-04 10:32 Rev.: 53907

Removed the need for double specification of the particle velocities on the boundaries.
The boundary conditions are now set via the weights, and weighted abscissa.
Further work needed for transported non-weighted abscissa

Removed unnecessary header files and obsolete Bala velocity model.

39 lines of code changed in 3 files:

  • CCA/Components/Arches/CoalModels: PartVel.cc (+38 -281), PartVel.h (new)
u0407585 2015-08-28 13:17 Rev.: 53875

Updated to ParticleTools instead of ParticleHelper.

8 lines of code changed in 1 file:

  • CCA/Components/Arches/CoalModels: MaximumTemperature.cc (+8 -8)
u0407585 2015-08-28 13:06 Rev.: 53874

Added maximum temperature to dqmom internal coordinates.

344 lines of code changed in 3 files:

  • CCA/Components/Arches/CoalModels: MaximumTemperature.cc (+230), MaximumTemperature.h (new 113), sub.mk (+1)
awabboud 2015-08-28 11:46 Rev.: 53872

Change Arches ParticleHelper to ParticleTools to reduce naming conflicts

92 lines of code changed in 12 files:

  • CCA/Components/Arches/CoalModels: CharOxidationShaddix.cc (+19 -19), DragModel.cc (new), EnthalpyShaddix.cc (+14 -14), FOWYDevol.cc (+14 -14), PartVel.cc (+7 -7), ParticleConvection.cc (+1 -1), RichardsFletcherDevol.cc (+10 -10), SimpleBirth.cc (+4 -4), YamamotoDevol.cc (+10 -10)
jthornoc 2015-08-27 16:36 Rev.: 53864

Warning.

52 lines of code changed in 4 files:

  • CCA/Components/Arches/CoalModels: CoalModelFactory.h (new), ShaddixHeatTransfer.h (+27 -27)
jthornoc 2015-08-10 16:19 Rev.: 53803

Warning.

0 lines of code changed in 1 file:

  • CCA/Components/Arches/CoalModels: EnthalpyShaddix.cc (-1)
jthornoc 2015-08-10 16:19 Rev.: 53802

Warnings.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/CoalModels: EnthalpyShaddix.cc (+1 -1)
jthornoc 2015-08-10 16:19 Rev.: 53801

Cleaning up warnings.

138 lines of code changed in 2 files:

  • CCA/Components/Arches/CoalModels: EnthalpyShaddix.cc (+103 -104), ParticleConvection.cc (+35 -38)
u0407585 2015-08-10 14:57 Rev.: 53790

Fixed initialization issue. Now devol and char models will be initialized. This will break the regression test: coal_channal_FOWY, because we are now saving source terms at time-step 0, where before they weren't saved.

267 lines of code changed in 16 files:

  • CCA/Components/Arches/CoalModels: CharOxidationShaddix.cc (+38 -2), CharOxidationShaddix.h (+1 -1), CoalModelFactory.cc (new), CoalModelFactory.h (+2), ConstantModel.cc (new), DragModel.cc (+23), EnthalpyShaddix.cc (+30), FOWYDevol.cc (+51), FOWYDevol.h (+9 -1), SimpleBirth.cc (+21), YamamotoDevol.cc (+47), YamamotoDevol.h (+10 -1)
derekhar 2015-08-06 15:38 Rev.: 53785

Fixed CharOxidation model so that information is now properly pulled from the table when needed. No need to use data Archiver to pull chemical species from table.

40 lines of code changed in 1 file:

  • CCA/Components/Arches/CoalModels: CharOxidationShaddix.cc (+40 -29)
jthornoc 2015-06-18 11:52 Rev.: 53651

Fix warnings.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/CoalModels: FOWYDevol.cc (-2), ParticleConvection.cc (-7)
jas 2015-05-28 09:26 Rev.: 53557

Revert c++-11 namespace changes.

2 lines of code changed in 1 file:

  • CCA/Components/Arches/CoalModels: CharOxidationShaddix.cc (+2 -2)
jas 2015-05-27 15:34 Rev.: 53554

Explicit namespace usage as part of the transition to c++-11.

2 lines of code changed in 1 file:

  • CCA/Components/Arches/CoalModels: CharOxidationShaddix.cc (+2 -2)
derekhar 2015-05-14 13:24 Rev.: 53491

Fixed thread saftey issues in Yamamoto coal devolitalization model.

5 lines of code changed in 2 files:

  • CCA/Components/Arches/CoalModels: YamamotoDevol.cc (+5), YamamotoDevol.h (-5)
derekhar 2015-05-13 15:04 Rev.: 53485

Fixed thread saftey issues in RichardsFletcher Devolitalization coal model.

107 lines of code changed in 3 files:

  • CCA/Components/Arches/CoalModels: RichardsFletcherDevol.cc (+7), RichardsFletcherDevol.h (new)
derekhar 2015-05-11 16:46 Rev.: 53475

Fixed thread safety issues in coal models, and in hottel-sarofim radiation properties.
This commits also removes ambiguous calls to isnan and isinf which cause compile errors in c++11.

36 lines of code changed in 5 files:

  • CCA/Components/Arches/CoalModels: CharOxidationShaddix.cc (+27 -1), CharOxidationShaddix.h (-28), EnthalpyShaddix.cc (+9), EnthalpyShaddix.h (new)
jthornoc 2015-04-06 16:03 Rev.: 53330

Pair the density label in the scheduler.

8 lines of code changed in 3 files:

  • CCA/Components/Arches/CoalModels: DragModel.cc (+7 -2), DragModel.h (new)
jthornoc 2015-03-25 13:37 Rev.: 53304

Fix a leak.

13 lines of code changed in 2 files:

  • CCA/Components/Arches/CoalModels: CoalModelFactory.cc (+12 -8), SimpleBirth.cc (+1 -6)
jthornoc 2015-03-25 11:47 Rev.: 53303

Deleting labels here.

6 lines of code changed in 1 file:

  • CCA/Components/Arches/CoalModels: SimpleBirth.cc (+6 -1)
jthornoc 2015-03-24 15:32 Rev.: 53295

* BTDevol -> FOWYDevol
* Determine the variable type for the VariableStats model.
* Clean up some RT tests

513 lines of code changed in 5 files:

  • CCA/Components/Arches/CoalModels: BTDevol.cc (del), BTDevol.h (del), FOWYDevol.cc (+371), FOWYDevol.h (+141), sub.mk (+1 -1)
jthornoc 2015-03-24 15:31 Rev.: 53270

Merge of Derek/Ben/Jeremy branch into the latest svn head.

678 lines of code changed in 18 files:

  • CCA/Components/Arches/CoalModels: BTDevol.cc (new 107), BTDevol.h (new 20), CharOxidationShaddix.cc (+198 -126), CharOxidationShaddix.h (+21 -4), CoalModelFactory.cc (+81 -245), CoalModelFactory.h (+5 -7), DragModel.cc (+46 -21), DragModel.h (+4 -2), EnthalpyShaddix.cc (+131 -78), EnthalpyShaddix.h (+17), PartVel.cc (+1 -1), RichardsFletcherDevol.cc (+21 -10), RichardsFletcherDevol.h (+2), SimpleBirth.cc (+1 -1), SimpleBirth.h (+1 -1), YamamotoDevol.cc (+20 -13), YamamotoDevol.h (+2)
jthornoc 2015-01-27 17:01 Rev.: 53038

Actually add the particle convection files.

269 lines of code changed in 2 files:

  • CCA/Components/Arches/CoalModels: ParticleConvection.cc (+181), ParticleConvection.h (new 88)
jthornoc 2015-01-27 17:00 Rev.: 53037

Start of a particle convection-only model.

2 lines of code changed in 3 files:

  • CCA/Components/Arches/CoalModels: SimpleBirth.cc (+1 -3), SimpleBirth.h (-9), sub.mk (+1)
jthornoc 2015-01-23 18:19 Rev.: 53016

Fixing boundary issues with the new rate/weight/abscissa clipping
approach.

18 lines of code changed in 1 file:

  • CCA/Components/Arches/CoalModels: SimpleBirth.cc (+18 -6)
derekhar 2015-01-23 11:43 Rev.: 53001

Made slight efficiency improvement to coal heat transfer model.

9 lines of code changed in 1 file:

  • CCA/Components/Arches/CoalModels: EnthalpyShaddix.cc (+9 -5)
jthornoc 2015-01-22 14:31 Rev.: 52994

Pass an independent lower weight limit in the birth model.

8 lines of code changed in 1 file:

  • CCA/Components/Arches/CoalModels: SimpleBirth.cc (+8 -1)
jthornoc 2015-01-22 11:40 Rev.: 52991

Arches Task Interface
* remove the booleans to control task execution. This is now determined
by the size of the variable registry.

DQMOM
* For the no-solve method, remove requirement for moment specification
* Allow weights to have a non-zero source term (birth)
* Fix a couple bugs in the SimpleBirth model

Other
* Change the constant particle model to be constant/environment

4 lines of code changed in 1 file:

  • CCA/Components/Arches/CoalModels: SimpleBirth.cc (+4 -7)
jthornoc 2015-01-21 17:52 Rev.: 52988

Make sure there is no gas coupling as this is a particle birth term.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/CoalModels: SimpleBirth.cc (+1)
jthornoc 2015-01-21 17:47 Rev.: 52987

* Renamed a DQMOM function.
* Added a new model term for representing simple particle birth.
* Changed the (new) constant particle model to have a
constant/environment.

362 lines of code changed in 16 files:

  • CCA/Components/Arches/CoalModels: BTDevol.cc (+1 -1), CharOxidation.cc (new), CharOxidationShaddix.cc (+1 -1), Devolatilization.cc (+1 -1), DragModel.cc (+1 -1), EnthalpyShaddix.cc (+1 -1), HeatTransfer.cc (new), PartVel.cc (+1 -1), RichardsFletcherDevol.cc (+1 -1), SimpleBirth.cc (+245), SimpleBirth.h (+106), YamamotoDevol.cc (+1 -1), sub.mk (+1)
jthornoc 2015-01-19 21:50 Rev.: 52976

Add scaling constants/environment. This will only change answer on the
coal_channel test.

24 lines of code changed in 15 files:

  • CCA/Components/Arches/CoalModels: BTDevol.cc (+2 -2), BadHawkDevol.cc (new), CharOxidation.cc (+1 -1), CharOxidationShaddix.cc (+2 -2), Devolatilization.cc (+1 -1), DragModel.cc (+2 -2), EnthalpyShaddix.cc (+2 -2), HeatTransfer.cc (+1 -1), KobayashiSarofimDevol.cc (+3 -3), PartVel.cc (+3 -3), RichardsFletcherDevol.cc (+2 -2), YamamotoDevol.cc (+2 -2), sub.mk (-1)
jthornoc 2015-01-07 17:10 Rev.: 52941

Moving particle models to a better home.
This shouldn't change answers.

70 lines of code changed in 7 files:

  • CCA/Components/Arches/CoalModels: BTDevol.cc (+10 -10), CharOxidationShaddix.cc (+12 -12), DragModel.cc (+11 -11), EnthalpyShaddix.cc (+10 -10), PartVel.cc (+7 -7), RichardsFletcherDevol.cc (+10 -10), YamamotoDevol.cc (+10 -10)
jthornoc 2015-01-06 13:04 Rev.: 52932

More warning cleanup. Shouldn't change answers.

0 lines of code changed in 1 file:

  • CCA/Components/Arches/CoalModels: PartVel.cc (-1)
jthornoc 2015-01-05 18:17 Rev.: 52924

Clean up warnings.
This won't change answers.

175 lines of code changed in 12 files:

  • CCA/Components/Arches/CoalModels: BTDevol.cc (-2), CharOxidationShaddix.cc (+2 -3), DragModel.cc (+7 -11), EnthalpyShaddix.cc (+2 -2), KobayashiSarofimDevol.cc (+43 -44), PartVel.cc (-4), PartVel.h (-50), RichardsFletcherDevol.cc (-2), SimpleHeatTransfer.cc (new), YamamotoDevol.cc (+1 -3), sub.mk (-2)
Generated by StatSVN 0.7.0