[root]/CCA/Components/Wasatch
Expressions
(68 files, 13273 lines)
BoundaryConditions
(13 files, 2367 lines)
EmbeddedGeometry
(7 files, 969 lines)
MMS
(8 files, 4115 lines)
PBE
(11 files, 2185 lines)
Precipitation
(15 files, 2610 lines)
Particles
(11 files, 1950 lines)
PostProcessing
(11 files, 1639 lines)
Turbulence
(14 files, 2302 lines)
Operators
(10 files, 1469 lines)
Transport
(33 files, 5719 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 259 (100.0%) | 2400 (100.0%) | 9.2 |
tsaad | 194 (74.9%) | 2128 (88.7%) | 10.9 |
jsutherland | 21 (8.1%) | 191 (8.0%) | 9.0 |
jas | 41 (15.8%) | 41 (1.7%) | 1.0 |
dav | 1 (0.4%) | 28 (1.2%) | 28.0 |
harman | 2 (0.8%) | 12 (0.5%) | 6.0 |
Silence a few more warnings coming out of g++.
1 lines of code changed in 2 files:
Silence some compiler warnings.
1 lines of code changed in 2 files:
First cut at a fully functional compressible flow solver in Wasatch.
1. Uses a collocated grid arrangement
2. Current supports a calorically perfect gas only
3. No shock capturing since the algorithm is intended for low-Mach simulations when preconditioning is implemented
4. Look at the two input files: compressible-flow-test-1d and compressible-flow-test-2d for examples
5. RT will be added soon
24 lines of code changed in 7 files:
Fix failing wasatch build due to removing a "using SCIRun::IntVector" from a header file upstream.
1 lines of code changed in 2 files:
add a static variable that allows us to detect the type of treatment used for the fluid dynamics (lowMach vs Incompressible). This is necessary to help us identify when to pass Uintah solver information to the pressure.
20 lines of code changed in 4 files:
Change the Wasatch namespace to WasatchCore to avoid conflicts with the Wasatch class.
81 lines of code changed in 65 files:
Get the strain tensor and convective fluxes to properly hook up to the compressible momentum equations.
Segregate the common features of momentum transport for an easier implementation of the compressible algorithm.
1 lines of code changed in 1 file:
Change how we deal with per-patch variables in Wasatch field bindings.
The framework is currently a bit sketchy on how it handles these, and Brad is working to fix that...
3 lines of code changed in 1 file:
Cleanup:
- rip out pressure_tag() since we already have that on TagNames.
- some formatting changes along the way
15 lines of code changed in 2 files:
More cleanup (and fixing some problems with previous commit)
- remove VelEst. This was obsolete, and I think that there was a bug in the stress contribution there.
- Remove more references to "tau" that should be strain.
12 lines of code changed in 2 files:
Update to conform to ExprLib API change that prevents unsafe modification of Expr::Tag.
19 lines of code changed in 2 files:
Add support for adaptive timestepping with particles. This uses the particle velocity CFL. One can also easily add the particle response time but our current application space does not require that.
3 lines of code changed in 1 file:
Fix a very bad bug when running particle transport with periodic boundaries. The bug had to do with particle positions not being properly reassigned when said particles cycle through a periodic boundary. Given that the ParticlesHelper uses 3 ParticleVariables (double) to track particle position, the fix was to re-sync the Uintah particle position vector with the 3 particle coordinates after particle relocation.
56 lines of code changed in 4 files:
rip out the BCHelperTools
0 lines of code changed in 4 files:
Silence a few compiler warnings
0 lines of code changed in 1 file:
add the BCHelper to the minimum set of Wasatch objects that are needed for Arches
1 lines of code changed in 1 file:
Move the creation of the localPatchSet to the constructor of the BCHelper. This should demystify its usage.
28 lines of code changed in 5 files:
forgot to commit the WasatchBCHelper class
890 lines of code changed in 2 files:
Make all boundary iterator access functions public.
45 lines of code changed in 1 file:
1. Create a BCHelper base class so that Arches (and other components) can use the features provided by the BCHelper.
2. From the BCHelper, derive a new class called WasatchBCHelper that specializes in applying boundary conditions for Wasatch
3. Start deprecating the use of the BCHelperTools
Other component developers are welcome/encouraged to look at the BCHelper and see if it can be leveraged for their applications.
57 lines of code changed in 5 files:
Only build RMCRT and ParticlesHelper when those are activated in the input file.
14 lines of code changed in 2 files:
Minor OCD cleanup.
2 lines of code changed in 2 files:
get rid of CARRY_FORWARD in Wasatch. We are now clear to remove supporting CARRY_FORWARD from all Wasatch upstream libraries.
57 lines of code changed in 7 files:
lock density on initialization of varden problems using analytical mixing rule. This makes things consistent with what we are doing for the tabulated properties situation.
8 lines of code changed in 1 file:
properly lock CARRY_FORWARD fields
7 lines of code changed in 1 file:
remove duplicate register_fields in the TaskInterface
0 lines of code changed in 1 file:
few input file fixes and cleanup some leftovers from the old variable density projection
0 lines of code changed in 1 file:
This is a major commit in Wasatch:
1. Rip out the entire variable density projection algorithm
2. Put in the newly developed variable density projection - based on projecting for the velocity divergence but transporting momentum and conserved scalars
3. Opt for using a 7-point stencil due to the nature of the new, variable coefficient, pressure poisson system
4. Update the 2d Shunn MMS so that it has a zero source term in the continuity equation
5. various other cleanups and deletions of code used by the old varden approach
This commit will break many tests in Wasatch. Will update the GS' tomorrow.
79 lines of code changed in 11 files:
Revert "This is a major commit in Wasatch:"
This reverts commit b70655ad691708e758d3f61f9cb545659b211d54.
234 lines of code changed in 11 files:
This is a major commit in Wasatch:
1. Rip out the entire variable density projection algorithm
2. Put in the newly developed variable density projection based on projecting for the velocity divergence
3. Opt for using a 7-point stencil due to the nature of the new, variable coefficient, pressure poisson system
4. Update the 2d Shunn MMS so that it has a zero source term in the continuity equation
5. various other cleanups and deletions of code used by the old varden approach
This commit will break many tests in Wasatch. Will update the GS' tomorrow.
52 lines of code changed in 11 files:
Commit to allow for building minimum set of Wasatch files when
Wasatch is not required, but Arches is.
M CCA/Components/Wasatch/Operators/sub.mk
M CCA/Components/Wasatch/sub.mk
M CCA/Components/sub.mk
M Makefile.in
M build_scripts/program.mk
- Indent properly, remove badly placed tabs.
M configVars.mk.in
M configure
M configure.ac
28 lines of code changed in 1 file:
minor formatting cleanup
8 lines of code changed in 1 file:
remove unnecessary Wasatch dependencies from the ParticlesHelper.
9 lines of code changed in 2 files:
cosmetic changes
6 lines of code changed in 2 files:
reduce the amount of explicit instantiations in Wasatch to further reduce the size of the Wasatch library.
(1). Postprocessing expressions are SVOL only
(2). Parsing said expressions doesn't need to explicitly instantiate all types
7 lines of code changed in 2 files:
remove a few unused variables
0 lines of code changed in 1 file:
More cleanup on GPU logic in TaskInterface.
81 lines of code changed in 1 file:
Fix failing gpu tests for Wasatch.
4 lines of code changed in 1 file:
Fix a bug that was triggering GPU execution when Uintah said "no"
5 lines of code changed in 1 file:
no spaces after commas for debug flags
4 lines of code changed in 1 file:
(28 more)