Directory CCA/Components/Arches/ChemMix/

Total Files:
10
Deleted Files:
0
Lines of Code:
6136

[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 39 (100.0%) 536 (100.0%) 13.7
jthornoc 17 (43.6%) 522 (97.4%) 30.7
jas 19 (48.7%) 12 (2.2%) 0.6
u0407585 1 (2.6%) 1 (0.2%) 1.0
jsutherland 2 (5.1%) 1 (0.2%) 0.5

Most Recent Commits

jthornoc 2015-10-12 10:30 Rev.: 54155

This commit changes the answers.
The answer changes are due to changes in the dt computed in
computeStableTimestep. The code now uses patch->dCell for grid spacing
rather than cellInfo (which should be removed completely from Arches).

**bigger change**
The solver abstraction in Arches has been cleaned up. As a result,
all the solver information needed for the ExplicitSolver has been moved
into itself. This should contain the historic solver in Arches without
stepping on any newly abstracted solvers. This last change should not
affect the answers as it only moved problemSetups and allocation of
variables into the solver itself. Ordering was preserved.

102 lines of code changed in 2 files:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.h (new)
jsutherland 2015-06-30 14:15 Rev.: 53687

Update locations for Wasatch3P git repos

1 lines of code changed in 2 files:

  • CCA/Components/Arches/ChemMix: TabPropsInterface.h (new)
jthornoc 2015-06-18 11:52 Rev.: 53651

Fix warnings.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.h (+1 -1)
jthornoc 2015-06-01 11:25 Rev.: 53571

* Create a separate task for initializing the velocity fields
* add the 2D, variable density MMS (Shunn/Moin) with corresponding source terms for f and continuity
* simplify the cold flow input interface
* consolidate the scalar initial condition interface into the base class
* use the solvability condition rather than the reference pressure
* fix the continuity residual check to include the effects of the source terms and the mass source from the solvability condition
* fix the continuity redidual check to include other mass source terms

20 lines of code changed in 2 files:

  • CCA/Components/Arches/ChemMix: ColdFlow.cc (new)
jas 2015-05-28 09:26 Rev.: 53557

Revert c++-11 namespace changes.

1 lines of code changed in 2 files:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+1 -1)
jas 2015-05-27 15:34 Rev.: 53554

Explicit namespace usage as part of the transition to c++-11.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+1 -1)
u0407585 2015-05-20 14:04 Rev.: 53524

Fixed boundary condition bug, when using inert stream.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+1 -2)
jthornoc 2015-03-24 16:50 Rev.: 53299

Since these objects are not modified, pass by const reference.

24 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.h (+24 -23)
jthornoc 2015-03-24 15:32 Rev.: 53281

Pass table (and associated variables) by reference rather than value to
avoid a copy.

Remove thread safety infractions in the find_val functions.

63 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.h (+63 -87)
jas 2015-01-26 12:34 Rev.: 53023

Made the following changes:

1. Compress large xml files. Remove sus log.

2. Add Changelog.

3. Add instructions for adding a new component to the build system.

4. Update OSX build in install documentation.

5. Update petsc version in install documentation.

6. Change Petsc version.

7. Remove references to Teem in installation. Remove the build directory
after creating the tarball for the release.

8. Remove Tracker feature.

9. Remove AIX references. Remove Basis/. Remove Teem. Remove sci_defs
include files related to SCIRun.

10. Remove old build dependency versions.

11. Add wasatch_3P 1.6.0 branch.

12. Remove bench.config file, update excludes when building release tar ball.

13. Remove *.orig and *.release files.

14. Update copyright date. Update version to 1.6.

10 lines of code changed in 16 files:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+1 -1), ClassicTableInterface.h (+1 -1), ColdFlow.cc (+1 -1), ColdFlow.h (new), ConstantProps.cc (+1 -1), ConstantProps.h (+1 -1), MixingRxnModel.cc (new), MixingRxnModel.h (new), TabPropsInterface.cc (new), TabPropsInterface.h (+1 -1)
jthornoc 2015-01-06 16:03 Rev.: 52935

Retab.

13 lines of code changed in 4 files:

  • CCA/Components/Arches/ChemMix: ColdFlow.h (+3 -3), MixingRxnModel.h (+4 -4), TabPropsInterface.cc (+3 -3), TabPropsInterface.h (+3 -3)
jthornoc 2015-01-06 14:54 Rev.: 52934

Retab and reindent.

274 lines of code changed in 2 files:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+155 -152), ClassicTableInterface.h (+119 -119)
jthornoc 2015-01-06 14:36 Rev.: 52933

Fix this silliness.

4 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+4 -12)
jthornoc 2015-01-06 13:04 Rev.: 52932

More warning cleanup. Shouldn't change answers.

8 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+8 -4)
jthornoc 2015-01-05 18:17 Rev.: 52924

Clean up warnings.
This won't change answers.

13 lines of code changed in 2 files:

  • CCA/Components/Arches/ChemMix: ClassicTableInterface.cc (+9 -5), ColdFlow.cc (+4)
Generated by StatSVN 0.7.0