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

Total Files:
13
Deleted Files:
0
Lines of Code:
6847

[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 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

Most Recent Commits

luitjens 2007-09-05 09:32 Rev.: 38597

new->scinew

11 lines of code changed in 10 files:

  • Packages/Uintah/CCA/Components/Models/test: ArchesTable.cc (new), Mixing.cc (+2 -2), Mixing2.cc (new), Mixing3.cc (+3 -3), TableFactory.cc (+1 -1)
luitjens 2007-09-05 08:53 Rev.: 38595

new->scinew

4 lines of code changed in 5 files:

  • Packages/Uintah/CCA/Components/Models/test: AdiabaticTable.cc (new), Mixing3.cc (+2 -2), NonAdiabaticTable.cc (new)
luitjens 2007-09-05 08:42 Rev.: 38594

new->scinew

5 lines of code changed in 8 files:

  • Packages/Uintah/CCA/Components/Models/test: AdiabaticTable.cc (+1 -1), NonAdiabaticTable.cc (+1 -1), PassiveScalar.cc (+1 -1), SimpleRxn.cc (+1 -1), flameSheet_rxn.cc (+1 -1)
luitjens 2007-09-05 08:33 Rev.: 38593

More new->scinew

16 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/Models/test: ArchesTable.cc (+11 -11), Mixing2.cc (+2 -2), Mixing3.cc (+3 -3)
luitjens 2007-09-04 16:25 Rev.: 38584

new->scinew (more coming tomorrow)

11 lines of code changed in 12 files:

  • Packages/Uintah/CCA/Components/Models/test: AdiabaticTable.cc (+1 -1), Mixing.cc (+1 -1), Mixing2.cc (+1 -1), Mixing3.cc (+1 -1), NonAdiabaticTable.cc (+1 -1), PassiveScalar.cc (+2 -2), SimpleRxn.cc (+1 -1), TestModel.cc (+1 -1), VorticityConfinement.cc (+1 -1), flameSheet_rxn.cc (+1 -1)
ramanuja 2007-08-30 21:03 Rev.: 38560

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:

  • Packages/Uintah/CCA/Components/Models/test: PassiveScalar.cc (+13 -3), PassiveScalar.h (new)
ramanuja 2007-08-30 15:23 Rev.: 38556

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:

  • Packages/Uintah/CCA/Components/Models/test: PassiveScalar.cc (+54 -16), PassiveScalar.h (+2 -1)
harman 2007-01-02 19:13 Rev.: 36293

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:

  • Packages/Uintah/CCA/Components/Models/test: PassiveScalar.cc (+17 -11), PassiveScalar.h (+2)
Generated by StatSVN 0.4.0