[root]/CCA/Components/Arches/TransportEqns
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 51 (100.0%) | 2892 (100.0%) | 56.7 |
jthornoc | 26 (51.0%) | 2059 (71.2%) | 79.1 |
jpedel | 15 (29.4%) | 783 (27.1%) | 52.2 |
jsutherland | 2 (3.9%) | 37 (1.3%) | 18.5 |
dav | 5 (9.8%) | 10 (0.3%) | 2.0 |
charlesreid | 3 (5.9%) | 3 (0.1%) | 1.0 |
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:
New DQMOM formulation based on weighted abscissas which conserves particle mass and momentum. This should break the regression dqmom tests 2 to 5. Gold standards will need to be replaced
135 lines of code changed in 8 files:
NO2 should have been N2
Also initialized a variable.
1 lines of code changed in 2 files:
Shelving Julien's commit until we can resolve the differences in the RT
or determine if we need new GS's and tests.
42 lines of code changed in 2 files:
Implementing a better formualtion for weighted DQMOM
202 lines of code changed in 2 files:
Unintialized intrusion object causing issues. Now using a boolean to
indicate on/off. Maybe find a more elegant solution later?
Also, memory cleanup needed.
11 lines of code changed in 3 files:
Initial commit of the new intrusion boundary mechanism. This new
version allows for more sophisticated boundary conditions on specified
faces of the intrusions. Currently, only flat profiles of scalars and
momentum are implemented.
12 lines of code changed in 2 files:
Fixing bugs:
ClassicTableInterface -- extra (spurious?) line in the boundary
assignment.
Discretization -- psi where r should have been
Input files -- missing specification of x- face.
-- Julien and Jeremy
2 lines of code changed in 2 files:
Fixing an error
2 lines of code changed in 1 file:
Removing commits until the RT can be sorted.
2 lines of code changed in 1 file:
Bullet proofing.
14 lines of code changed in 1 file:
Added some comments to the new flux limiter interface.
Added the VanLeer flux limiter.
39 lines of code changed in 1 file:
Simplified implementation of flux limiters to remove redundant code.
This should allow for easier implementation of various limiters.
989 lines of code changed in 1 file:
Avoiding error in source term for weights.
4 lines of code changed in 1 file:
Adding minmod flux limiter
436 lines of code changed in 1 file:
Pulled some weeds.
Added new prefill stuff...about %80 done.
Clip scalar then apply boundary conditions.
6 lines of code changed in 2 files:
more cleanup and chasing the Arches test failures.
6 lines of code changed in 1 file:
Eliminate "using namespace std" and similar from header files. That is a big no-no!
31 lines of code changed in 1 file:
EnthalpySolver:
Passing the correct enthalpy source for energy exchange.
TransportEqns/ScalarEqn.cc:
Cleaned up some unused variables.
MPMArches.cc:
Indenting.
energy_exchange_term:
Computing the boundary condition for radiative heat flux to the gas from
the solid.
0 lines of code changed in 1 file:
Last leak...
3 lines of code changed in 1 file:
(11 more)