[root]/Packages/Uintah/CCA/Components/Models/HEChem
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 |
destroy totalMassBurnedLabel and totalHeatReleasedLabel
0 lines of code changed in 6 files:
added totalMassBurned and totalHeatReleased to the other HE models
167 lines of code changed in 6 files:
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:
use zeroNeumann BC for pFlag, instead of set_if_sym_BC
2 lines of code changed in 2 files:
minor bug fix: request one ghost cell for press_CC
2 lines of code changed in 2 files:
Now user will have to specify the IdealGasConst in the input file
22 lines of code changed in 4 files:
using min_mass = d_TINY_RHO*cell_vol, instead of just d_TINY_RHO
17 lines of code changed in 4 files:
-Only schedule computeModelSources on the finest level.
-cleaned up cout_doing
-some formatting
58 lines of code changed in 2 files:
excess cout
0 lines of code changed in 3 files:
Unsteady_Burn model
1044 lines of code changed in 4 files:
bug fix and code clean
67 lines of code changed in 2 files:
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:
outputProblemSpec()
-mimic flow control logic in problemSetup.
10 lines of code changed in 1 file:
-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:
No longer requiring reacted fraction from old_dw, AMR now runs.
3 lines of code changed in 1 file:
added AMR errorEstimate task.
108 lines of code changed in 2 files:
filled in outputProblemSpec so restarting works
13 lines of code changed in 1 file:
removed excess spew
0 lines of code changed in 4 files:
a few improvements to Steady_Burn
1 lines of code changed in 1 file:
A few improvements to Steady_Burn
63 lines of code changed in 2 files:
(5 more)