Directory CCA/Components/Arches/ChemMix/

Total Files:
12
Deleted Files:
2
Lines of Code:
4895

[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 118 (100.0%) 2902 (100.0%) 24.5
jthornoc 97 (82.2%) 2198 (75.7%) 22.6
ahumphrey 3 (2.5%) 518 (17.8%) 172.6
jsutherland 9 (7.6%) 106 (3.7%) 11.7
jas 2 (1.7%) 36 (1.2%) 18.0
ihunsaker 3 (2.5%) 34 (1.2%) 11.3
tsaad 2 (1.7%) 5 (0.2%) 2.5
dav 2 (1.7%) 5 (0.2%) 2.5

Most Recent Commits

jthornoc 2013-12-16 13:17 Rev.: 51391

This should fix the segfaults for the RT. Old density was being requested for some
problems and was not being properly created.

This does put an extra variable in the checkpoint so GS's need an
update.

110 lines of code changed in 6 files:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (new), ColdFlow.cc (+52), ConstantProps.cc (new)
jthornoc 2013-12-13 15:28 Rev.: 51385

Adding a helper class for adding species to the table lookup.
For scalar equations, use the old density if stage > 0

37 lines of code changed in 2 files:

  • CCA/Components/Arches/ChemMix: ChemHelper.h (new 30), ClassicTableInterface.cc (+7)
jthornoc 2013-12-12 10:31 Rev.: 51377

Adding a table probe script.
Some ultra-minor edits.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+1 -1)
jthornoc 2013-12-02 23:17 Rev.: 51349

This didn't make the last commit.
'

1 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+1 -1)
jthornoc 2013-12-02 23:17 Rev.: 51348

Add the ability to override the density guess setting for table IVs.

9 lines of code changed in 3 files:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+4), MixingRxnModel.cc (new)
jthornoc 2013-11-27 15:11 Rev.: 51341

1) Transport Eqns are now assigned an algorithmic “stage”
2) Dependent sources of transport eqns are given the same stage.
3) Updated the add_species function to include an old or new state.
4) Set boundary conditions on all table lookup species such that the interpolated face value results in the table lookup condition
5) Adding an option extra table lookup
6) Some minor optimizations
7) Added the manifold run rate source term
8) Simplified some calls to computing diffusion terms.

76 lines of code changed in 4 files:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+52 -14), MixingRxnModel.cc (+4 -1), MixingRxnModel.h (+20 -2)
jthornoc 2013-11-13 13:52 Rev.: 51274

1) Fix a warning.
2) Fix an error in the cold flow model with regards to the boundary
density value
3) Fix a sign error in the mass-balance calculator

6 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: ColdFlow.cc (+6 -4)
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.

106 lines of code changed in 9 files:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.h (new), ColdFlow.h (+5 -5), ConstantProps.h (new), MixingRxnModel.h (+55 -63), TabPropsInterface.h (new)
jthornoc 2013-10-28 15:57 Rev.: 51173

No .h

0 lines of code changed in 2 files:

  • CCA/Components/Arches/ChemMix: TabPropsInterface.cc (new)
jthornoc 2013-10-28 15:17 Rev.: 51172

Get tabprops interface compiling.

22 lines of code changed in 2 files:

  • CCA/Components/Arches/ChemMix: TabPropsInterface.cc (+22 -165), TabPropsInterface.h (-10)
jthornoc 2013-10-28 15:17 Rev.: 51168

Cleaning up more labels.

0 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (-2)
jthornoc 2013-10-28 15:17 Rev.: 51167

Removing several old/unused labels.

2 lines of code changed in 2 files:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (-57), TabPropsInterface.cc (+2 -53)
jthornoc 2013-10-28 15:17 Rev.: 51166

Getting rid of tempIN label.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (-12), TabPropsInterface.cc (-10)
jthornoc 2013-10-28 15:17 Rev.: 51164

**MORE BIG CHANGES**
Continued cleanup of unused/old functionality. All RT tests will fail
due to changes in input files or output in uda. I have verified at this
point that the answer still haven't changed.

7 lines of code changed in 13 files:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+2 -3), ClassicTableInterface.h (-6), ColdFlow.cc (+1 -3), ColdFlow.h (-6), ConstantProps.cc (+1 -29), ConstantProps.h (-19), MixingRxnModel.h (+1 -5), PCTProps.cc (del), PCTProps.h (del), TabPropsInterface.cc (+1 -3), TabPropsInterface.h (-7), sub.mk (new)
jthornoc 2013-10-28 15:16 Rev.: 51162

***BIG CHANGE***
This commit removes the old boundary condition mechanism in ARCHES along
with its dangling tentacles. As such, it will invalidate all the old
regression tests, which will need to be removed. A previous commit has
established new, equivalent RT tests.

Note that the old functions/cc code has been moved to the attic.

More work is required to rid Arches of the some of the old transport modules.

The new RT tests should still provide the same answers.

