Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 16 (100.0%) | 7 (100.0%) | 0.4 |
jas | 12 (75.0%) | 7 (100.0%) | 0.5 |
harman | 4 (25.0%) | 0 (0.0%) | 0.0 |
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 4 files:
Updated copyright information.
7 lines of code changed in 12 files: