Directory CCA/Components/Arches/PropertyModels/

Total Files:
19
Deleted Files:
2
Lines of Code:
647

[root]/CCA/Components/Arches/PropertyModels

Lines of Code

CCA/Components/Arches/PropertyModels/ Lines of Code

Developers

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

Most Recent Commits

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

2 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModels: TabStripFactor.h (new)
jthornoc 2010-08-30 17:08 Rev.: 46134

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:

  • CCA/Components/Arches/PropertyModels: TabStripFactor.cc (new)
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

0 lines of code changed in 3 files:

  • CCA/Components/Arches/PropertyModels: LaminarPrNo.h (-4), TabStripFactor.cc (-1)
jthornoc 2010-08-18 12:20 Rev.: 46075

Added source term templates and updated the property template.

8 lines of code changed in 4 files:

  • CCA/Components/Arches/PropertyModels: PropTemplatedTemplate.cc (-201), PropTemplatedTemplate.h (new)
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.

2 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModels: TabStripFactor.cc (+2)
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.

936 lines of code changed in 8 files:

  • CCA/Components/Arches/PropertyModels: ExtentRxn.cc (new 234), ExtentRxn.h (new 93), ScalarDiss.cc (new 189), ScalarDiss.h (new 88), TabStripFactor.cc (+221), TabStripFactor.h (+108), sub.mk (+3)
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/PropertyModels: LaminarPrNo.h (+1 -1)
jas 2010-08-13 16:42 Rev.: 46034

Fix doxygen errors.

1 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModels: ConstProperty.h (new)
jthornoc 2010-08-13 12:20 Rev.: 46029

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:

  • CCA/Components/Arches/PropertyModels: ConstProperty.h (+3), LaminarPrNo.cc (+3), PropTemplate.cc (new), PropTemplatedTemplate.h (+4), PropertyModelBase.h (new)
jthornoc 2010-08-11 06:13 Rev.: 46013

Got too agressive with the comments...this should compile now.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModels: LaminarPrNo.h (+1 -1)
jthornoc 2010-08-11 06:07 Rev.: 46012

Fixed warning.

2 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModels: LaminarPrNo.h (+2 -2)
jthornoc 2010-08-10 16:55 Rev.: 46009

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:

  • CCA/Components/Arches/PropertyModels: ColdFlowMixing.cc (del), ColdFlowMixing.h (del), sub.mk (-1)
jthornoc 2010-08-10 16:51 Rev.: 46008

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:

  • CCA/Components/Arches/PropertyModels: ColdFlowMixing.cc (new 1), LaminarPrNo.cc (+11 -26), LaminarPrNo.h (+11 -89)
eldredge 2010-08-09 14:46 Rev.: 46000

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:

  • CCA/Components/Arches/PropertyModels: LaminarPrNo.cc (+5 -3), LaminarPrNo.h (+9 -3)
jthornoc 2010-08-09 13:15 Rev.: 45999

Forgot to add new mixing model.

338 lines of code changed in 3 files:

  • CCA/Components/Arches/PropertyModels: ColdFlowMixing.cc (+245), ColdFlowMixing.h (new 92), sub.mk (+1)
jthornoc 2010-08-09 13:08 Rev.: 45998

Arches: Added the option for laminar Pr. number.
LaminarPrNo: More doxygen comments.

12 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModels: LaminarPrNo.h (+12 -12)
eldredge 2010-08-09 12:14 Rev.: 45997

Added some comments related to the LaminarPr class.
Weston Eldredge, Aug 8, 2010.

55 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModels: LaminarPrNo.h (+55)
jthornoc 2010-08-09 10:57 Rev.: 45996

Updated doxygen comments.

20 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModels: LaminarPrNo.h (+20 -3)
jthornoc 2010-08-09 10:42 Rev.: 45992

Updated the problemSetup.
Defaulted to binary for now.
Removed the air_b boolean.
Spacing, tabs, etc...

83 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModels: LaminarPrNo.cc (+36 -39), LaminarPrNo.h (+47 -71)
eldredge 2010-08-06 14:13 Rev.: 45982

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:

  • CCA/Components/Arches/PropertyModels: LaminarPrNo.cc (+16 -4), LaminarPrNo.h (+140 -6)

(6 more)

Generated by StatSVN 0.4.0