Directory CCA/Components/Arches/ChemMix/

Total Files:
9
Deleted Files:
0
Lines of Code:
1678

[root]/CCA/Components/Arches/ChemMix

Lines of Code

CCA/Components/Arches/ChemMix/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 153 (100.0%) 4731 (100.0%) 30.9
jthornoc 119 (77.8%) 3634 (76.8%) 30.5
awabboud 9 (5.9%) 982 (20.8%) 109.1
harman 7 (4.6%) 58 (1.2%) 8.2
jpedel 7 (4.6%) 43 (0.9%) 6.1
jas 10 (6.5%) 8 (0.2%) 0.8
charlesreid 1 (0.7%) 6 (0.1%) 6.0

Most Recent Commits

jthornoc 2011-12-23 19:57 Rev.: 48043

Allocating soot only if DORadiation model is active by the old enthalpy
solver or the new source term.

This will break some restart tests due to a change in variables in the
checkpoint.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (changed)
jthornoc 2011-12-15 22:32 Rev.: 48016

Compute inlet properties correctly for ColdFlow case.

Also made "use_mixing_model" parameter optional. The default is false.

11 lines of code changed in 4 files:

  • CCA/Components/Arches/ChemMix: ColdFlow.cc (new), ColdFlow.h (new)
awabboud 2011-12-05 15:21 Rev.: 47934

small bug fix for classic tables

0 lines of code changed in 2 files:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.h (new)
jthornoc 2011-12-01 12:30 Rev.: 47900

Plugging a memory leak.

3 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+3)
awabboud 2011-11-23 14:58 Rev.: 47871

cleaning compile warnings

10 lines of code changed in 2 files:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+1 -1), ClassicTableInterface.h (+9 -18)
awabboud 2011-11-22 21:46 Rev.: 47867

minor cleanup

1 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.h (+1 -3)
jthornoc 2011-11-22 19:29 Rev.: 47865

Several modifications including:

1) Initialize density_guess in the <bleeping> dummy solve so that it can be saved out in the uda

2) Area fractions were inadvertently being overwritten. This is now fixed.

3) Added swirl to the old boundary condition <FlowInlet>.

4) Cleaned up some of the new boundary condition stuff. There still seems to be a problem with assigning values to the BCInfoMap.

5) Intrusion temperatures can now be set.

6) Hard setting lprob* test cases to false. This of hard coding logicals for test cases hackishness should be removed…I would vote for driving these tests from input files.

7) "SolidWallTemperature" is now an input type in the <BoundaryCondition> section for setting wall temperatures.

8) Radiation solution is now persisting through timesteps without a radiation solve.

Some answers will change due to the addition of setting the intrusion temperature. Other tests will break because of a change in the numbers of variables in the checkpoint. GS's to be updated.

102 lines of code changed in 6 files:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+97 -2), ClassicTableInterface.h (+1), MixingRxnModel.cc (new), MixingRxnModel.h (new)
awabboud 2011-11-14 13:16 Rev.: 47802

Updated Classic Tables for N-Dimensions, This will break some tests, gold standards to be generated

764 lines of code changed in 2 files:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+134 -316), ClassicTableInterface.h (+630 -10)
jthornoc 2011-09-23 05:55 Rev.: 47624

Initial commit of the new intrusion boundary mechanism. This new
version allows for more sophisticated boundary conditions on specified
faces of the intrusions. Currently, only flat profiles of scalars and
momentum are implemented.

3 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+3)
jthornoc 2011-09-15 17:23 Rev.: 47599

Fixing bugs:
ClassicTableInterface -- extra (spurious?) line in the boundary
assignment.
Discretization -- psi where r should have been
Input files -- missing specification of x- face.

-- Julien and Jeremy

0 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (-1)
jthornoc 2011-09-09 08:31 Rev.: 47568

Adding an operation to remove warning. Will settle this issue later.

2 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+2)
awabboud 2011-09-08 17:03 Rev.: 47563

fixed spacing

101 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+101 -105)
awabboud 2011-09-08 16:28 Rev.: 47562

binary table search implemented

106 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+106 -77)
jas 2011-08-31 02:48 Rev.: 47536

Update copyright year.

8 lines of code changed in 10 files:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+1 -1), ClassicTableInterface.h (+1 -1), ColdFlow.cc (+1 -1), ColdFlow.h (+1 -1), MixingRxnModel.cc (+1 -1), MixingRxnModel.h (+1 -1), TabPropsInterface.cc (new), TabPropsInterface.h (new)
jthornoc 2011-08-22 17:03 Rev.: 47498

Fix a restart issue with uninitialized index map for depend. variables
when restarting.

3 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+3)
jthornoc 2011-08-22 17:03 Rev.: 47497

Initialize boolean (_mf_for_hl) and add comments to radiation source
term.

6 lines of code changed in 2 files:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+5 -3), ClassicTableInterface.h (+1 -1)
jthornoc 2011-08-19 15:41 Rev.: 47493

Removed debugging print statement.

0 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (-2)
jthornoc 2011-08-18 15:32 Rev.: 47489

Fixed a problem when using the new enthalpy solver with heat loss --
heat loss wasn't being computed because of a boolean which was set for
the old solver.

Also added a developer switch for using pure stream enthalpies
and mixture fraction to compute adiabatic enthalpy rather than looking
up adiabatic enthalpy in the table. This is for testing only at the
moment.

32 lines of code changed in 3 files:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+25 -3), ClassicTableInterface.h (+3 -1), MixingRxnModel.cc (+4 -7)
jthornoc 2011-08-18 15:31 Rev.: 47487

Move comment.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+1 -2)
jthornoc 2011-08-17 09:28 Rev.: 47471

Pesky soot variable problems. This should fix the heated block rt test.

16 lines of code changed in 2 files:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+15 -8), ClassicTableInterface.h (+1)

(55 more)

Generated by StatSVN 0.4.0