[root]/CCA/Components/Arches/ChemMix
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 |
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:
Update locations for Wasatch3P git repos
1 lines of code changed in 2 files:
Fix warnings.
1 lines of code changed in 1 file:
* 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:
Revert c++-11 namespace changes.
1 lines of code changed in 2 files:
Explicit namespace usage as part of the transition to c++-11.
1 lines of code changed in 1 file:
Fixed boundary condition bug, when using inert stream.
1 lines of code changed in 1 file:
Since these objects are not modified, pass by const reference.
24 lines of code changed in 1 file:
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:
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:
Retab.
13 lines of code changed in 4 files:
Retab and reindent.
274 lines of code changed in 2 files:
Fix this silliness.
4 lines of code changed in 1 file:
More warning cleanup. Shouldn't change answers.
8 lines of code changed in 1 file:
Clean up warnings.
This won't change answers.
13 lines of code changed in 2 files: