Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 44 (100.0%) | 2806 (100.0%) | 63.7 |
CCA/Components/Wasatch/Expressions/ | 7 (15.9%) | 965 (34.4%) | 137.8 |
CCA/Components/Wasatch/ | 18 (40.9%) | 805 (28.7%) | 44.7 |
CCA/Components/Wasatch/transport/ | 12 (27.3%) | 595 (21.2%) | 49.5 |
CCA/Components/Wasatch/Operators/ | 7 (15.9%) | 441 (15.7%) | 63.0 |
Updated boundary condition treatment to infer BCEvaluator type from the boundary condition operator. This goes along with the recent update in SpatialOps.
0 lines of code changed in 2 files:
Switched to using pointers in passing the arguments for the BCHelper
9 lines of code changed in 3 files:
fixed typo in BCSide
41 lines of code changed in 1 file:
TSAAD: cleanup of boundary condition handler code.
51 lines of code changed in 1 file:
TSAAD:
1. Added boundary condition treatment for Wasatch. This required modifying the equation adaptors to store the xml input information about each trasnport equation.
2. Added a test case for boundary conditions.
NOTE: due to issues with extracells and boundarylayer cells, this code is NOT functional yet.
689 lines of code changed in 8 files:
Major cleanup for UpwindInterpolant.
- Moved all counter arithmetic to constructor and added required private variables.
- In the process, removed some of un-necessary member variables (dim_, hasPlusFace_).
57 lines of code changed in 1 file:
Fixed typo in UpwindInterplant.h - Now convective flux work in all 3 directions.
4 lines of code changed in 1 file:
Fixed bug in assigning proper directions for calculating the coordinates
8 lines of code changed in 1 file:
In this commit:
1. Debugged UpwindInterpolant.
2. Added support for Central differencing for convection.
3. Added convection-test.ups file. This is NOT a comprehensive test yet.
4. Modified ConvectiveFlux.h by adding inhertience for upwind type interpolants.
717 lines of code changed in 4 files:
Fixed error in timestep calculation. Must use old data warehouse in the task requirement.
1 lines of code changed in 1 file:
- Added convective flux expression.
- Modified wasatch spec file for convective flux expression.
- Added Upwind interpolation operator.
- Modified Operators.cc for upwind interpolant.
- Added test file: convection-test.ups.
- NOTE: THE UPWIND INTERPOLATION IS STILL BEING DEBUGGED.
499 lines of code changed in 4 files:
- Added support for expressions: SineFunction, GaussianFunction, and DoubleTanhFunction.
- Modified UPS specification file to support tags related to the aforementioned functions in Wasatch.
- Corrected a few typos in the comments and output messages.
40 lines of code changed in 3 files:
Made the following modifications:
1. Converted ScalarTransportEquation to template form so that it can be used for both staggered and non-staggered scalar fields.
2. Added proper functionality to the Wasatch problem specification to accommodate for staggered scalar transport.
3. Converted ScalarRHS to template form so that it conforms to other expressions that we have (i.e. DiffusiveFlux …).
4. Fixed wasatch input files.
690 lines of code changed in 14 files: