[root]/CCA/Components/Wasatch/Expressions
BoundaryConditions
(21 files, 3346 lines)
EmbeddedGeometry
(7 files, 913 lines)
MMS
(6 files, 2448 lines)
PBE
(11 files, 1909 lines)
Precipitation
(15 files, 2220 lines)
Particles
(1 files, 30 lines)
PostProcessing
(13 files, 1754 lines)
TarAndSoot
(9 files, 876 lines)
Turbulence
(13 files, 2100 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 148 (100.0%) | 609 (100.0%) | 4.1 |
mike.hansen | 35 (23.6%) | 504 (82.8%) | 14.4 |
jas | 89 (60.1%) | 53 (8.7%) | 0.5 |
mokbel.karam | 1 (0.7%) | 20 (3.3%) | 20.0 |
mcconnell | 4 (2.7%) | 18 (3.0%) | 4.5 |
harman | 15 (10.1%) | 12 (2.0%) | 0.8 |
allen | 4 (2.7%) | 2 (0.3%) | 0.5 |
exact MMS mixture fraction is now calculated if ForceOnGraph is applied to f_exact. Diffusion coefficient ofr 2D MMS now uses the correct density (STATE_NP1 instead of STATE_N). This might need to be reverted in order to not diff with the varden-2D-mms test.
0 lines of code changed in 2 files:
fixed a bug
3 lines of code changed in 1 file:
Changes required for running the 2D-mms variable density test.
15 lines of code changed in 1 file:
- adds a block-implicit pseudotransient continuation method for compressible, multicomponent gases or compressible, calorically perfect gases, or for scalar advection-diffusion-reaction equations with a passive velocity field
- enable fixed-point with local dual time step
- add debug stream for dual time matrix info
- clean up some of the info containers and dual time maps
242 lines of code changed in 17 files:
Removed SolverParameters tangled web from the components/applications. The each solver "owns" the parameters
and the component/application set the parameters via the solver, solver->getParameters()->SetSomething()
- Added virtual function getParameters()
- Removed tabs and other formatting.
- Rename HypreSolver2Params -> HypreParams
- Moved CG and Direct constructors/destructors code so there is consistency in code layout between the different solvers.
9 lines of code changed in 12 files:
Changed variable name modfies_hypre -> isFirstSolve and made a small change in the scheduling logic.
The hyper_solver_label was never modified. The scheduling logic changed after the first pass
through the solver, thus the name change.
3 lines of code changed in 3 files:
removed the shared state from the radiation model and re-invoked the in-situ
2 lines of code changed in 4 files:
fixed 1D MMS BCs for Variable Density.
-This line, and those below, will be ignored--
M src/CCA/Components/Wasatch/Expressions/BasicExprBuilder.cc
M src/CCA/Components/Wasatch/Transport/ParseEquation.cc
M src/StandAlone/inputs/UPS_SPEC/wasatch_spec.xml
20 lines of code changed in 1 file:
Revert "-- Block-implicit Wasatch for advection-diffusion-reaction equations (scalar transport)"
This reverts commit 24b8a688906ad98c051867365ce9c1c4322cb502.
12 lines of code changed in 9 files:
-- Block-implicit Wasatch for advection-diffusion-reaction equations (scalar transport)
- convective flux and diffusive velocity sensitivities
- scalar RHS sensitivities
- add optional block-implicit input file attribute for dual time
- add simple Jacobian matrix setup
- scalar transport tests for convection, diffusion, reaction each in 1D x y z, coupled in 2D xy xz yz, and coupled in 3D on 2 procs
- expression algebra sensitivities
- update ExprLib Wasatch3P hash
- add Gaussian boundary function
- add commented-out dependency of scalar rhs on the coordinates to get the grid spacing (pending fix of observed sensitivity issue)
- turn off debug on implicit tests with transport
250 lines of code changed in 9 files:
Update copyright date.
53 lines of code changed in 89 files: