[root]/CCA/Components/Arches/Transport
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 42 (100.0%) | 1082 (100.0%) | 25.7 |
jthornoc | 36 (85.7%) | 1053 (97.3%) | 29.2 |
tsaad | 6 (14.3%) | 29 (2.7%) | 4.8 |
Change the Wasatch namespace to WasatchCore to avoid conflicts with the Wasatch class.
29 lines of code changed in 6 files:
Warning.
1 lines of code changed in 1 file:
- Attempting to shift the masks. Not working.
- Cleaning up more dust in the NonLinearSolver interface.
21 lines of code changed in 1 file:
Cleanup BC work with masks.
Clarify the DIVIDE options with TaskAlebra when using a constant.
98 lines of code changed in 1 file:
Dont build RHS with the temporal part.
Revamp the FEUpdate to not worry about density. That should be handled
somewhere else.
Masks still not working. Uintah iterator does.
38 lines of code changed in 6 files:
* Fix a boundary issue with the FE update.
* Delete BCInfo on patches that don’t need it.
* Some more work on bc, masks, etc…
74 lines of code changed in 2 files:
Aligning the code with Tony's latest commit on the BCHelper.
1 lines of code changed in 1 file:
Add CoalHelper back in.
More work on implementing BCHelper.
14 lines of code changed in 2 files:
Leverage the BCHelper from Wasatch to store masks.
211 lines of code changed in 4 files:
Remove more _new functions.
61 lines of code changed in 5 files:
Minor front-end change, major back-end change to the Arches Task Interface (ATI).
* Remove the ATI variable type enums in favor of Uintah type descriptions and the FieldAdaptor mapping for better generality.
* Rather than resolving all variables in the task call-back function, resolve the labels when they are retrieved. This is now done in the FieldContainer.h
This should reduce the complexity of the field mapping behind the scenes for easier readability and maintainability.
324 lines of code changed in 5 files:
Adding header file.
46 lines of code changed in 1 file:
* computeBCArea__NEW -> computeBCArea
* Moved the momentum helpers into a separate header…hoping it is useful elsewhere
* Atom editor performed some beautification by removing extra spaces at the ends of lines.
* Re-tooling of variable_stats model including:
1) This class is no longer templated and as a result only works on cell-centered variable (everything but velocity). The templating seemed like an unnecessary complication.
2) As a result of 1), you don’t specify the variable type any more as part of the spec (was an optional input before)
3) The result of the <flux_variable> spec is the running sum of the flux variable on the FACES of the cells in each coordinate direction. The running sums were previously located in the cell center. This was done to enable exact mass/energy/scalar etc. balances.
4) The local variable creation was moved out of the problemSetup and into the automagic ArchesTaskInterface functionality.
159 lines of code changed in 1 file:
Arches Task Interface
* remove the booleans to control task execution. This is now determined
by the size of the variable registry.
DQMOM
* For the no-solve method, remove requirement for moment specification
* Allow weights to have a non-zero source term (birth)
* Fix a couple bugs in the SimpleBirth model
Other
* Change the constant particle model to be constant/environment
0 lines of code changed in 2 files:
More warning cleanup. Shouldn't change answers.
2 lines of code changed in 2 files:
Clean up warnings.
This won't change answers.
3 lines of code changed in 2 files: