[root]/CCA/Components/Wasatch/Transport
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 247 (100.0%) | 910 (100.0%) | 3.6 |
mcconnell | 126 (51.0%) | 650 (71.4%) | 5.1 |
mike.hansen | 19 (7.7%) | 142 (15.6%) | 7.4 |
jas | 79 (32.0%) | 57 (6.3%) | 0.7 |
harman | 5 (2.0%) | 21 (2.3%) | 4.2 |
mokbel.karam | 1 (0.4%) | 20 (2.2%) | 20.0 |
allen | 4 (1.6%) | 13 (1.4%) | 3.2 |
tsaad | 4 (1.6%) | 6 (0.7%) | 1.5 |
jsutherland | 9 (3.6%) | 1 (0.1%) | 0.1 |
Add support for applying dirichlet conditions on (surface) fluxes.
6 lines of code changed in 4 files:
Removed some code that resulted in a bug when tar and soot are enabled.
0 lines of code changed in 4 files:
(re)made changes necessary after rebasing.
15 lines of code changed in 4 files:
density-weighted scalars at STATE_NP1 are now cleaved from children and scalar BCs are now applied to STATE_NP1 rather than STATE_N when the low-Mach fluid model is implemented. Cleaving fixes an issue where the density solver would hang ro fail due to NaNs in ghost cells when the domain had more than one patch.
6 lines of code changed in 1 file:
Revert "Tag"
This reverts commit 503515f49b7bd2753264361a5fe2ef48a933d9f1.
2 lines of code changed in 1 file:
Tag
1 lines of code changed in 1 file:
fixed a few issues with applying boundary conditions for scalars
2 lines of code changed in 1 file:
The low-mach algorithm can now be run with a turbulence model again. Low-mach + weak scalar transport also runs again.
105 lines of code changed in 3 files:
added the option to specify a suffix for scalar diffusive flux tags.
0 lines of code changed in 4 files:
fixed a bug I introduced at some point.
3 lines of code changed in 1 file:
Some work getting turbulent low-mach capability fixed
31 lines of code changed in 3 files:
fixed a bug
1 lines of code changed in 1 file:
remove unneeded variable
0 lines of code changed in 1 file:
cleanup
5 lines of code changed in 3 files:
Changes made for temporal order verification
13 lines of code changed in 1 file:
Removing star quantities for weak scalar transport for low-Mach model... not done yet.
3 lines of code changed in 4 files:
Removed more star stuff. Yet more to come.
5 lines of code changed in 1 file:
More cleanup.
50 lines of code changed in 8 files:
Cleanup
25 lines of code changed in 1 file:
"star" versions of diffusive flux expressions are no more.
116 lines of code changed in 3 files:
A reference to persistentFields is now a member of ScalarTransportEquation.
90 lines of code changed in 9 files:
removed density* from compressible algorithm
0 lines of code changed in 2 files:
the flow treatment is given directly to TransportEquation, negating the need to pass the 'isConstDensity" bool
33 lines of code changed in 34 files:
more cleanup
39 lines of code changed in 5 files:
Hopefully addressed the BC issues.
19 lines of code changed in 2 files:
More work
6 lines of code changed in 2 files:
More progress removing star variables
42 lines of code changed in 5 files:
A start to replacing 'star' variables with 'non-star' variables at STATE_NP1 or removing when necessary.
12 lines of code changed in 3 files:
clean up a few warnings out of Wasatch and update target ExprLib version.
1 lines of code changed in 3 files:
removal of shared state and introduction of a material manager
13 lines of code changed in 4 files:
- get rid of header-header includes with forward declarations, and do some ancillary cleanup. This ought to fix the broken GPU build. If it doesn't I'm going to need some help...
11 lines of code changed in 11 files:
- 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
131 lines of code changed in 8 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.
18 lines of code changed in 3 files:
Addressing more compiler warnings
4 lines of code changed in 1 file:
Fixed instances where GraphHelper was forward declared as a Class rather than a Struct.
9 lines of code changed in 5 files:
In Wasatch:
1. Made expressions for calculating energy transfer terms due to devolatilization, char reactions, and evaporation gpu-runnable.
2. Improved test coverage of coal models
3. Replaced elemental hydrogen in CPD model with diatomic hydrogen
4. removed a cantera file with a faulty chemical mechanism from the inputs directory
4 lines of code changed in 6 files:
rolled back changes to r58119
5 lines of code changed in 3 files:
In Wasatch:
1. Made expressions for calculating energy transfer terms due to devolatilization, char reactions, and evaporation gpu-runnable.
2. Improved test coverage of coal models
3. Replaced elemental hydrogen in CPD model with diatomic hydrogen
4. removed a cantera file with a faulty chemical mechanism from the inputs directory
4 lines of code changed in 3 files:
Removed sharedState from SolverParameters::readParameters(). It's not used.
HypreSolver.h
_ removed setSolveFrequency() and getSolveFrequency. The solve frequency is handled by the parameters.
BuildBotTry:
Changed #!/bin/csh -> #!/bin/csh -f
This fixed a oddball error.
3 lines of code changed in 2 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:
(5 more)