Don’t build preprocessor or table query for RadProps when building for internal Uintah use.
0 lines of code changed in 2 files:
Updates due to minor RadProps API change.
0 lines of code changed in 4 files:
Update to reflect ExprLib API change.
0 lines of code changed in 2 files:
Okay - this should fix warches…
30 lines of code changed in 5 files:
Fix Warches.
1 lines of code changed in 1 file:
Commit made on behalf of Abhishek.
This is a step toward Wasatch GPU execution.
80 lines of code changed in 10 files:
Fix a bug on the radprops evaluator expression where I wasn’t bumping iterators on the species compositions.
2 lines of code changed in 1 file:
Update to conform to change in ExprLib API.
0 lines of code changed in 4 files:
Warches fix.
1 lines of code changed in 1 file:
Make bigmac happy.
0 lines of code changed in 1 file:
First major cut at enthalpy transport with heat loss in Wasatch. We still need to couple in the radiation terms, but the hooks are in place.
347 lines of code changed in 14 files:
Fix a bad merge.
0 lines of code changed in 2 files:
Fix a few issues in the DensitySolver:
- Jacobian layout was wrong for the heat loss solver.
- Avoid copies in calls to get_bounds
- Output convergence failure summary in heat loss density solver.
- Don’t calculate the full jacobian at small and large mixture fraction
since heat loss degenerates at those points.
0 lines of code changed in 4 files:
A few misc changes:
- Create a default constructor for TurbulenceParameters to avoid dependence on initialization in Wasatch.cc.
- remove “forcedIDs” from GraphHelperTools since it wasn’t really being used.
- misc. improved error trapping.
43 lines of code changed in 14 files:
- Enthalpy need not be specified for heat loss density calculation.
- fix a state on the heat loss spec for predicted scalar evaluations.
7 lines of code changed in 3 files:
Clean up a few compiler warnings in Wasatch that were showing up on gcc 4.8.
14 lines of code changed in 6 files:
See if this fixes Jeremy’s commit that broke the build...
4 lines of code changed in 1 file:
Fix a mistake in my last commit.
3 lines of code changed in 1 file:
Refactor transport equations in Wasatch. Transport equation classes now encapsulate the registration of relevant expressions.
868 lines of code changed in 20 files:
- Add ability to specify density via an analytical solution for two-stream mixing without using TabProps.
- add regression test coverage for this.
NOTE: this will break the regression tester since a new test is being added.
336 lines of code changed in 5 files:
(161 more)