Directory CCA/Components/Arches/ParticleModels/

Total Files:
31
Deleted Files:
1
Lines of Code:
3344

[root]/CCA/Components/Arches/ParticleModels

Lines of Code

CCA/Components/Arches/ParticleModels/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 173 (100.0%) 7314 (100.0%) 42.2
jthornoc 79 (45.7%) 3118 (42.6%) 39.4
awabboud 53 (30.6%) 2397 (32.8%) 45.2
u0407585 26 (15.0%) 1463 (20.0%) 56.2
derekhar 15 (8.7%) 336 (4.6%) 22.4

Most Recent Commits

derekhar 2015-12-14 23:27 Rev.: 54550

Reverting commit 54488 and 54487 which were causing crashes on Mira, probably due to a poorly condition matrix.

0 lines of code changed in 4 files:

  • CCA/Components/Arches/ParticleModels: CoalTemperature.cc (new), CoalTemperature.h (new)
u0407585 2015-12-14 19:45 Rev.: 54546

Added if statement to CoalTemperature problemSetup to avoid computing coefficients for an enthalpy curve fit if we are not using that part of the model.

47 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: CoalTemperature.cc (+47 -45)
derekhar 2015-12-05 10:52 Rev.: 54488

Adjust nomenclature to be consistent.

5 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: CoalTemperature.cc (+5 -5)
derekhar 2015-12-04 19:35 Rev.: 54487

Added the option to use a curve fit for particle enthalpy, rather than using non-linear solve. This is needed so that the temperature field can be characterized in terms for enthalpy for equilibrium models.

192 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: CoalTemperature.cc (+178 -82), CoalTemperature.h (+14)
u0407585 2015-11-19 17:02 Rev.: 54375

Removed the locked variable and created an new grid variable.

0 lines of code changed in 4 files:

  • CCA/Components/Arches/ParticleModels: DepositionVelocity.cc (new), DepositionVelocity.h (new)
u0407585 2015-11-19 16:03 Rev.: 54373

Initialized the locked variable in problem setup to avoid issues during a restart.

2 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: DepositionVelocity.cc (+2 -4)
u0407585 2015-11-17 11:52 Rev.: 54347

Added a few additional features to the deposition model. Shouldn't have an impact on the regression tests.

39 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: DepositionVelocity.cc (+33 -18), DepositionVelocity.h (+6 -3)
u0407585 2015-11-01 15:01 Rev.: 54257

Fixed depostion velocity bug that was only allowing deposition to occur on an x- face.

5 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: DepositionVelocity.cc (+5 -5)
u0407585 2015-10-29 23:12 Rev.: 54240

Added new wall heat-transfer model for coal problems, that encorporates particle depositon.

4 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: DepositionVelocity.cc (+4 -3)
u0407585 2015-10-28 15:44 Rev.: 54231

Added time-averaged particle deposition velocity model, for computing deposition thickness.

409 lines of code changed in 6 files:

  • CCA/Components/Arches/ParticleModels: DepositionVelocity.cc (+312), DepositionVelocity.h (+87), ParticleModelFactory.cc (new), sub.mk (new)
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.

239 lines of code changed in 4 files:

  • CCA/Components/Arches/ParticleModels: RateDeposition.cc (new), RateDeposition.h (new)
u0407585 2015-10-22 14:28 Rev.: 54213

Added particle temperature in order to compute Pvisc correctly.

22 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: RateDeposition.cc (+14 -9), RateDeposition.h (+8 -2)
u0407585 2015-10-22 12:03 Rev.: 54212

Added Minmin's deposition rate calculation. Shouldn't have any impact on regression tests.

696 lines of code changed in 4 files:

  • CCA/Components/Arches/ParticleModels: ParticleModelFactory.cc (+7), RateDeposition.cc (+461), RateDeposition.h (+226), sub.mk (+2 -1)
awabboud 2015-10-05 11:57 Rev.: 54119

fix an include from prior commit

