Directory CCA/Components/Models/HEChem/

Total Files:
9
Deleted Files:
0
Lines of Code:
3734

[root]/CCA/Components/Models/HEChem

Lines of Code

CCA/Components/Models/HEChem/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 35 (100.0%) 583 (100.0%) 16.6
harman 27 (77.1%) 579 (99.3%) 21.4
jsutherland 8 (22.9%) 4 (0.7%) 0.5

Most Recent Commits

jsutherland 2013-10-31 19:36 Rev.: 51196

This one has been a long time coming.

Rip out the standard namespace opening that has been polluting header files throughout the framework. This crept into all sorts of places.

DO NOT open namespaces in header files. Ever.

4 lines of code changed in 8 files:

  • CCA/Components/Models/HEChem: DDT0.h (new), DDT1.h (new), JWLpp.h (+1 -1), ZeroOrder.h (+1 -1)
harman 2013-10-15 17:23 Rev.: 51093

Added bulletproofing.

The user ,ust be consistent if they're adjusting the output/checkpoint intervals. You can't
specify a "timestep interval" and a "interval."

0 lines of code changed in 2 files:

  • CCA/Components/Models/HEChem: DDT1.cc (changed)
harman 2013-08-07 13:18 Rev.: 50779

consistent use of d_ for all globally defined variables. This make is easy to find where they're
being assigned.

fixed one potential thread safety issue with min_mass_in_a_cell.

91 lines of code changed in 2 files:

  • CCA/Components/Models/HEChem: DDT1.cc (+65 -65), DDT1.h (+26 -27)
harman 2013-07-23 12:43 Rev.: 50747

formatting.

DDT1::computeBurnLogic()
The outputInterval and checkpointInterval variables must "put" something in the DW
or an exception is thrown on debug builds. Set those variables to a benign value as a default.


25 lines of code changed in 1 file:

  • CCA/Components/Models/HEChem: DDT1.cc (+25 -8)
harman 2013-06-27 10:09 Rev.: 50602

ImpMPM, MPM, DDT1:
- added component names in task name. It's easier to "see" what task is running when if
the name is complete.

TiledRegridder:
- output refinement ratio for each level in the grid statistics section.

3 lines of code changed in 1 file:

  • CCA/Components/Models/HEChem: DDT1.cc (+3 -3)
harman 2013-04-19 07:56 Rev.: 50141

outputInterval and Checkpoint Interval changes:

-added a reduction variable to log when the pressure threshold has been exceeded
or a detonation detected.
- changed logic. The pressure threshold must be exceeded before detonation.


59 lines of code changed in 2 files:

  • CCA/Components/Models/HEChem: DDT1.cc (+54 -25), DDT1.h (+5 -1)
harman 2013-04-15 16:05 Rev.: 50128

schedule_computerBurnLogic()
- only compute outputInterval or checkpointInterval IF
the user has requested in the input file.

8 lines of code changed in 1 file:

  • CCA/Components/Models/HEChem: DDT1.cc (+8 -6)
harman 2013-04-10 16:15 Rev.: 50114

No longer carry forward the outputInterval and checkpointInverval. Only put them
in the datawarehouse when they change.


12 lines of code changed in 1 file:

  • CCA/Components/Models/HEChem: DDT1.cc (+12 -24)
harman 2013-04-09 16:00 Rev.: 50110

problemSetup_BulletProofing()
- Only enter bulletproofing if the AMR xml tag exists.


12 lines of code changed in 1 file:

  • CCA/Components/Models/HEChem: DDT1.cc (+12 -10)
harman 2013-04-09 15:48 Rev.: 50109

- Added scheduleRefine() to the ModelInterface
- Adde a call to scheduleRefine in AMRICE
- Defined the refine task for the DDT1 burn model

123 lines of code changed in 2 files:

  • CCA/Components/Models/HEChem: DDT1.cc (+108 -37), DDT1.h (+15 -3)
harman 2013-04-08 12:04 Rev.: 50084

Removed some old rotted out plumbing:
- scheduleCheckNeedAddMaterial()
- activateModel()

This idea died and blew away years ago.

* should not change answers

116 lines of code changed in 10 files:

  • CCA/Components/Models/HEChem: JWLpp.cc (new), JWLpp.h (-14), Simple_Burn.cc (+20 -155), Simple_Burn.h (new), ZeroOrder.cc (new), ZeroOrder.h (-14)
harman 2013-04-08 07:58 Rev.: 50082

delete a couple of structs to clean up a memory leak.

2 lines of code changed in 1 file:

  • CCA/Components/Models/HEChem: DDT1.cc (+2)
harman 2013-04-06 12:22 Rev.: 50077

Added ability to update outputInterval and checkpointInterval if a detonation is detected
or if the pressure in the domain exceeds a user defined threshold. Needs further testing.

* should not change the answers

127 lines of code changed in 2 files:

  • CCA/Components/Models/HEChem: DDT1.cc (+110 -7), DDT1.h (+17 -2)
harman 2013-04-03 17:17 Rev.: 50055

ComputeBurnLogic()
-removed requires and get of BurningCriterialLabel, it's never used.

1 lines of code changed in 1 file:

  • CCA/Components/Models/HEChem: DDT1.cc (+1 -3)
Generated by StatSVN 0.7.0