2 lines of code changed in 5 files:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (-9), ColdFlow.cc (-14), ConstantProps.cc (-15), PCTProps.cc (new 2), TabPropsInterface.cc (-9)
jthornoc 2013-10-21 09:01 Rev.: 51121

Fix the error checking on IVs for boundaries.
Make sure that the StABL BC gets a celltype.

4 lines of code changed in 2 files:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+2 -2), ColdFlow.cc (+2 -2)
jthornoc 2013-10-16 15:49 Rev.: 51106

1) Better error checking on boundaries -- checking for complete spec of table IVs
2) Cleaning up some dummy solves and an "oldTableHack".
3) Update mpmarches input file to have full IV spec. This should get this methaneFireWContainer passing.

24 lines of code changed in 5 files:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+13 -141), ClassicTableInterface.h (-14), ColdFlow.cc (+10 -66), ColdFlow.h (+1 -14), MixingRxnModel.h (-7)
jthornoc 2013-10-14 16:21 Rev.: 51083

Added a new line to the boundary warning.

Changed mpmpipe_test to use new BCs. **This will break RT**

4 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: ColdFlow.cc (+4 -2)
ahumphrey 2013-09-03 14:53 Rev.: 50901

Refactor ClassicTableInterface member variables for consistency.

13 lines of code changed in 2 files:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+8 -8), ClassicTableInterface.h (+5 -6)
ahumphrey 2013-08-28 11:09 Rev.: 50879

Make find_val() functions thread-safe (Interp base and derived classes) within ARCHES ClassicTableInterface.

505 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.h (+505 -468)
tsaad 2013-08-27 14:38 Rev.: 50874

change BoundCondBase::getBCType__NEW to getBCType. I don't know which of the following is better though, appending __OLD or __NEW...

1 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: TabPropsInterface.cc (+1 -1)
jthornoc 2013-08-26 13:08 Rev.: 50863

Adding a scalar balance calculator that computes R = In - Out + Accum.

4 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+4 -1)
jthornoc 2013-08-19 15:13 Rev.: 50836

Get a reference of Properties into shaddix enthalpy model.

11 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: MixingRxnModel.h (+11)
dav 2013-08-16 15:58 Rev.: 50829

Fix spacing, alphabetize.

4 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: sub.mk (+4 -4)
jthornoc 2013-08-07 22:23 Rev.: 50786

1) Fixed a bug with the density assignment when computing velocity for mass flow inlets.
2) Change density assignment in extra cells and intrusion inlets so that the interpolated value is consistent with the mixture fraction.

3 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+3 -3)
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.

20 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+20 -1)
jthornoc 2013-07-02 16:09 Rev.: 50632

Missing index++.

3 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: MixingRxnModel.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.

18 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: MixingRxnModel.h (+18 -28)
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.

4 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+4 -3)
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.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+1 -1)
jthornoc 2013-06-28 09:17 Rev.: 50608

Remove a debugging print statement.
Update some of the new input files to get ready for new RT tests.
Make d_calcVariance false by default.

0 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (-1)
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.

3 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: TabPropsInterface.cc (+3 -3)
jthornoc 2013-06-26 16:13 Rev.: 50600

Bad function call in TabPropsInterface.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: TabPropsInterface.cc (+1 -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

577 lines of code changed in 7 files:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+28 -64), ClassicTableInterface.h (-4), ColdFlow.cc (+1 -1), ConstantProps.cc (+1 -1), MixingRxnModel.cc (+20 -42), MixingRxnModel.h (+526 -96), PCTProps.cc (+1 -1)
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.

10 lines of code changed in 2 files:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+5 -34), MixingRxnModel.h (+5 -9)
jas 2013-06-21 08:01 Rev.: 50561

Open the chemistry tables once and pass around the file pointer.

36 lines of code changed in 2 files:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+33 -44), ClassicTableInterface.h (+3 -2)
tsaad 2013-06-11 16:49 Rev.: 50463

Allow Warches to set BCs in extra cells at walls. Silence a warning in Arches MixingRxnMOdel. Re-Order the Wasatch-rhs task in Warches so that we can pass restart RT. update warches input files. Update warches RT spec to add restart.

4 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: MixingRxnModel.h (+4 -4)
jthornoc 2013-06-06 13:05 Rev.: 50421

Adding a constant property model to avoid using ColdFlow with two
streams of the same composition. Useful for debugging.

489 lines of code changed in 3 files:

  • CCA/Components/Arches/ChemMix: ConstantProps.cc (+326), ConstantProps.h (+162), sub.mk (+1)
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.

7 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.h (+7)
jthornoc 2013-05-20 14:46 Rev.: 50307

The FromFile and VelocityFileInput boundary conditions now use the
"value" tag rather than the "inputfile" tag.

Also, moved the relative starting location of the zero,zero index for
the input file into the ups spec. This will allow one to reuse the same
input file but placing it in different locations for different boundary conditions without changing the file
itself.

29 lines of code changed in 2 files:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+13 -11), ColdFlow.cc (+16 -34)

(13 more)

Generated by StatSVN 0.7.0