Directory Packages/Uintah/CCA/Components/Models/test/

Directory Deleted:
2008-12-16 13:32
Total Files:
0
Deleted Files:
15
Lines of Code:
0

[root]/Packages/Uintah/CCA/Components/Models/test

Lines of Code

Packages/Uintah/CCA/Components/Models/test/ Lines of Code

Developers

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

Most Recent Commits

harman 2008-12-16 13:32 Rev.: 42724

changed directory names /Models/test -> /Models/FluidsBased

0 lines of code changed in 15 files:

  • Packages/Uintah/CCA/Components/Models/test: AdiabaticTable.cc (del), ArchesTable.cc (del), ArchesTable.h (del), Mixing.cc (del), Mixing2.cc (del), Mixing3.cc (del), NonAdiabaticTable.cc (del), PassiveScalar.cc (del), SimpleRxn.cc (del), TestModel.cc (del), TestModel.h (del), VorticityConfinement.cc (del), VorticityConfinement.h (del), flameSheet_rxn.cc (del), sub.mk (del)
harman 2008-12-12 17:46 Rev.: 42705

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:

  • Packages/Uintah/CCA/Components/Models/test: TestModel.cc (new), TestModel.h (new)
harman 2008-10-31 09:56 Rev.: 42368

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:

  • Packages/Uintah/CCA/Components/Models/test: AdiabaticTable.cc (+2 -5), NonAdiabaticTable.cc (new), PassiveScalar.cc (new), SimpleRxn.cc (+4 -10), flameSheet_rxn.cc (new)
harman 2008-09-17 10:56 Rev.: 42125

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:

  • Packages/Uintah/CCA/Components/Models/test: AdiabaticTable.cc (+11 -11), Mixing.cc (+4 -4), Mixing2.cc (new), Mixing3.cc (new), NonAdiabaticTable.cc (+11 -11), PassiveScalar.cc (+2 -2), SimpleRxn.cc (+9 -9), TestModel.cc (+20 -20), flameSheet_rxn.cc (+8 -8)
jas 2008-08-13 18:34 Rev.: 41897

Remove gratuitous exception.

0 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Models/test: PassiveScalar.cc (-1)
jas 2008-07-07 20:07 Rev.: 41434

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:

  • Packages/Uintah/CCA/Components/Models/test: AdiabaticTable.cc (+1 -1), Mixing2.cc (+1 -1), Mixing3.cc (+1 -1), NonAdiabaticTable.cc (+1 -1), PassiveScalar.cc (+1 -1), SimpleRxn.cc (+1 -1), flameSheet_rxn.cc (+1 -1)
harman 2008-05-12 10:48 Rev.: 40994

new Patch Conversion:
getCellIterator() -> getCellIterator__New()
getExtraCellIterator() -> getExtraCellIterator__New()

58 lines of code changed in 9 files:

  • Packages/Uintah/CCA/Components/Models/test: AdiabaticTable.cc (+17 -17), Mixing.cc (+4 -4), Mixing2.cc (+4 -4), Mixing3.cc (+4 -4), NonAdiabaticTable.cc (+13 -13), PassiveScalar.cc (+5 -5), SimpleRxn.cc (+6 -6), TestModel.cc (+2 -2), flameSheet_rxn.cc (+3 -3)
harman 2008-05-09 11:03 Rev.: 40978

removed vorticityConfinement model
no longer used.

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Models/test: sub.mk (new)
dav 2008-03-19 15:06 Rev.: 40521


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:

  • Packages/Uintah/CCA/Components/Models/test: ArchesTable.cc (new), ArchesTable.h (+5 -13)
harman 2008-02-04 12:11 Rev.: 40117

Fixed memory leaks kicked up by Justin's scinew rampage.

3 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Models/test: AdiabaticTable.cc (+1), ArchesTable.cc (+2)
harman 2008-01-31 15:06 Rev.: 40098

- tabs
- formatting
- light cleanup/simplification of the linear initialization

90 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Models/test: PassiveScalar.cc (+90 -105)
Generated by StatSVN 0.4.0