[root]/CCA/Components/Models/HEChem
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 |
Added if clause to prevent crashing (sigsegv) when crack model not specified
0 lines of code changed in 2 files:
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:
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:
Some much needed commenting, housecleaning and reorganization. Combined two nested for loop structures together.
138 lines of code changed in 1 file:
Minor cleanup
0 lines of code changed in 2 files:
Formatting
1 lines of code changed in 1 file:
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:
Minor housekeeping
1 lines of code changed in 1 file:
pulled cout weed
0 lines of code changed in 2 files:
Readded the 20% criteria that was removed somewhere in the fray.
7 lines of code changed in 3 files:
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:
Prevent crack burning next to a detonating cell.
8 lines of code changed in 1 file:
removed
using namespace SCIRun
0 lines of code changed in 3 files:
Undid Todd's SCIRun rampage until the explode2D segfault is figured out.
2 lines of code changed in 2 files:
removed
using namespace SCIRun;
0 lines of code changed in 2 files:
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:
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:
Fixed an uninitialized variable warning.
2 lines of code changed in 1 file:
Changed some more logic
19 lines of code changed in 1 file:
Removed cout statements
2 lines of code changed in 1 file:
(30 more)