[root]/CCA/Components/Arches/ChemMix
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 |
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:
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:
small bug fix for classic tables
0 lines of code changed in 2 files:
Plugging a memory leak.
3 lines of code changed in 1 file:
cleaning compile warnings
10 lines of code changed in 2 files:
minor cleanup
1 lines of code changed in 1 file:
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:
Updated Classic Tables for N-Dimensions, This will break some tests, gold standards to be generated
764 lines of code changed in 2 files:
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:
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:
Adding an operation to remove warning. Will settle this issue later.
2 lines of code changed in 1 file:
fixed spacing
101 lines of code changed in 1 file:
binary table search implemented
106 lines of code changed in 1 file:
Update copyright year.
8 lines of code changed in 10 files:
Fix a restart issue with uninitialized index map for depend. variables
when restarting.
3 lines of code changed in 1 file:
Initialize boolean (_mf_for_hl) and add comments to radiation source
term.
6 lines of code changed in 2 files:
Removed debugging print statement.
0 lines of code changed in 1 file:
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:
Move comment.
1 lines of code changed in 1 file:
Pesky soot variable problems. This should fix the heated block rt test.
16 lines of code changed in 2 files:
(55 more)