Directory CCA/Components/Arches/ParticleModels/

Total Files:
40
Deleted Files:
0
Lines of Code:
5886

[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 221 (100.0%) 6902 (100.0%) 31.2
ohdiazi 53 (24.0%) 3120 (45.2%) 58.8
jthornoc 121 (54.8%) 1471 (21.3%) 12.1
jholmen 1 (0.5%) 769 (11.1%) 769.0
mcconnell 10 (4.5%) 735 (10.6%) 73.5
bisaac 19 (8.6%) 699 (10.1%) 36.7
zhouminmin 2 (0.9%) 42 (0.6%) 21.0
derekhar 3 (1.4%) 37 (0.5%) 12.3
allen 10 (4.5%) 27 (0.4%) 2.7
jas 2 (0.9%) 2 (0.0%) 1.0

Most Recent Commits

bisaac 2018-12-13 11:17 Rev.: 59068

This commit computes the default devol_to_HCN and devol_to_NH3 NOx parameters based on the HHV, ash and moisture composition. No change to RT.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: CoalHelper.h (new)
jthornoc 2018-12-07 11:04 Rev.: 59031

Comments for the spec.
Better error message.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: ParticleModelFactory.cc (new)
jthornoc 2018-12-07 11:03 Rev.: 59024

This fixes the CQMOM naming issues.

5 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: DragModel.h (new)
jthornoc 2018-12-07 11:03 Rev.: 59023

More naming convention fixes for velocity. There are still more running around.

8 lines of code changed in 3 files:

  • CCA/Components/Arches/ParticleModels: CharOxidationps.h (new), DragModel.h (+4 -3)
jthornoc 2018-12-07 11:03 Rev.: 59018

* Introducing a default velocity name to clean up the naming convention. Should probably extend this to other variables.

* Small cleanup in the UnweightVariable code. Passing some information via the constructor, removing some naming convention assumptions.

15 lines of code changed in 3 files:

  • CCA/Components/Arches/ParticleModels: ParticleModelFactory.cc (+12 -9), WDragModel.h (+3 -3)
derekhar 2018-12-04 17:53 Rev.: 59000

unneeded edit to coal helper.

2 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: CoalHelper.h (+2 -11)
derekhar 2018-12-04 17:49 Rev.: 58999

Adopts soleVariables for the dynamic radiation solving variables used for dictation rad solves.

11 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: CoalHelper.h (+11 -2)
derekhar 2018-12-03 12:57 Rev.: 58983

This adds an emperical model for computing the fraction of volatiles that are expressed as tar.

This is expected to break the Coal_Nox RT test as no tar fraction was specified, and is now estimated to be ~0.2

24 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: CoalHelper.h (+24 -1)
jthornoc 2018-11-28 14:34 Rev.: 58968

Minor cosmetic changes. Also, do not require that <ParticleModels> be
specified for DQMOM.

9 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: ParticleModelFactory.cc (+9 -9)
jthornoc 2018-11-16 12:07 Rev.: 58928

Register missing new variable.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: PartVariablesDQMOM.cc (new)
jthornoc 2018-11-16 12:07 Rev.: 58924

Removing temporary variable option for portability reasons.

58 lines of code changed in 8 files:

  • CCA/Components/Arches/ParticleModels: Burnout.cc (new), Burnout.h (+5 -3), PartVariablesDQMOM.cc (+13 -43), PartVariablesDQMOM.h (new), WDragModel.h (+19 -19)
bisaac 2018-10-25 13:20 Rev.: 58883

This commit moves the Tar_fraction variable to the coalhelper. Computes additional variables in the CoalGasDevol and CoalGasOxi gas phase source terms to handle birth/death for NOx and Tar, and removes old functor and ifdef logic. This commit doesn't impact regression tests.

2 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: CoalHelper.h (+2)
jthornoc 2018-09-19 17:32 Rev.: 58689

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

126 lines of code changed in 44 files:

  • CCA/Components/Arches/ParticleModels: BodyForce.h (new), Burnout.cc (+7 -7), Burnout.h (+4 -4), CharOxidationps.h (+9 -9), CoalDensity.cc (+5 -5), CoalDensity.h (+4 -4), CoalTemperature.cc (new), CoalTemperature.h (new), Constant.h (new), DQMOMNoInversion.cc (+2 -2), DepositionEnthalpy.cc (new), DepositionEnthalpy.h (new), DepositionVelocity.cc (+7 -7), DepositionVelocity.h (new), DragModel.h (+4 -4), ExampleParticleModel.h (new), FOWYDevol.h (+4 -4), FaceParticleVel.h (+7 -7), PartVariablesDQMOM.h (+4 -4), RateDeposition.h (new), ShaddixEnthalpy.h (+4 -4), ShaddixOxidation.h (+4 -4), TotNumDensity.cc (+5 -5), TotNumDensity.h (new), WDragModel.h (+10 -10)
jthornoc 2018-08-29 11:04 Rev.: 58562

Fixing several warnings in Arches. Should not change answers.

19 lines of code changed in 4 files:

  • CCA/Components/Arches/ParticleModels: CharOxidationps.h (+5 -5), DQMOMNoInversion.cc (+7 -5), DepositionEnthalpy.cc (+1 -3), ShaddixOxidation.h (+6 -6)
allen 2018-08-10 09:00 Rev.: 58514

removal of shared state and introduction of a material manager

24 lines of code changed in 9 files:

  • CCA/Components/Arches/ParticleModels: CQMOMSourceWrapper.cc (new), CQMOMSourceWrapper.h (new), DepositionEnthalpy.cc (+2 -2), DepositionEnthalpy.h (+6 -6), DepositionVelocity.cc (+2 -2), DepositionVelocity.h (+6 -6), ParticleModelFactory.cc (+2 -2)
bisaac 2018-06-05 10:35 Rev.: 58287

Modified burnout to be mo/mo0 instead of 1-mo/mo0 as per Phils request. This will change the answers to the mass_energy_balance test.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: Burnout.cc (+1 -1)
mcconnell 2018-04-16 15:54 Rev.: 58140

rolled back changes to r58119

262 lines of code changed in 5 files:

  • CCA/Components/Arches/ParticleModels: DepositionEnthalpy.cc (+15 -13), DepositionVelocity.cc (+93 -63), ParticleModelFactory.cc (+113 -28), ParticleTools.h (+41 -367)
mcconnell 2018-04-16 15:04 Rev.: 58137

Update copyright date.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: ParticleModelFactory.cc (+1 -1)
mcconnell 2018-04-16 15:04 Rev.: 58132

This commit adjust the enthalpy balance, and ash mass balance for conservation. This commit will not change the answers.

472 lines of code changed in 4 files:

  • CCA/Components/Arches/ParticleModels: DepositionEnthalpy.cc (+13 -15), DepositionVelocity.cc (+63 -93), ParticleModelFactory.cc (+29 -114), ParticleTools.h (+367 -41)
jthornoc 2018-04-13 06:32 Rev.: 58082

Passing arches down to the task factories.

14 lines of code changed in 3 files:

  • CCA/Components/Arches/ParticleModels: ParticleModelFactory.cc (+11 -10), ParticleModelFactory.h (new)
ohdiazi 2018-04-05 14:46 Rev.: 58046

fixing initialization and define variables inside of parallel_for

63 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: CharOxidationps.h (+63 -101)
ohdiazi 2018-04-04 11:07 Rev.: 58041

updated RT test, change name of list of models

519 lines of code changed in 9 files:

  • CCA/Components/Arches/ParticleModels: CharOxidationps.h (+455 -494), CharOxidationpsHelper.h (+32 -79), ParticleModelFactory.cc (+8 -15), ParticleModelFactory.h (+6 -6), ParticleTools.cc (+18 -6), sub.mk (-1)
ohdiazi 2018-04-04 11:07 Rev.: 58040

char model ps implimented in explicit solver

29 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: ParticleModelFactory.cc (+28 -4), sub.mk (+1)
ohdiazi 2018-04-04 11:07 Rev.: 58039

Kokkos DQMOM with drag model

18 lines of code changed in 3 files:

  • CCA/Components/Arches/ParticleModels: ParticleModelFactory.cc (+4), ParticleModelFactory.h (+10), WDragModel.h (+4 -3)
ohdiazi 2018-03-23 13:17 Rev.: 57989

Adding Drag model for kokkosSolver

77 lines of code changed in 3 files:

  • CCA/Components/Arches/ParticleModels: ParticleModelFactory.cc (+30 -6), WDragModel.h (+46 -44), sub.mk (+1)
ohdiazi 2018-03-23 13:17 Rev.: 57988

Drag model for KokkosSolver

317 lines of code changed in 3 files:

  • CCA/Components/Arches/ParticleModels: FaceParticleVel.h (+6 -9), WDragModel.cc (new 4), WDragModel.h (+307)
ohdiazi 2018-03-23 13:17 Rev.: 57987

updated dqmom examples

2 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: PartVariablesDQMOM.cc (+2 -2)
ohdiazi 2018-03-23 13:17 Rev.: 57986

Particle face velocities with task interface

295 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: FaceParticleVel.cc (new 4), FaceParticleVel.h (+291)
ohdiazi 2018-03-23 13:17 Rev.: 57984

DQMOM with kokkos

27 lines of code changed in 4 files:

  • CCA/Components/Arches/ParticleModels: CQMOMSourceWrapper.cc (+1 -1), ParticleModelFactory.cc (+16), ParticleTools.h (+9), sub.mk (+1)
jthornoc 2018-03-23 11:15 Rev.: 57983

Fixing a bug in an input file parsing function for DQMOM.

97 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: ParticleTools.cc (+97 -1)
bisaac 2018-03-09 17:49 Rev.: 57925

Added a burnout particle model, and turned the model on in the inpute file: mass_energy_balance.ups. This will fail the uda compare for mass_energy_balance.ups due to the change in the number of saved parameters.

216 lines of code changed in 4 files:

  • CCA/Components/Arches/ParticleModels: Burnout.cc (+133), Burnout.h (+71), ParticleModelFactory.cc (+11), sub.mk (+1)
jthornoc 2018-03-06 00:33 Rev.: 57915

Moving diffusion for scalar to a flux form.
Little progress on DQMOM with kokkos.
Some other general cleanup.

23 lines of code changed in 5 files:

  • CCA/Components/Arches/ParticleModels: PartVariablesDQMOM.cc (+9 -9), ParticleModelFactory.cc (+6 -2), ParticleTools.cc (-1), RateDeposition.cc (new)
jthornoc 2018-02-27 15:47 Rev.: 57892

Replacing a string with an enum for the particle names->roles.
Cleaning up a warning or two.

98 lines of code changed in 14 files:

  • CCA/Components/Arches/ParticleModels: BodyForce.h (+1 -1), CharOxidationps.h (+10 -10), CoalDensity.cc (+3 -3), CoalTemperature.cc (+5 -5), DepositionEnthalpy.cc (+3 -3), DepositionVelocity.cc (+2 -2), DragModel.h (+5 -5), FOWYDevol.h (+4 -4), PartVariablesDQMOM.cc (+2 -2), ParticleTools.cc (+37 -3), ParticleTools.h (+6 -1), RateDeposition.cc (+9 -9), ShaddixEnthalpy.h (+7 -7), ShaddixOxidation.h (+4 -4)
jthornoc 2018-02-26 23:57 Rev.: 57884

Grouping DQMOM eqns by environment.
Cleaning up some warnings.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: RateDeposition.cc (+1 -1)
bisaac 2018-02-16 15:28 Rev.: 57845

Turned deposition back on the walls. This will break 1GW tests and mass_and_energy test.

2 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: DepositionVelocity.cc (+2 -2)
jthornoc 2018-02-15 15:53 Rev.: 57813

Replace the old DQMOM-no-inversion with an updated, simpler method,
which short circuits DQMOM.cc.
The <LinearSolver> section should only be specified now in the case where one actually
wants to perform the DQMOM inversion.

* ParticleConstant model now produces *_(env#) AND *_qn(env#) variables.
* Fixed some warnings.
* Some general cleanup
* Updated the kokkos DQMOM tests. This changes the answers for the two Char tests.

234 lines of code changed in 8 files:

  • CCA/Components/Arches/ParticleModels: Constant.h (+40 -34), DQMOMNoInversion.cc (+90 -13), DQMOMNoInversion.h (new), ParticleModelFactory.cc (+27 -19), ParticleModelFactory.h (+5), ParticleTools.cc (+66), ParticleTools.h (+3)
zhouminmin 2018-02-15 12:54 Rev.: 57810

Updated the ash viscosity based on Factsage calculation and break 1GW tests

42 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: RateDeposition.cc (+14 -6), RateDeposition.h (+28 -2)
jthornoc 2018-02-14 11:16 Rev.: 57803

Adding the start of the replacement for the DQMOM-no-invert.

169 lines of code changed in 3 files:

  • CCA/Components/Arches/ParticleModels: DQMOMNoInversion.cc (+88), DQMOMNoInversion.h (+80), sub.mk (+1)
bisaac 2018-02-12 17:21 Rev.: 57798

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

4 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: CoalHelper.h (+4)
jholmen 2018-02-09 18:39 Rev.: 57792

* Moved declarations inside the parallel pattern.
* Cleaned up whitespace and formatting.

769 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: CharOxidationps.h (+769 -655)

(14 more)

Generated by StatSVN 0.7.0