Directory CCA/Components/Models/HEChem/

Total Files:
19
Deleted Files:
0
Lines of Code:
5847

[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 146 (100.0%) 3138 (100.0%) 21.4
jpeterson 54 (37.0%) 2453 (78.2%) 45.4
harman 40 (27.4%) 636 (20.3%) 15.9
jas 45 (30.8%) 43 (1.4%) 0.9
luitjens 3 (2.1%) 4 (0.1%) 1.3
guilkey 4 (2.7%) 2 (0.1%) 0.5

Most Recent Commits

jpeterson 2010-12-06 12:25 Rev.: 46556

Added if clause to prevent crashing (sigsegv) when crack model not specified

0 lines of code changed in 2 files:

  • CCA/Components/Models/HEChem: DDT1.cc (new)
jpeterson 2010-12-01 16:54 Rev.: 46530

Last commit caused an error if useCrackModel was turned to false, being unable to compute the crackedEnough CC variable. This commit fixes that and consolidates a few chunks of code.

19 lines of code changed in 1 file:

  • CCA/Components/Models/HEChem: DDT1.cc (+19 -16)
jpeterson 2010-11-15 15:25 Rev.: 46469

Moved crack burn criteria into computeNumPPC because it already loops over all particles. Should increase speed.
Should not change numbers.

46 lines of code changed in 3 files:

  • CCA/Components/Models/HEChem: DDT1.cc (+45 -25), DDT1.h (new)
jpeterson 2010-11-15 12:34 Rev.: 46468

Some much needed commenting, housecleaning and reorganization. Combined two nested for loop structures together.

138 lines of code changed in 1 file:

  • CCA/Components/Models/HEChem: DDT1.cc (+138 -131)
guilkey 2010-11-12 19:20 Rev.: 46464

Minor cleanup

0 lines of code changed in 2 files:

  • CCA/Components/Models/HEChem: LightTime.cc (new)
guilkey 2010-11-11 18:54 Rev.: 46455

Formatting

1 lines of code changed in 1 file:

  • CCA/Components/Models/HEChem: LightTime.cc (+1 -1)
jpeterson 2010-08-28 14:19 Rev.: 46122

Constitutive Models

Added cell temperature parameter to computePressEOSCM.
This will allow temperature dependent equations of state.


A StandAlone/inputs/MPM/insert.dat
A StandAlone/inputs/MPM/extrude.xml
A StandAlone/inputs/MPM/extrude.ups

Added example problem of particle insertion.


M CCA/Components/Models/HEChem/DDT1.cc
M CCA/Components/Models/HEChem/DDT1.h

Added line to prevent cracked burning in the cell ahead of front.

32 lines of code changed in 2 files:

  • CCA/Components/Models/HEChem: DDT1.cc (+31 -11), DDT1.h (+1)
guilkey 2010-08-27 15:52 Rev.: 46119

Minor housekeeping

1 lines of code changed in 1 file:

  • CCA/Components/Models/HEChem: LightTime.cc (+1 -2)
harman 2010-07-30 09:50 Rev.: 45949

pulled cout weed

0 lines of code changed in 2 files:

  • CCA/Components/Models/HEChem: Unsteady_Burn.cc (new)
jpeterson 2010-07-27 11:17 Rev.: 45930

Readded the 20% criteria that was removed somewhere in the fray.

7 lines of code changed in 3 files:

  • CCA/Components/Models/HEChem: DDT0.cc (new), DDT1.cc (+3)
harman 2010-07-21 15:51 Rev.: 45922

Dust off LightTime burn model. Here's the input spec:

<Model type = "LightTime">
<LightTime>
<fromMaterial> reactant </fromMaterial>
<toMaterial> product </toMaterial>
<D> 1000 </D>
<E0> 1.0e5 </E0>
<starting_location> [0.,0.,0.] </starting_location>
<direction_if_plane> [0.,0.,0.] </direction_if_plane>
<react_mixed_cells> false </react_mixed_cells>
<!-- <AMR_Refinement_Criteria> 1e100 </AMR_Refinement_Criteria> -->
</LightTime>
</Model>

Added example input file.

23 lines of code changed in 1 file:

  • CCA/Components/Models/HEChem: LightTime.cc (+23 -15)
jpeterson 2010-07-19 15:21 Rev.: 45894

Prevent crack burning next to a detonating cell.

8 lines of code changed in 1 file:

  • CCA/Components/Models/HEChem: DDT1.cc (+8 -1)
harman 2010-07-16 12:27 Rev.: 45883

removed
using namespace SCIRun

0 lines of code changed in 3 files:

  • CCA/Components/Models/HEChem: Steady_Burn.cc (new), Unsteady_Burn.cc (-1)
luitjens 2010-07-15 17:44 Rev.: 45868

Undid Todd's SCIRun rampage until the explode2D segfault is figured out.

2 lines of code changed in 2 files:

  • CCA/Components/Models/HEChem: Steady_Burn.cc (+1), Unsteady_Burn.cc (+1)
harman 2010-07-15 16:03 Rev.: 45861

removed
using namespace SCIRun;

0 lines of code changed in 2 files:

  • CCA/Components/Models/HEChem: Steady_Burn.cc (-1), Unsteady_Burn.cc (-1)
harman 2010-06-17 13:56 Rev.: 45753

Label name change:
DDT(0/1)::onSurface -> onSurface
DDT(0/1)::surfaceTemp -> surfaceTemp

Scirun can't handle names with "::" in them.

15 lines of code changed in 2 files:

  • CCA/Components/Models/HEChem: DDT0.cc (+6 -6), DDT1.cc (+9 -9)
jpeterson 2010-06-13 19:57 Rev.: 45721

1) Fixed indexing error in pressure get and require in DDT1 2) Changed fromMaterial and removed malformed comments from PBX Array files

13 lines of code changed in 1 file:

  • CCA/Components/Models/HEChem: DDT1.cc (+13 -13)
luitjens 2010-05-19 10:14 Rev.: 45642

Fixed an uninitialized variable warning.

2 lines of code changed in 1 file:

  • CCA/Components/Models/HEChem: Unsteady_Burn.cc (+2 -2)
jpeterson 2010-05-11 14:07 Rev.: 45624

Changed some more logic

19 lines of code changed in 1 file:

  • CCA/Components/Models/HEChem: DDT1.cc (+19 -8)
jpeterson 2010-05-11 13:43 Rev.: 45623

Removed cout statements

2 lines of code changed in 1 file:

  • CCA/Components/Models/HEChem: DDT1.cc (+2 -2)

(30 more)

Generated by StatSVN 0.4.0