[root]/CCA/Components/Arches/SourceTerms
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 |
Generalizing the Westbrook & Dryer model.
0 lines of code changed in 4 files:
- 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:
Adding convective heat transfer coupling between particles and gas phase
273 lines of code changed in 4 files:
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:
Specified _src_type for each source.
69 lines of code changed in 21 files:
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:
* 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:
Added source term templates and updated the property template.
557 lines of code changed in 4 files:
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:
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:
Added the name check for "MixtureFraction" to the tabprops interface.
Fixed two warnings.
1 lines of code changed in 1 file:
Fix doxygen errors.
1 lines of code changed in 1 file:
Boolean was missing initialization which caused the variable to not be computed.
9 lines of code changed in 8 files:
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:
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:
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:
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:
Adding capability to transport unweighted abscissas which will avoid numerical problems
297 lines of code changed in 4 files:
Fixing molecular weight for O2.
1 lines of code changed in 1 file:
Adding momentum exchange between gas phase and particle phase with the drag model
85 lines of code changed in 2 files: