Directory CCA/Components/Arches/PropertyModels/

Total Files:
26
Deleted Files:
0
Lines of Code:
3365

[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 109 (100.0%) 1269 (100.0%) 11.6
awabboud 12 (11.0%) 618 (48.7%) 51.5
jthornoc 85 (78.0%) 602 (47.4%) 7.0
harman 1 (0.9%) 27 (2.1%) 27.0
ahumphrey 2 (1.8%) 13 (1.0%) 6.5
jsutherland 9 (8.3%) 9 (0.7%) 1.0

Most Recent Commits

jthornoc 2013-11-13 12:15 Rev.: 51270

Removing the _has_been_computed bool.

41 lines of code changed in 12 files:

  • CCA/Components/Arches/PropertyModels: ABSKP.cc (new), ExtentRxn.cc (+13 -18), PropTemplate.cc (+7 -12), PropTemplatedTemplate.h (+7 -12), PropertyModelBase.h (new), TabStripFactor.cc (new)
jsutherland 2013-10-31 19:36 Rev.: 51196

This one has been a long time coming.

Rip out the standard namespace opening that has been polluting header files throughout the framework. This crept into all sorts of places.

DO NOT open namespaces in header files. Ever.

9 lines of code changed in 9 files:

  • CCA/Components/Arches/PropertyModels: EmpSoot.cc (+1), HeatLoss.cc (+1), HeatLoss.h (+1 -1), PropertyModelBase.h (+5 -5), PropertyModelFactory.cc (new)
jthornoc 2013-10-31 09:26 Rev.: 51187

Get rid of a memory error with the constant property.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModels: ConstProperty.h (changed)
jthornoc 2013-10-28 15:17 Rev.: 51170

More label cleanup.

The normalized scalar variance model was simplified to only compute the
normalized value of scalar variance. The absolute value of variance was
removed.

Now requiring soot for DO radiation model (for properties).

6 lines of code changed in 4 files:

  • CCA/Components/Arches/PropertyModels: NormScalarVariance.cc (new), NormScalarVariance.h (new)
jthornoc 2013-10-17 18:24 Rev.: 51111

Removing the _has_been_computed boolean usage.

15 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModels: EmpSoot.cc (+15 -21), HeatLoss.cc (-1)
jthornoc 2013-10-07 13:24 Rev.: 51032

Cleaning out the last of the dummies in Arches.

0 lines of code changed in 31 files:

  • CCA/Components/Arches/PropertyModels: ABSKP.cc (-44), ABSKP.h (-7), AlgebraicScalarDiss.cc (-18), AlgebraicScalarDiss.h (-7), ConstProperty.h (-47), EmpSoot.cc (-53), EmpSoot.h (new), ExtentRxn.cc (-48), ExtentRxn.h (new), NormScalarVariance.cc (-21), NormScalarVariance.h (-7), PropTemplate.cc (-46), PropTemplate.h (new), PropTemplatedTemplate.h (-55), ScalarDissipation.cc (new), ScalarDissipation.h (new), ScalarVarianceScaleSim.cc (-18), ScalarVarianceScaleSim.h (new), TabStripFactor.cc (-44), TabStripFactor.h (-7)
awabboud 2013-09-09 13:34 Rev.: 50921

Add a var label to the normalized scalar variance model, so that the raw scalar variance value can be used elsewhere.

20 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModels: NormScalarVariance.cc (+19 -10), NormScalarVariance.h (+1)
awabboud 2013-09-04 10:07 Rev.: 50904

Remove unused variable to silence complier warning.

0 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModels: NormScalarVariance.cc (-1)
awabboud 2013-09-03 14:23 Rev.: 50900

Add in the source term and property model required for the 2-equation scalar variance model.

248 lines of code changed in 4 files:

  • CCA/Components/Arches/PropertyModels: ScalarDissipation.cc (+165), ScalarDissipation.h (+81), sub.mk (+2 -1)
ahumphrey 2013-08-28 17:09 Rev.: 50888

Further improve ARCHES multi-threaded output

8 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModels: PropertyModelBase.h (+8 -5)
ahumphrey 2013-08-28 14:14 Rev.: 50883

Make ARCHES multi-threaded table/property/model output more coherent.

5 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModels: PropertyModelBase.h (+5)
awabboud 2013-08-27 15:41 Rev.: 50876

Add in the property models for the scalar variance, and the source term required for a 1-eqn model.

350 lines of code changed in 5 files:

  • CCA/Components/Arches/PropertyModels: AlgebraicScalarDiss.cc (+30 -11), AlgebraicScalarDiss.h (+12 -17), NormScalarVariance.cc (+214), NormScalarVariance.h (+92), sub.mk (+2 -1)
jthornoc 2013-07-10 10:00 Rev.: 50684

Some code went missing in IntrusionBC.cc...it has been put back. This might be the cause of the chronic Arches test failures (heptane, coal pipes.)
Fix a warning in HeatLoss.cc

7 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModels: HeatLoss.cc (+7 -4)
jthornoc 2013-07-05 16:39 Rev.: 50656

Deduce the sensible and adiabatic enthalpy names from the heat loss
model if the user hasn't saved them to the UDA.

3 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModels: HeatLoss.h (+3)
jthornoc 2013-07-01 16:49 Rev.: 50624

Fixing a couple issue with the coal variable transformation.
Force a table lookup for adiabatic enthalpy when inerts are used.

12 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModels: HeatLoss.cc (+12 -10)
jthornoc 2013-07-01 16:49 Rev.: 50623

More bug fixes related to heat loss:
1) Order HL last for cases where hl = f( other property models)
2) Don't compute heat loss in walls.