0 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: CQMOMSourceWrapper.h (new)
awabboud 2015-09-28 14:12 Rev.: 54063

change the particle models for cqmom so <IC> none </IC> is not used for particle properties (temp/density/etc)

54 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: CQMOMSourceWrapper.cc (+54 -55)
jthornoc 2015-09-25 13:27 Rev.: 54047

Add CoalHelper back in.
More work on implementing BCHelper.

193 lines of code changed in 3 files:

  • CCA/Components/Arches/ParticleModels: CoalHelper.h (new), ParticleModelFactory.cc (+104 -112)
awabboud 2015-09-24 11:28 Rev.: 54025

Add in nebo versions of coal models for FOWY devolatilization, shaddix enthalpy, and shadddix char oxidation. Add a simple test of coal models in CQMOM

1621 lines of code changed in 8 files:

  • CCA/Components/Arches/ParticleModels: FOWYDevol.cc (new 3), FOWYDevol.h (new 367), ParticleModelFactory.cc (+82 -3), ShaddixEnthalpy.cc (new 3), ShaddixEnthalpy.h (new 593), ShaddixOxidation.cc (new 3), ShaddixOxidation.h (new 567), sub.mk (+3 -1)
awabboud 2015-09-22 15:55 Rev.: 54004

Add more variables into the coal helper structure

36 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: CoalHelper.h (+36 -9)
awabboud 2015-09-22 15:23 Rev.: 54001

A small change to fix coal temperature with cqmom

44 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: CoalTemperature.cc (+44 -39)
derekhar 2015-09-18 16:23 Rev.: 53982

Added that ability to specify the mass flux of particles using PartMassFlowInlet.
This approach uses the user specified weight distribution which should be computed based on the idealized velocity.

87 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: ParticleTools.h (new)
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.

52 lines of code changed in 6 files:

  • CCA/Components/Arches/ParticleModels: CoalDensity.cc (new), CoalHelper.h (+46 -44), CoalTemperature.cc (+2 -2), CoalTemperatureNebo.cc (new)
awabboud 2015-09-14 16:12 Rev.: 53944

Fix to prevent nans in coal density

4 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: CoalDensity.cc (+4 -2)
awabboud 2015-09-14 14:38 Rev.: 53942

Change CoalTemperature to clip on volfrac instead of DQMOM weights, this should make it useable in CQMOM. A couple RTs using this will break.

10 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: CoalTemperature.cc (+6 -34), CoalTemperature.h (+4 -7)
awabboud 2015-09-01 17:09 Rev.: 53890

Fix coal denisty for variable particle sizes

2 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: CoalDensity.cc (+2 -2)
awabboud 2015-08-28 11:46 Rev.: 53872

Change Arches ParticleHelper to ParticleTools to reduce naming conflicts

227 lines of code changed in 13 files:

  • CCA/Components/Arches/ParticleModels: BodyForce.h (new), CoalDensity.cc (+4 -4), CoalMassClip.cc (new), CoalTemperature.cc (+7 -7), CoalTemperatureNebo.cc (+5 -5), DragModel.h (+6 -6), ParticleHelper.h (del), ParticleTools.h (+187), TotNumDensity.cc (+9 -9)
awabboud 2015-08-27 16:51 Rev.: 53868

Fix ParticleHelper for CQMOM particles

0 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: ParticleHelper.h (new)
jthornoc 2015-08-27 16:36 Rev.: 53864

Warning.

20 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: CQMOMSourceWrapper.h (+20 -20)
awabboud 2015-08-26 16:56 Rev.: 53861

Change coal temperature to work with varaible particle sizes when needed

53 lines of code changed in 3 files:

  • CCA/Components/Arches/ParticleModels: CoalTemperature.cc (+42 -10), CoalTemperature.h (+10 -10), ParticleModelFactory.cc (+1 -1)
awabboud 2015-08-26 15:07 Rev.: 53860

Change coal density model to work with variable particle sizes when needed

