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

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

[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 82 (100.0%) 1856 (100.0%) 22.6
xiongcw 21 (25.6%) 1218 (65.6%) 58.0
harman 34 (41.5%) 454 (24.5%) 13.3
jas 12 (14.6%) 113 (6.1%) 9.4
dav 9 (11.0%) 60 (3.2%) 6.6
mjc 5 (6.1%) 8 (0.4%) 1.6
guilkey 1 (1.2%) 3 (0.2%) 3.0

Most Recent Commits

harman 2006-09-29 09:02 Rev.: 35460

destroy totalMassBurnedLabel and totalHeatReleasedLabel

0 lines of code changed in 6 files:

  • Packages/Uintah/CCA/Components/Models/HEChem: Simple_Burn.cc (changed), Steady_Burn.cc (changed), Unsteady_Burn.cc (changed)
harman 2006-08-22 13:42 Rev.: 35108

added totalMassBurned and totalHeatReleased to the other HE models

167 lines of code changed in 6 files:

  • Packages/Uintah/CCA/Components/Models/HEChem: Steady_Burn.cc (+71 -24), Steady_Burn.h (+14 -2), Unsteady_Burn.cc (+68 -25), Unsteady_Burn.h (+14 -2)
harman 2006-08-21 17:43 Rev.: 35103

added ability to write to a dat file the total mass burned and total energy
released per timestep.
<totalMassBurned>
<totalHeatReleased>

Most of the changes are for passing the full problem_spec into models
Still need to update the other HE chem. models

77 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/Models/HEChem: Simple_Burn.cc (+61 -14), Simple_Burn.h (+16 -2)
xiongcw 2006-08-14 01:59 Rev.: 35021

use zeroNeumann BC for pFlag, instead of set_if_sym_BC

2 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Models/HEChem: Steady_Burn.cc (+1 -1), Unsteady_Burn.cc (+1 -1)
xiongcw 2006-08-12 22:49 Rev.: 35019

minor bug fix: request one ghost cell for press_CC

2 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Models/HEChem: Steady_Burn.cc (+1 -1), Unsteady_Burn.cc (+1 -1)
xiongcw 2006-08-11 13:43 Rev.: 35011

Now user will have to specify the IdealGasConst in the input file

22 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Components/Models/HEChem: Steady_Burn.cc (+5 -3), Steady_Burn.h (+12 -12), Unsteady_Burn.cc (+4 -1), Unsteady_Burn.h (+1 -1)
xiongcw 2006-08-09 16:26 Rev.: 34991

using min_mass = d_TINY_RHO*cell_vol, instead of just d_TINY_RHO

17 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Components/Models/HEChem: Steady_Burn.cc (+7 -4), Steady_Burn.h (+2 -6), Unsteady_Burn.cc (+6 -6), Unsteady_Burn.h (+2 -7)
harman 2006-08-06 15:08 Rev.: 34944

-Only schedule computeModelSources on the finest level.

-cleaned up cout_doing
-some formatting

58 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Models/HEChem: Steady_Burn.cc (+51 -22), Steady_Burn.h (+7 -1)
harman 2006-08-03 08:53 Rev.: 34911

excess cout

0 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/Models/HEChem: JWLpp.cc (-2), Simple_Burn.cc (-1)
xiongcw 2006-08-01 16:00 Rev.: 34902

Unsteady_Burn model

1044 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Components/Models/HEChem: Unsteady_Burn.cc (+834), Unsteady_Burn.h (+205), sub.mk (new)
xiongcw 2006-08-01 15:58 Rev.: 34901

bug fix and code clean

67 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Models/HEChem: Steady_Burn.cc (+47 -99), Steady_Burn.h (+20 -22)
harman 2006-07-13 18:04 Rev.: 34777

errorEstimate()
-fixed gradient calculation. R & L cell indices are now set to c before we
offset them..ooops

2 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Models/HEChem: LightTime.cc (new)
harman 2006-07-11 16:29 Rev.: 34730

outputProblemSpec()
-mimic flow control logic in problemSetup.

10 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Models/HEChem: Simple_Burn.cc (+10 -7)
harman 2006-06-23 10:26 Rev.: 34567

-removed unused variables d_rho0

scheduleComputeModelSources()
-commented out delT requires. It doesn't work with AMR

computeModelSources()
- minor cleanup

16 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/Models/HEChem: LightTime.cc (+15 -9), LightTime.h (new)
harman 2006-05-10 17:20 Rev.: 34197

No longer requiring reacted fraction from old_dw, AMR now runs.

3 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Models/HEChem: LightTime.cc (+3 -4)
harman 2006-05-08 15:07 Rev.: 34164

added AMR errorEstimate task.

108 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Models/HEChem: LightTime.cc (+99 -15), LightTime.h (+9 -1)
harman 2006-05-02 11:39 Rev.: 34088

filled in outputProblemSpec so restarting works

13 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Models/HEChem: LightTime.cc (+13 -3)
harman 2006-05-02 11:05 Rev.: 34087

removed excess spew

0 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Components/Models/HEChem: IandG.cc (new), LightTime.cc (-1), Simple_Burn.cc (-1)
xiongcw 2006-03-30 19:35 Rev.: 33714

a few improvements to Steady_Burn

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Models/HEChem: Steady_Burn.cc (+1 -1)
xiongcw 2006-03-30 19:33 Rev.: 33713

A few improvements to Steady_Burn

63 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Models/HEChem: Steady_Burn.cc (+61 -37), Steady_Burn.h (+2)

(5 more)

Generated by StatSVN 0.4.0