60 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModels: HeatLoss.cc (+59 -37), HeatLoss.h (+1)
jthornoc 2013-06-28 11:02 Rev.: 50609

Fixing an error with the new scalar variance implementation to return
zero when in walls.

Moving the heptane_pipe and coal_pipe RT tests over to ARCHES and
modernizing the input files.

14 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModels: ScalarVarianceScaleSim.cc (+14 -11)
jthornoc 2013-06-26 16:31 Rev.: 50601

More broken function calls in TabPropsInterface.

Updating HeatLoss model to remove some debugging and to add flexibility.

16 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModels: HeatLoss.cc (+13 -22), HeatLoss.h (+3 -1)
jthornoc 2013-06-26 16:02 Rev.: 50599

* Not forcing a hard coded name on the particle absorption coefficient.
* Added a new variable transformation for single mixture fraction cases.
* Adiabatic enthalpy is now computed via the mixture fraction to force consistency with the enthalpy equation. Previously a table lookup on adiabatic enthalpy was being used which 1) was slow and 2) was lagged in time by dt which caused artificial heat loss. Note this requires that users specify the fuel and oxidizer enthalpies in the table itself using the KEY/value tokens in the table header when using the heat loss model.
* Trim an unused transform
* allocate the property model vars independently from the compute function. Updated all property models accordingly.
* updated some input files accordingly

146 lines of code changed in 11 files:

  • CCA/Components/Arches/PropertyModels: ABSKP.cc (+4 -15), AlgebraicScalarDiss.cc (+3 -6), ConstProperty.h (+4 -14), EmpSoot.cc (+3 -4), HeatLoss.cc (+76 -52), HeatLoss.h (+2 -9), PropertyModelBase.cc (new), PropertyModelBase.h (+15 -9), ScalarVarianceScaleSim.cc (+3 -6), TabStripFactor.cc (+5 -15)
jthornoc 2013-06-26 16:01 Rev.: 50598

Simplifying the var transform proceedure by passing the inert mass
fraction for all cases.

Getting the inerts to the heat loss model.

29 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModels: HeatLoss.cc (+28 -13), HeatLoss.h (+1)
jthornoc 2013-06-19 13:24 Rev.: 50529

Pass a reference of the mixing table to the heat loss model.

6 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModels: HeatLoss.h (+6)
jthornoc 2013-06-13 08:36 Rev.: 50477

Updated the scalar variance model to actually do something.
Committed some new updated input files with the latest and greatest.

86 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModels: ScalarVarianceScaleSim.cc (+79 -32), ScalarVarianceScaleSim.h (+7)
jthornoc 2013-06-03 10:59 Rev.: 50384

Heat loss bounds are now automatically set to the table grid bounds
rather than letting the users specify them.

19 lines of code changed in 4 files:

  • CCA/Components/Arches/PropertyModels: HeatLoss.cc (+7 -5), HeatLoss.h (+6), PropertyModelBase.cc (+1), PropertyModelBase.h (+5)
jthornoc 2013-05-30 13:19 Rev.: 50373

Fixed a restart bug with the empirical soot model. Also added some
bulletproofing for label matching.

Allowed user to specify a non-zero value when using the geometry_fill
option for initializing scalars.

Updating input files to reflect the changes.

25 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModels: EmpSoot.cc (+25)
jthornoc 2013-04-23 15:39 Rev.: 50164

** Warning ** Monolithic commit **

1) Always recompile taskgraph on restart until restartInitialize lives up to its name.

2) Adding new variable transforms for the table lookup: rcce, rcce_fp, fcce_eta. These are still somewhat incomplete and should be used with caution.

3) Clipping on the RK averaging to actually allow variables to go to zero: This may change answers!!

4) In EmpSoot, make sure you specify the correct radiation model.

5) Some major reworking of the Westbrook dryer model. This should fix some of the mass balance issues seen in some cases.

6) Changed how the clipping is specified for some variables. Note that <small> was removed from the DQMOM option in favor of a more universal <tol>

1 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModels: EmpSoot.cc (+1 -1)
jthornoc 2013-03-29 12:39 Rev.: 50029

Adding access to commonSetup for the constant property model.

2 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModels: ConstProperty.h (+2)
jthornoc 2013-03-22 12:14 Rev.: 50012

Call common problem setup for this model.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModels: ABSKP.cc (+1)
jthornoc 2013-03-11 15:20 Rev.: 49969

This allows you to compute heat loss, but use a constant value when
doing table look ups. This is useful for debugging and verification
work.

113 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModels: HeatLoss.cc (+111 -109), HeatLoss.h (+2)
harman 2013-01-03 10:02 Rev.: 49783

sched_computeProp() & computeProp()
The scheduling of the variables is now consistent with what is done in the task.

inputs/ARCHES/RMCRT/methane_rmcrt.ups now runs on multiple patches per
core.

removed tabs.
formatting.

27 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModels: EmpSoot.cc (+27 -25)
Generated by StatSVN 0.7.0