[root]/Packages/Uintah/CCA/Components/Models/test
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 67 (100.0%) | 427 (100.0%) | 6.3 |
harman | 55 (82.1%) | 250 (58.5%) | 4.5 |
dav | 4 (6.0%) | 170 (39.8%) | 42.5 |
jas | 8 (11.9%) | 7 (1.6%) | 0.8 |
changed directory names /Models/test -> /Models/FluidsBased
0 lines of code changed in 15 files:
Now saving the reduction variables totalMassExchanged and totalIntEngExchanged
Sloppy: These are computed even if they aren't being output in a uda. Speed
isn't that critical with this model.
0 lines of code changed in 4 files:
The face-centered diffusion coefficient is now calculated with:
d_c_L = (diff_coeff[L]*vol_frac_CC[L]);
d_c_R = (diff_coeff[R]*vol_frac_CC[R]);
diff_coeff_FC = (2.0 * d_c_L * d_c_R )/( d_c_L + d_c_R + SMALL_NUM);
This fixed a bug in diffusion when there are multiple materials.
14 lines of code changed in 10 files:
changed label names so they are consist with ICE label
mass_source_CC -> modelMass_src
momentum_source_CC -> modelMom_src
energy_source_CC -> modelEng_src
sp_vol_source_CC -> modelVol_src
density_CC -> rho_CC
velocity_CC -> vel_CC
temperature_CC -> temp_CC
pressure_CC -> press_CC
This should not change the answers
85 lines of code changed in 12 files:
Remove gratuitous exception.
0 lines of code changed in 1 file:
Use the proper c++ standard for include files for the C inlude files, i.e.
<stdio.h> --> <cstdio>
<math.h> --> <cmath>
Tested on g++ 4.2 and 4.3 compilers.
7 lines of code changed in 7 files:
new Patch Conversion:
getCellIterator() -> getCellIterator__New()
getExtraCellIterator() -> getExtraCellIterator__New()
58 lines of code changed in 9 files:
removed vorticityConfinement model
no longer used.
0 lines of code changed in 2 files:
M CCA/Components/Models/test/ArchesTable.h
M CCA/Components/Models/test/ArchesTable.cc
Added in the zlib functions for reading a compressed Arches table.
Removed tabs; did some coding standard clean ups.
M CCA/Components/Arches/Mixing/sub.mk
M CCA/Components/Arches/Mixing/NewStaticMixingTable.cc
M Core/sub.mk
M Core/IO/sub.mk
170 lines of code changed in 4 files:
Fixed memory leaks kicked up by Justin's scinew rampage.
3 lines of code changed in 2 files:
- tabs
- formatting
- light cleanup/simplification of the linear initialization
90 lines of code changed in 1 file: