Directory Packages/Uintah/CCA/Components/Models/HEChem/

Total Files:
10
Deleted Files:
0
Lines of Code:
2738

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 63 (100.0%) 932 (100.0%) 14.7
xiongcw 14 (22.2%) 587 (63.0%) 41.9
guilkey 7 (11.1%) 209 (22.4%) 29.8
harman 11 (17.5%) 59 (6.3%) 5.3
worthen 17 (27.0%) 29 (3.1%) 1.7
jones 10 (15.9%) 29 (3.1%) 2.9
dgroulx 2 (3.2%) 17 (1.8%) 8.5
jas 2 (3.2%) 2 (0.2%) 1.0

Most Recent Commits

xiongcw 2005-09-15 11:14 Rev.: 31958

a little mods to SteadyBurn

0 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Components/Models/HEChem: Steady_Burn.cc (changed), Steady_Burn.h (new)
xiongcw 2005-09-08 16:35 Rev.: 31932

small change in SteadyBurn

58 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Models/HEChem: Steady_Burn.cc (+58 -10)
xiongcw 2005-09-08 01:28 Rev.: 31924

bug fix for running on multiprocessors

51 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Models/HEChem: Steady_Burn.cc (+51 -76)
xiongcw 2005-09-06 14:53 Rev.: 31902

bug fix for Temp_CC and vol_frac_CC

4 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Models/HEChem: Steady_Burn.cc (+4 -7)
xiongcw 2005-09-06 13:57 Rev.: 31900

bug fix for particle search

10 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Models/HEChem: Steady_Burn.cc (+10 -11)
guilkey 2005-08-31 18:25 Rev.: 31819

Ignition criteria is now based on CC temps. Neither Todd nor I can remember
why we went to an FC temp based criteria in the first place, and it's more
of a pain. Also cleaned up the material addition code.

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Models/HEChem: Simple_Burn.cc (changed)
harman 2005-08-16 08:01 Rev.: 31535

scheduleComputeModelSources()
- request mpm temperature from the NewDW
- using gn,0 for cell centered variables

4 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Models/HEChem: Steady_Burn.cc (+4 -4)
xiongcw 2005-07-08 13:53 Rev.: 31068

deleted unused comments in Steady_Burn

20 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Models/HEChem: Steady_Burn.cc (+18 -46), Steady_Burn.h (+2 -2)
xiongcw 2005-07-05 15:10 Rev.: 30985

a fix to define the burning surface

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Models/HEChem: Steady_Burn.cc (+1 -1)
xiongcw 2005-06-09 18:58 Rev.: 30653

Fixed bug that could not run on multiprocessors

26 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Models/HEChem: Steady_Burn.cc (+26 -16)
dgroulx 2005-06-02 13:09 Rev.: 30506

Moved constant static definitions into the source file to get sus to compile on Q.

17 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Models/HEChem: Steady_Burn.cc (+6 -1), Steady_Burn.h (+11 -4)
xiongcw 2005-06-01 21:52 Rev.: 30482

improved steady_burn model

417 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Models/HEChem: Steady_Burn.cc (+339 -410), Steady_Burn.h (+78 -45)
jas 2005-05-10 13:34 Rev.: 30124

Move LinearInterpolator and Node27Interpolator from Uintah/Core/Math to
Uintah/Core/Grid.

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Models/HEChem: Steady_Burn.cc (+1 -1)
jas 2005-04-26 20:34 Rev.: 29976

Move LinearInterpolator and Node27Interpolator to Uintah/Core/Math.

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Models/HEChem: Steady_Burn.cc (+1 -1)
guilkey 2005-04-05 16:49 Rev.: 29680

Adding projection of a bulk particle temperature to the nodes->cell centers.

168 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Models/HEChem: Steady_Burn.cc (+162 -49), Steady_Burn.h (+6)
worthen 2005-03-02 14:20 Rev.: 29058

Use Core/Grid/Variables instead of Core/Variables, and satisfy picky Mac linker

29 lines of code changed in 17 files:

  • Packages/Uintah/CCA/Components/Models/HEChem: IandG.cc (+3 -3), IandG.h (+1 -1), JWLpp.cc (new), JWLpp.h (+1 -1), LightTime.cc (new), LightTime.h (new), Simple_Burn.cc (+7 -7), Simple_Burn.h (+1 -1), Steady_Burn.cc (+7 -7), Steady_Burn.h (+2 -2)
harman 2005-02-15 17:30 Rev.: 28686

added virtual function scheduleTestConservation() -- not implemented

55 lines of code changed in 10 files:

  • Packages/Uintah/CCA/Components/Models/HEChem: IandG.cc (+8), IandG.h (+4), JWLpp.cc (+7), JWLpp.h (+4), LightTime.cc (+7), LightTime.h (+4), Simple_Burn.cc (+7), Simple_Burn.h (+4), Steady_Burn.cc (+7 -1), Steady_Burn.h (+3 -1)
guilkey 2005-01-30 17:02 Rev.: 28368

O.K. make reaction in mixed cells a run time option, default is true.

7 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Models/HEChem: LightTime.cc (+6 -1), LightTime.h (+1)
jones 2005-01-29 18:04 Rev.: 28367

Re-organizing Core/Grid.

29 lines of code changed in 10 files:

  • Packages/Uintah/CCA/Components/Models/HEChem: IandG.cc (+3 -3), IandG.h (+1 -1), JWLpp.cc (+3 -3), JWLpp.h (+1 -1), LightTime.cc (+3 -3), LightTime.h (+1 -1), Simple_Burn.cc (+7 -7), Simple_Burn.h (+1 -1), Steady_Burn.cc (+7 -7), Steady_Burn.h (+2 -2)
guilkey 2005-01-28 15:49 Rev.: 28363

Modification to only react in cells that basically only contain a combination
of reactant and product.

34 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Models/HEChem: LightTime.cc (+34 -26)
Generated by StatSVN 0.4.0