82 lines of code changed in 4 files:

  • CCA/Components/Arches/ParticleModels: CoalDensity.cc (+69 -20), CoalDensity.h (new), ParticleModelFactory.cc (+1 -1)
awabboud 2015-08-17 11:21 Rev.: 53827

Change the parsing for the particle models to be more consistent

9 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: BodyForce.h (+3 -2), DragModel.h (+6 -6)
jthornoc 2015-08-10 16:19 Rev.: 53799

Fix a problem with the variable registry. The values are no longer being
altered after it is passed to the task.

7 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: CoalDensity.cc (+7 -4)
jthornoc 2015-08-10 16:18 Rev.: 53798

Remove more _new functions.

79 lines of code changed in 11 files:

  • CCA/Components/Arches/ParticleModels: BodyForce.h (+5 -5), CoalDensity.cc (+7 -7), CoalMassClip.cc (+2 -2), CoalTemperature.cc (+19 -19), CoalTemperatureNebo.cc (+15 -15), Constant.h (+3 -3), DragModel.h (+16 -16), ExampleParticleModel.h (new), TotNumDensity.cc (+5 -5)
jthornoc 2015-08-10 16:18 Rev.: 53796

Minor front-end change, major back-end change to the Arches Task Interface (ATI).
* Remove the ATI variable type enums in favor of Uintah type descriptions and the FieldAdaptor mapping for better generality.
* Rather than resolving all variables in the task call-back function, resolve the labels when they are retrieved. This is now done in the FieldContainer.h

This should reduce the complexity of the field mapping behind the scenes for easier readability and maintainability.

700 lines of code changed in 17 files:

  • CCA/Components/Arches/ParticleModels: BodyForce.h (+66 -73), CoalDensity.cc (+71 -71), CoalDensity.h (+4 -4), CoalMassClip.cc (+33 -33), CoalMassClip.h (new), CoalTemperature.cc (+114 -115), CoalTemperature.h (+4 -4), CoalTemperatureNebo.cc (+96 -97), CoalTemperatureNebo.h (+4 -4), Constant.h (+58 -65), DragModel.h (+89 -98), ExampleParticleModel.h (+110 -121), TotNumDensity.cc (+43 -43), TotNumDensity.h (new)
awabboud 2015-07-28 10:42 Rev.: 53756

Simplify particle drag adn gravity models. For constant properties utilize type constant model. This will break CQMOM RT.

28 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: BodyForce.h (+7 -27), DragModel.h (+21 -69)
awabboud 2015-06-22 14:23 Rev.: 53665

switch from using the cc-wrapper to static array in cqmom

22 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: CQMOMSourceWrapper.cc (+22 -34), CQMOMSourceWrapper.h (-3)
awabboud 2015-06-18 16:31 Rev.: 53653

Switch pows to for loops for minor speed up. This will break the last CQMOM RT

6 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: CQMOMSourceWrapper.cc (+6 -8)
awabboud 2015-06-18 15:56 Rev.: 53652

Refactor the CQMOM source terms so that only one task exists to calculate the source term for each equation at once. This provides a significant speed up in CQMOM.

182 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: CQMOMSourceWrapper.cc (+161 -49), CQMOMSourceWrapper.h (+21 -19)
jthornoc 2015-06-18 11:52 Rev.: 53651

Fix warnings.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: CoalTemperature.cc (+1 -1)
awabboud 2015-06-01 14:52 Rev.: 53576

Refactor the convective term for CQMOM transport equations. This provides a significant performance increase. This commit will break most of the CQMOM regression tests.

3 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: CQMOMSourceWrapper.cc (+3 -4)
jthornoc 2015-03-24 15:32 Rev.: 53293

Clean up:
1) get_uintah_const_field -> get_const_uintah_field
2) Combine the bc and standard task interface. Now using enum to
distignuish the two. This will allow other task types to be added (if
needed) in the future.

6 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: CoalTemperature.cc (+6 -6)

(14 more)

Generated by StatSVN 0.7.0