[root]/CCA/Components/Wasatch/transport
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 58 (100.0%) | 2240 (100.0%) | 38.6 |
jsutherland | 46 (79.3%) | 1645 (73.4%) | 35.7 |
tsaad | 12 (20.7%) | 595 (26.6%) | 49.5 |
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.
15 lines of code changed in 4 files:
Move a bunch of stuff from header files to .cc files, and use explicit template instantiation.
This should help speed up compilation times and may reduce code bloat a bit.
380 lines of code changed in 5 files:
First hack at getting memory window support from SpatialOps to propagate into Wasatch.
Still need to get the configure system up to date to correctly deal with requirements from SpatialOps
3 lines of code changed in 1 file:
Add the ability to shove source terms on transport equations. This will help with MMS in particular.
8 lines of code changed in 1 file:
Quiet a few more warnings on Linux.
11 lines of code changed in 1 file:
Move some things out of the ParseEquation.h header and into the implementation file.
35 lines of code changed in 2 files:
- fix some more things that broke in my recent failed merge.
59 lines of code changed in 1 file:
Merge branch 'cleanup'
29 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.
63 lines of code changed in 1 file:
Fix parser problem finding multiple blocks for scalar transport equation diffusive convective and source terms
3 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.
88 lines of code changed in 1 file:
- 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.
1 lines of code changed in 1 file:
Change "new" to "scinew" to help track memory issues.
21 lines of code changed in 4 files:
First cut at getting coordinates into expression graphs in uintah.
The idea is that we calculate the fields once at initialization and then use them wherever needed by wrapping them in a placeholder expression. However, we actually introduce a new expression here, Coordinate, which derives from Expr::PlaceHolder. When a Coordinate expression is constructed (e.g. loaded onto an expression graph) then it will trigger Wasatch to create an expression that will populate the coordinate during initialization.
Note that this is still untested. Tony, that is up to you!
3 lines of code changed in 3 files:
- update the state table for the TabProps test case
- fix a minor bug introduced in my last big checkin: forgot to make a change in the parser corresponding to the xml spec change.
- add some documentation to the FieldTypes enum and get_field_type function
- Fix TabPropsInterface.ups to conform to new input spec.
1 lines of code changed in 1 file:
Update Doxygen support in Wasatch. Created several modules/groups.
10 lines of code changed in 1 file:
- Make the constant diffusivity specification optional not required. This was a bug in the wasatch xml spec.
- Revise the TabProps interface. There were several problems with the old user interface (parser).
- Rework the property parser a bit for TabProps. This makes contexts more consistent.
- Update an input file. We really need to get a transport equation solved (i.e. mixture fraction) and then extract transport coefficients or something from a table. This will help get a robust test case for the tabular property stuff.
21 lines of code changed in 1 file:
fix a problem with Tony's last commit and remove two dead files
0 lines of code changed in 1 file:
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.
428 lines of code changed in 5 files:
Clean up a few things in Wasatch that were breaking - probably due to some recent commits that cleaned up some header files in the framework.
1 lines of code changed in 1 file:
(5 more)