Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 726 (100.0%) | 21398 (100.0%) | 29.4 |
CCA/Components/Arches/ | 347 (47.8%) | 11418 (53.4%) | 32.9 |
CCA/Components/Arches/ChemMix/ | 119 (16.4%) | 3634 (17.0%) | 30.5 |
CCA/Components/Arches/TransportEqns/ | 26 (3.6%) | 2059 (9.6%) | 79.1 |
CCA/Components/MPMArches/ | 4 (0.6%) | 1667 (7.8%) | 416.7 |
CCA/Components/Arches/SourceTerms/ | 65 (9.0%) | 1313 (6.1%) | 20.2 |
CCA/Components/Arches/CoalModels/fortran/ | 9 (1.2%) | 670 (3.1%) | 74.4 |
CCA/Components/Arches/CoalModels/ | 73 (10.1%) | 291 (1.4%) | 3.9 |
CCA/Components/Arches/Radiation/ | 19 (2.6%) | 181 (0.8%) | 9.5 |
R_Tester/ | 15 (2.1%) | 85 (0.4%) | 5.6 |
CCA/Components/MPMArches/fortran/ | 2 (0.3%) | 31 (0.1%) | 15.5 |
CCA/Components/Arches/fortran/ | 14 (1.9%) | 27 (0.1%) | 1.9 |
CCA/Components/Arches/Radiation/fortran/ | 10 (1.4%) | 11 (0.1%) | 1.1 |
CCA/Components/Solvers/ | 2 (0.3%) | 8 (0.0%) | 4.0 |
CCA/Components/Arches/PropertyModels/ | 12 (1.7%) | 1 (0.0%) | 0.0 |
CCA/Components/Arches/Mixing/ | 6 (0.8%) | 1 (0.0%) | 0.1 |
CCA/Components/ | 1 (0.1%) | 1 (0.0%) | 1.0 |
Core/Grid/BoundaryConditions/ | 2 (0.3%) | 0 (0.0%) | 0.0 |
Updating boundary condition types.
0 lines of code changed in 2 files:
Allocating soot only if DORadiation model is active by the old enthalpy
solver or the new source term.
This will break some restart tests due to a change in variables in the
checkpoint.
0 lines of code changed in 2 files:
Initializing a couple of variables.
0 lines of code changed in 4 files:
Minor reformatting...
4 lines of code changed in 1 file:
Helping Tony sleep at nights:
Removing the redundant specification of the time integrator. Order is now set as:
<TimeIntegrator>
<ExplicitIntegrator order="..some string.."/>
</TimeIntegrator>
where ...some string... options (quoted items) are
foward euler = "first"
ssp rk2 = "second"
ssp rk3 = "third"
Updated script "updateUPS" to make these changes automatically for users.
Finally updated all input files and performed reformatting for consistency.
15 lines of code changed in 1 file:
Sign change needed for pressure boundary conditions due to upstream
change.
Fixed some minor formatting.
Move T-channel to MPMARCHES input file directory.
8 lines of code changed in 5 files:
Compute inlet properties correctly for ColdFlow case.
Also made "use_mixing_model" parameter optional. The default is false.
14 lines of code changed in 7 files:
Missing requires for dt label...
4 lines of code changed in 1 file:
Now passing a boolean to allocate on-the-fly for wasatch-ism.
20 lines of code changed in 2 files:
Added relax_type to the list of possible hypre parameters.
8 lines of code changed in 2 files:
Adding a task interface to timeAvePhi.
Also passing vector<string> rather than vector<const VarLabel*> for this
interface and the fe_update interface committed earlier.
100 lines of code changed in 2 files:
Added a task schedule interface to the single patch FE update.
91 lines of code changed in 2 files:
Added the ability to load on src terms to the pressure projection.
147 lines of code changed in 5 files:
Cleaned up some unused functions. Removed some empty MMS source term
calculations. Added access to <src> for the pressure solver.
14 lines of code changed in 10 files:
Added generalized momentum initializiation. Functions for initial velocity may now be easily added. Also added the Taylor-Green vortex input file which tests this new capability.
228 lines of code changed in 6 files:
Simplify by removing the switch statement in lieu of getFaceAxes.
2 lines of code changed in 1 file:
Missed the y,z direction for areaFraction on the last commit.
Also, treating the extra cells more explicitly.
49 lines of code changed in 1 file:
Fixed a bug where areaFraction values were accessed in Ghost cells when
ghost information was not present. This worked for some mysterious
reason on ember but segFaulted on Kraken.
1 lines of code changed in 1 file:
Applying boundary conditions on dummy initialization. This may change
the answers in the MPMTests using new scalar solver information. Only
the boundary values at the first two timesteps should be effected.
0 lines of code changed in 2 files:
Plugging a memory leak.
3 lines of code changed in 1 file:
(157 more)