[root]/CCA/Components/Wasatch
Coal
(14 files, 1973 lines)
CharOxidation
(3 files, 629 lines)
CCK
(14 files, 2320 lines)
FirstOrderArrhenius
(3 files, 622 lines)
LangmuirHinshelwood
(4 files, 881 lines)
Devolatilization
(4 files, 431 lines)
CPD
(11 files, 2045 lines)
KobayashiSarofim
(4 files, 543 lines)
SingleRate
(4 files, 451 lines)
VaporizationBoiling
(2 files, 242 lines)
Expressions
(53 files, 11425 lines)
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)
Operators
(10 files, 1488 lines)
Transport
(58 files, 14748 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 181 (100.0%) | 1538 (100.0%) | 8.4 |
mike.hansen | 37 (20.4%) | 963 (62.6%) | 26.0 |
mcconnell | 28 (15.5%) | 200 (13.0%) | 7.1 |
allen | 21 (11.6%) | 177 (11.5%) | 8.4 |
tsaad | 9 (5.0%) | 78 (5.1%) | 8.6 |
jsutherland | 21 (11.6%) | 76 (4.9%) | 3.6 |
jas | 62 (34.3%) | 40 (2.6%) | 0.6 |
harman | 1 (0.6%) | 3 (0.2%) | 3.0 |
ahumphrey | 2 (1.1%) | 1 (0.1%) | 0.5 |
Massive cleanup and refactoring in OnDemandDW. This source code was diffuclut to read, and I'm needing to make significant changes in the MPI engine to support optimizations in TG dependency analysis (in the context of RMCRT radiation with threaded schedulers).
1 lines of code changed in 2 files:
refactored the task graph index setting to be task based, added set/get for the index, Within arches refactor the dynamic stepping to be completing with DoRadiation and the fixed stepping in Explicit Solver, and added a check method for reduction vars
20 lines of code changed in 3 files:
added Uintah namespace
1 lines of code changed in 1 file:
added Uintah namespace
1 lines of code changed in 1 file:
Changed interface to match AppCom
6 lines of code changed in 3 files:
delete an unused variable.
0 lines of code changed in 2 files:
Add support for applying dirichlet conditions on (surface) fluxes.
42 lines of code changed in 5 files:
cleanup
0 lines of code changed in 2 files:
(re)made changes necessary after rebasing.
16 lines of code changed in 1 file:
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.
13 lines of code changed in 2 files:
fixed another bug. silly me.
0 lines of code changed in 2 files:
fixed a bug I introduced at some point.
2 lines of code changed in 1 file:
Some work getting turbulent low-mach capability fixed
7 lines of code changed in 3 files:
Removing star quantities for weak scalar transport for low-Mach model... not done yet.
11 lines of code changed in 3 files:
Removed more star stuff. Yet more to come.
20 lines of code changed in 1 file:
More cleanup.
1 lines of code changed in 3 files:
the flow treatment is given directly to TransportEquation, negating the need to pass the 'isConstDensity" bool
2 lines of code changed in 1 file:
more cleanup
12 lines of code changed in 3 files:
cleanup
11 lines of code changed in 1 file:
More work
3 lines of code changed in 1 file:
More progress removing star variables
5 lines of code changed in 1 file:
Remove a few BOOST_FOREACH in favor of c++11 style for.
0 lines of code changed in 2 files:
clean up a few warnings out of Wasatch and update target ExprLib version.
2 lines of code changed in 2 files:
removal of shared state and introduction of a material manager
34 lines of code changed in 11 files:
Arches & Wasatch:
- added calls to
m_solver -> scheduleInitialize()
m_solver -> scheduleRestartInitialize()
Hypre:
- Set the solver and preconditioner type once during initialization. There's no need to set
them every time the solver is executed.
- solver and preconditioner types are defined as enums.
- consolidate redundant conditional blocks.
- Now using switch statements instead of if()-elseif().
- formatting.
The nightly tests pass, except for those that were previously failing.
3 lines of code changed in 1 file:
- fix some more header-header includes on Wasatch's GPU linker issue
14 lines of code changed in 5 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...
37 lines of code changed in 4 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
805 lines of code changed in 14 files:
rolled back changes to r58119
35 lines of code changed in 1 file:
Update copyright date.
1 lines of code changed in 1 file:
removed need for calls to shared state for the time step and sim time
61 lines of code changed in 1 file:
Remove code that Allen commented.
0 lines of code changed in 1 file:
removed the shared state from the radiation model and re-invoked the in-situ
6 lines of code changed in 1 file:
Revert "-- Block-implicit Wasatch for advection-diffusion-reaction equations (scalar transport)"
This reverts commit 24b8a688906ad98c051867365ce9c1c4322cb502.
15 lines of code changed in 7 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
92 lines of code changed in 7 files:
delete and inadvertent character
1 lines of code changed in 1 file:
Fix dual time subscheduler: we should NOT call the expression factory registration process twice. This is causing problems with sensitivities in the expression graph. This change will cause a diff in the RT.
35 lines of code changed in 1 file:
Clean up some warnings; update to a new version of NSCBC to clean up more warnings.
0 lines of code changed in 1 file:
Update w3p ExprLib autobuild version
1 lines of code changed in 1 file:
Clean up a few warnings.
0 lines of code changed in 2 files:
(4 more)