[root]/CCA/Components/Arches/PropertyModels
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 77 (100.0%) | 3482 (100.0%) | 45.2 |
jthornoc | 70 (90.9%) | 3256 (93.5%) | 46.5 |
eldredge | 5 (6.5%) | 225 (6.5%) | 45.0 |
jas | 2 (2.6%) | 1 (0.0%) | 0.5 |
- 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
2 lines of code changed in 2 files:
mixMW wasn't being allocated in dummy solve.
ch4 label no longer required in tabulated stripping factor.
0 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
0 lines of code changed in 3 files:
Added source term templates and updated the property template.
8 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.
2 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.
936 lines of code changed in 8 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 2 files:
Added boolean for determining if the model should be evaluated before
or after the table lookup.
Updated template examples with Boolean.
Updated current property models with new boolean.
Added scalar dissipation rate handle in TabProps interface.
24 lines of code changed in 8 files:
Got too agressive with the comments...this should compile now.
1 lines of code changed in 1 file:
Fixed warning.
2 lines of code changed in 1 file:
Pulled a new weed. TabProps will take care of cold flow mixing rather than having a separate model for it.
0 lines of code changed in 3 files:
Scalar equation can now handle a variable Pr number.
Overloaded the diffusion calculation to handle variable Pr numbers.
Removed calculation of diffusion coefficient in LaminarPrNo as it is not needed.
23 lines of code changed in 3 files:
FIxed some bugs in the viscosity and diffusivity routines in
LaminarPrNo.h. Weston Eldrege Aug 9, 2010
14 lines of code changed in 2 files:
Forgot to add new mixing model.
338 lines of code changed in 3 files:
Arches: Added the option for laminar Pr. number.
LaminarPrNo: More doxygen comments.
12 lines of code changed in 1 file:
Added some comments related to the LaminarPr class.
Weston Eldredge, Aug 8, 2010.
55 lines of code changed in 1 file:
Updated doxygen comments.
20 lines of code changed in 1 file:
Updated the problemSetup.
Defaulted to binary for now.
Removed the air_b boolean.
Spacing, tabs, etc...
83 lines of code changed in 2 files:
This commit includes some changes to calculate prandlt numbers
in arches for laminar flows. Weston Eldredge, Aug 06, 2010
156 lines of code changed in 2 files:
(6 more)