[root]/CCA/Components/MPMICE
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 14 (100.0%) | 8 (100.0%) | 0.5 |
jas | 7 (50.0%) | 5 (62.5%) | 0.7 |
harman | 7 (50.0%) | 3 (37.5%) | 0.4 |
Added a task to compute velTau_CC which is a modified
velocity used only to compute the viscous shear stress terms.
velTau_CC == vel_CC in the interior of the domain, in the extraCells
it's computed using:
// velTau_CC[ec] = (2 * vel_CC(ec) - vel_CC(interior) );
This fixes the bug of tau_XY != tau_YX at the domain walls.
0 lines of code changed in 2 files:
schedule timeAdvance()
- added diagnostic task scheduleTotalParticleCount(), currently commented out.
3 lines of code changed in 1 file:
Removed unnecessary calls to:
sched->overrideVariableBehavior(hypre_solver_label.....)
You only need to overide the behavior once in the solver component, unless
you're using a subscheduler. In ICE, which uses a subscheduler, you have to override
using the parent scheduler.
* should not change the answers.
0 lines of code changed in 1 file:
Removed code that hasn't been used in years.
0 lines of code changed in 3 files:
Updated copyright information.
5 lines of code changed in 7 files: