[root]/Packages/Uintah/CCA/Components/Models/test
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 45 (100.0%) | 136 (100.0%) | 3.0 |
ramanuja | 5 (11.1%) | 70 (51.5%) | 14.0 |
luitjens | 38 (84.4%) | 47 (34.6%) | 1.2 |
harman | 2 (4.4%) | 19 (14.0%) | 9.5 |
new->scinew
11 lines of code changed in 10 files:
new->scinew
4 lines of code changed in 5 files:
new->scinew
5 lines of code changed in 8 files:
More new->scinew
16 lines of code changed in 3 files:
new->scinew (more coming tomorrow)
11 lines of code changed in 12 files:
Included a new profile for the passive scalar. Triangular Profile.
The invoke it is:
<triangularInitialize> true </triangularInitialize>
<slope> [1,0,0] </slope>
Currently this will only work in x-direction.
14 lines of code changed in 3 files:
Added new profile for a 2D exponential function.
Changed the name of the existing 1D exponential function.
use:
<exponentialInitialize_1D>...</exponentialInitialize_1D>
or
<exponentialInitialize_2D>..</exponentialInitialize_2D>
56 lines of code changed in 2 files:
added exponential initialization
f[c] = coeff.x() * exp(-1.0/( d.x() * ( 1.0 - d.x() ) + 1e-100) )
+ coeff.y() * exp(-1.0/( d.y() * ( 1.0 - d.y() ) + 1e-100) )
+ coeff.z() * exp(-1.0/( d.z() * ( 1.0 - d.z() ) + 1e-100) );
Input file usage:
<exponentialInitialize> true </exponentialInitialize>
<coeff> [x,y,z] </coeff>
19 lines of code changed in 2 files: