Directory CCA/Components/Arches/SourceTerms/

Total Files:
29
Deleted Files:
2
Lines of Code:
2157

[root]/CCA/Components/Arches/SourceTerms

Lines of Code

CCA/Components/Arches/SourceTerms/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 102 (100.0%) 2890 (100.0%) 28.3
jthornoc 90 (88.2%) 2224 (77.0%) 24.7
jpedel 11 (10.8%) 665 (23.0%) 60.4
jas 1 (1.0%) 1 (0.0%) 1.0

Most Recent Commits

jthornoc 2010-11-13 03:44 Rev.: 46465

Generalizing the Westbrook & Dryer model.

0 lines of code changed in 4 files:

  • CCA/Components/Arches/SourceTerms: WestbrookDryer.cc (changed), WestbrookDryer.h (new)
jthornoc 2010-09-16 15:58 Rev.: 46206

- Fixed the mixMW problem. This will require GS update, and addresses
the problem with Julien's commit the other day.

- Pulled a few weeds including erroneous comments and functionality
(blobInit).

- Changed Westbrook and Dryer model to not require molecular weight (it
isn't needed if X and Y are supplied)

- Updated spec accordingly

53 lines of code changed in 2 files:

  • CCA/Components/Arches/SourceTerms: WestbrookDryer.cc (+4 -3), WestbrookDryer.h (+49 -15)
jpedel 2010-09-14 18:40

Adding convective heat transfer coupling between particles and gas phase

273 lines of code changed in 4 files:

  • CCA/Components/Arches/SourceTerms: CoalGasHeat.cc (new 202), CoalGasHeat.h (new 67), sub.mk (new)
jthornoc 2010-08-20 05:29 Rev.: 46100

More explicit error message in MomentumSolver.cc
Actually returning the source term type in SourceTermBase.h
Some minor bulletproofing in the initialization of transport equations.

1 lines of code changed in 2 files:

  • CCA/Components/Arches/SourceTerms: SourceTermBase.h (new)
jthornoc 2010-08-19 06:33 Rev.: 46093

Specified _src_type for each source.

69 lines of code changed in 21 files:

  • CCA/Components/Arches/SourceTerms: CoalGasDevol.cc (new), CoalGasMomentum.cc (new), ConstSrcTerm.cc (new), Inject.h (new), IntrusionInlet.h (new), MMS1.cc (+2), SourceTemplate.cc (new), SourceTemplatedTemplate.h (+16), TabRxnRate.cc (new), UnweightedSrcTerm.cc (+1), WestbrookDryer.cc (+1)
jthornoc 2010-08-19 06:15 Rev.: 46092

Added intrusion_inlet option to Arches.
Added spec for intrusion inlet.
Made generic the source addition in MomentumSolver.
Removed subequent weed from Source.cc.

24 lines of code changed in 2 files:

  • CCA/Components/Arches/SourceTerms: IntrusionInlet.h (+15 -4), SourceTermBase.h (+9 -1)
jthornoc 2010-08-18 12:21 Rev.: 46076

* Added a new source term that will inject source terms as inlet
* conditions normal to specified solid geometry.
* Fixed a warning in LaminarPrNo
* Fixed a warning in TabStripFactor
* Fixed notation in Inject
* Modified the SourceTemplatedTemplate
* Fixed a warning in Discretization_new
* Added spec for IntrusionInlets

373 lines of code changed in 5 files:

  • CCA/Components/Arches/SourceTerms: Inject.h (+4 -4), IntrusionInlet.cc (new 4), IntrusionInlet.h (+362), SourceTemplatedTemplate.h (+2 -2), sub.mk (+1)
jthornoc 2010-08-18 12:20 Rev.: 46075

Added source term templates and updated the property template.

557 lines of code changed in 4 files:

  • CCA/Components/Arches/SourceTerms: SourceTemplate.cc (+172), SourceTemplate.h (new 80), SourceTemplatedTemplate.cc (new 4), SourceTemplatedTemplate.h (+301)
jthornoc 2010-08-17 13:12 Rev.: 46060

Boolean needed initialization for the tabulated stripping factor.
Logic for the cell iterator in Inject.h was incorrect.

5 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: Inject.h (+5 -5)
jthornoc 2010-08-16 20:27 Rev.: 46057

Addition of new property models:
ExtentRxn: Computes the extent of reaction given a grid resolved
variable.
ScalarDiss: Computes the scalar dissipation rate (currently a constant)
TabStripFactor: Back calculates a stripping factor based on local
tabulated CO2
Also added a source term -- TabRxnRate, for user specified reaction
rates.
Updated spec for models and sources.
Arches, MixingRxnModel, ExplicitSolver were all changed to accomidate
these models.

210 lines of code changed in 3 files:

  • CCA/Components/Arches/SourceTerms: TabRxnRate.cc (+144), TabRxnRate.h (new 65), sub.mk (+1)
jthornoc 2010-08-16 05:10 Rev.: 46039

Added the name check for "MixtureFraction" to the tabprops interface.
Fixed two warnings.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: Inject.h (+1 -1)
jas 2010-08-13 16:42 Rev.: 46034

Fix doxygen errors.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: Inject.h (+1 -1)
jthornoc 2010-08-06 07:03 Rev.: 45976

Boolean was missing initialization which caused the variable to not be computed.

9 lines of code changed in 8 files:

  • CCA/Components/Arches/SourceTerms: CoalGasDevol.cc (+2 -1), CoalGasMomentum.cc (+1), ConstSrcTerm.cc (+1), Inject.h (+1), MMS1.cc (+1), SourceTermBase.h (+1), UnweightedSrcTerm.cc (+1), WestbrookDryer.cc (+1)
jthornoc 2010-08-05 09:47 Rev.: 45971

PropertyModelBase.h:
Now destroying the VarLabel in the base class.
ConstProperty.cc, .h:
A little better strategy for the cell iterator.
SourceTerms/*:
Formatting. Moved the builder class into the source term class.
Arches.cc:
The source term registration is now consistent with the new sourcetermbase.

646 lines of code changed in 29 files:

  • CCA/Components/Arches/SourceTerms: CoalGasDevol.cc (+22 -38), CoalGasDevol.h (+29 -24), CoalGasMomentum.cc (+24 -39), CoalGasMomentum.h (+20 -19), ConstSrcTerm.cc (+24 -39), ConstSrcTerm.h (+22 -19), Inject.cc (new 4), Inject.h (+290), MMS1.cc (+24 -39), MMS1.h (+21 -19), MultiPointConst.cc (del), MultiPointConst.h (del), SourceTermBase.cc (+5 -6), SourceTermBase.h (+33 -10), SourceTermFactory.cc (new), SourceTermFactory.h (+15 -55), UnweightedSrcTerm.cc (+24 -39), UnweightedSrcTerm.h (new), WestbrookDryer.cc (+30 -45), WestbrookDryer.h (+20 -19), sub.mk (+1 -1)
jthornoc 2010-08-04 10:48 Rev.: 45964

Adding the property model factory and base class property model.
This will allow for easy addition of "stand-alone" property models.

Also added an example constant property model.

22 lines of code changed in 3 files:

  • CCA/Components/Arches/SourceTerms: SourceTermBase.h (+7 -7), WestbrookDryer.cc (+14 -1), WestbrookDryer.h (+1)
jthornoc 2010-07-28 07:06 Rev.: 45934

Added a new source term for injecting constant sources at specified regions in the flow via geom_objects.
Removed the case specific statement in SourceTermBase. This will break the coal gas momentum source term
until we can get a fix.

253 lines of code changed in 4 files:

  • CCA/Components/Arches/SourceTerms: MultiPointConst.cc (new 182), MultiPointConst.h (new 66), SourceTermBase.cc (+1 -8), sub.mk (+4 -3)
jpedel 2010-07-15 17:47 Rev.: 45869

Source term for unweighted abscissas didn't use areaFraction and was not compatible with walls. The source term should now be correct with walls and mpm walls

10 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: UnweightedSrcTerm.cc (+10 -8)
jpedel 2010-07-06 18:06 Rev.: 45804

Adding capability to transport unweighted abscissas which will avoid numerical problems

297 lines of code changed in 4 files:

  • CCA/Components/Arches/SourceTerms: ConstSrcTerm.cc (+1), UnweightedSrcTerm.cc (+231), UnweightedSrcTerm.h (+62), sub.mk (+3 -2)
jthornoc 2010-06-03 12:46 Rev.: 45678

Fixing molecular weight for O2.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: WestbrookDryer.cc (+1 -1)
jpedel 2010-05-19 17:50 Rev.: 45645

Adding momentum exchange between gas phase and particle phase with the drag model

85 lines of code changed in 2 files:

  • CCA/Components/Arches/SourceTerms: CoalGasMomentum.cc (+77 -17), SourceTermBase.cc (+8 -2)
Generated by StatSVN 0.4.0