[root]/CCA/Components/Wasatch/transport
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 224 (100.0%) | 3735 (100.0%) | 16.6 |
jsutherland | 74 (33.0%) | 1474 (39.5%) | 19.9 |
tsaad | 122 (54.5%) | 1423 (38.1%) | 11.6 |
amir | 16 (7.1%) | 454 (12.2%) | 28.3 |
dav | 4 (1.8%) | 197 (5.3%) | 49.2 |
awabboud | 8 (3.6%) | 187 (5.0%) | 23.3 |
D Wasatch/transport/EnthalpyTransportEquation.cpp
A + Wasatch/transport/EnthalpyTransportEquation.cc
- Renamed to match Uintah conventions and the name of the file in the sub.mk file...
I've seen this before, but still don't know how an error doesn't occur when
the suffix is ".cc" in the sub.mk file, but the actual file is a ".cpp".
M Wasatch/Expressions/BoundaryConditions/BoundaryConditions.cc
- Quited compiler warning by adding end-of-line to end of file.
- Fixed #include to specify entire path per Uintah conventions.
M Wasatch/transport/sub.mk
- Added newline at end of file, removed tabs.
197 lines of code changed in 4 files:
remove an assertion from the scalability-test-transport-equation that caused failure on debug builds. This assertion is not needed.
0 lines of code changed in 2 files:
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.
327 lines of code changed in 5 files:
Fix a bad merge.
0 lines of code changed in 2 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.
27 lines of code changed in 8 files:
cleanup the embedded geometry interface and rip out boolean flags from being passed into transport equations. Instead, have those embedded in the EmbeddedGeometryHelper.
37 lines of code changed in 16 files:
add some missing documentation to the new TransportEquation class
20 lines of code changed in 1 file:
Clean up a few compiler warnings in Wasatch that were showing up on gcc 4.8.
1 lines of code changed in 2 files:
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.
856 lines of code changed in 14 files:
Change a variable name for clarification.
3 lines of code changed in 1 file:
Use new convenience function for generating TagLists in a few places.
6 lines of code changed in 3 files:
fix a very bad bug in applying density boundary conditions for variable density problems. Also repair a fundamental mistake in the varden mms case. this commit will break that test.
1 lines of code changed in 1 file:
consolidate boundary conditions and separate implementation from class definition to speed compilation a bit.
2 lines of code changed in 2 files:
separate the variable density MMS expressions into header and implementation files for clarity and to speed-up compilation time.
1 lines of code changed in 1 file:
Tony's suggested changes to MomentumTransportEquation.
20 lines of code changed in 1 file:
Remove some obsolete comments.
0 lines of code changed in 1 file:
Formatting changes, remove an output statement that would spam in parallel on cases with embedded boundaries.
0 lines of code changed in 1 file:
Fix some formulation inconsistencies and documentation for weak form and constant density cases.
3 lines of code changed in 2 files:
Major step toward getting weak form of scalar transport equations implemented.
- Move embedded boundary area/volume fraction tags into FieldSelector/FieldTagInfo
- for weak form RHS, scale convective term by density so that the entire RHS can later be divided by density.
- for weak form RHS, add the drho/dt term to the RHS
- Add the primitive variable to the FieldTagInfo for use in RHS when weak form is used.
Note that the QMOM equations and the Scalability test equations are not currently set up to use weak form.
32 lines of code changed in 6 files:
Simplify some things in setting up terms in the scalar transport equation in preparation for implementation of weak form.
The only change when using weak form will be in the RHS. No changes in convective or diffusive terms are needed.
19 lines of code changed in 3 files:
Put in a missing \rho in the documentation.
1 lines of code changed in 1 file:
- Update some documentation on the scalar transport equation.
- Update doxygen to use MathJax for nicer displayed equations.
- misc. formatting changes.
60 lines of code changed in 4 files:
Changed 2 cout to proc0cout to reduce spam in cases with large number of processors.
2 lines of code changed in 1 file:
document the verify_boundary_conditions member function for transport equations.
7 lines of code changed in 1 file:
remove an obsolete expression
0 lines of code changed in 1 file:
This commit introduces a dynamic coefficient to the Wasatch variable density formulation. This coefficient is based on scaling arguments for the continuity equation as well as the degenerate case of constant density. The model is not turned on at the moment as we go through V&V. The pressure source now computes multiple quantities related to this dynamic coefficient. This commit will break all varden RTs due to a change in algebraic operations and the use of new fields to store intermediate variables.
8 lines of code changed in 1 file:
Adding rho0 and rho1 to the VarDensMMS BCExpressions which depend on them so we can specify them from the input file
45 lines of code changed in 2 files:
1. move drhodtNP1 from the PostProcessing directory to the Expression directory.
2. Rename drhodtNP1 to Drhodt in anticipation of using it to compute the pressure source term
3. Rename "pressure-source-term" to "pressure_src" and add that to the TagNames for ease of access. This will break the varden regression tests due to this rename.
8 lines of code changed in 2 files:
Adding ability to handle the variable density cases and the MMS test case for pressure projection when the continuity residual is being computed
47 lines of code changed in 3 files:
Major changes to how we handle Uintah::PerPatch<double> in Wasatch.
These fields are now operable with all SpatialOps functionality including GPUs. This is the first major change in what will likely be a few iterations to get this fully functional on GPUs, however.
The major areas of change relate to Reduction variables and any expressions that use the simulation time or time step value.
1 lines of code changed in 1 file:
tidy up some input files and turn on the Velocity boundary. This will further reduce BC specification clutter.
14 lines of code changed in 1 file:
- silence some compiler warnings by removing some inconsequential "const" usage
- formatting
5 lines of code changed in 1 file:
Add in a kernel for dissolution death of a precipitate, and modify the reaction extent source term to refelct this kernel and remove an small chunk of obsolete code.
45 lines of code changed in 1 file:
Add an if statement to check for moment closure expression registration. This will allow multiple growth terms to be used for a PBE.
9 lines of code changed in 1 file:
Change CalculateKE xml spec to ComputeKE for nomenclature consistency and being elegance.
2 lines of code changed in 1 file:
Rip out all leftovers of dmomdt calculations. the varden tests will fail checkpoint comparison because we now have one less variable to save at checkpoint. no differences in answers whatsoever are expected on all the Wasatch RT tests.
0 lines of code changed in 1 file:
Add boundary edge masks to the BCHelper. Allow boundary conditions to set special values at those edges. Not all BCs will require to set this, but some will need to.
1 lines of code changed in 1 file:
rip out the the remains of dmomdt terms from the pressure_rhs caculation. new formulation shows that we don't need those.
7 lines of code changed in 1 file:
(51 more)