Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 90 (100.0%) | 6377 (100.0%) | 70.8 |
CCA/Components/Models/SolidReactionModel/ | 26 (28.9%) | 2213 (34.7%) | 85.1 |
CCA/Components/Models/HEChem/ | 11 (12.2%) | 1835 (28.8%) | 166.8 |
CCA/Components/ICE/SpecificHeatModel/ | 11 (12.2%) | 947 (14.9%) | 86.0 |
StandAlone/tools/puda/ | 14 (15.6%) | 632 (9.9%) | 45.1 |
CCA/Components/MPM/ConstitutiveModel/PlasticityModels/ | 13 (14.4%) | 435 (6.8%) | 33.4 |
CCA/Components/MPM/ConstitutiveModel/ | 7 (7.8%) | 242 (3.8%) | 34.5 |
CCA/Components/ICE/ | 4 (4.4%) | 63 (1.0%) | 15.7 |
CCA/Components/Models/ | 4 (4.4%) | 10 (0.2%) | 2.5 |
Updated license to conform to new standard.
32 lines of code changed in 2 files:
Mesoscale burn model.
1123 lines of code changed in 4 files:
Modifications to plug specific heat models in.
M CCA/Components/ICE/sub.mk
M CCA/Components/ICE/ICE.cc
M CCA/Components/ICE/ICEMaterial.cc
M CCA/Components/ICE/ICEMaterial.h
New specific heat models.
A CCA/Components/ICE/SpecificHeatModel
A CCA/Components/ICE/SpecificHeatModel/sub.mk
A CCA/Components/ICE/SpecificHeatModel/SpecificHeatFactory.cc
A CCA/Components/ICE/SpecificHeatModel/SpecificHeatFactory.h
A CCA/Components/ICE/SpecificHeatModel/Component.cc
A CCA/Components/ICE/SpecificHeatModel/Polynomial.cc
A CCA/Components/ICE/SpecificHeatModel/Component.h
A CCA/Components/ICE/SpecificHeatModel/Polynomial.h
A CCA/Components/ICE/SpecificHeatModel/SpecificHeat.cc
A CCA/Components/ICE/SpecificHeatModel/Debye.cc
A CCA/Components/ICE/SpecificHeatModel/SpecificHeat.h
A CCA/Components/ICE/SpecificHeatModel/Debye.h
M StandAlone/inputs/UPS_SPEC/ice_spec.xml
Example files for the new specific heat model.
A StandAlone/inputs/ICE/EOSData/HMXProductCv.xml
A StandAlone/inputs/ICE/EOSData/RDXProductCv.xml
A StandAlone/inputs/ICE/EOSData/NGProductCv.xml
A StandAlone/inputs/ICE/EOSData/TNTProductCv.xml
A StandAlone/inputs/ICE/EOSData/PETNProductCv.xml
A StandAlone/inputs/ICE/EOSData/NMProductCv.xml
A StandAlone/inputs/ICE/EOSData/CL-20ProductCv.xml
1010 lines of code changed in 15 files:
Corrected the Birch-Murnaghan implementation in VS. Add P0 offset to pressure function and corrected dP/drho calculation to give correct soundspeed.
20 lines of code changed in 1 file:
Improved error checking for command line arguments.
58 lines of code changed in 1 file:
Quieted compiler warnings with virtual destructors.
12 lines of code changed in 2 files:
Zero order rate model. Included as a stand-alone model and built in to DDT1.
674 lines of code changed in 6 files:
Add option to add volumetric expansion behavior to Cp calculation.
26 lines of code changed in 3 files:
Fixed a dependency in the UPS file for the SolidReactionModel as well as fixed the problem setup operation to correctly read child nodes of the SolidReactionModel section of input file.
10 lines of code changed in 1 file:
Roll back changes during continued development.
72 lines of code changed in 2 files:
Fixed the errors in compilation. I don't know why my compilation at work didn't catch these.
9 lines of code changed in 2 files:
In iterative solvers added the modified EOS to correctly handle cases where the relative volume is close to 1.
141 lines of code changed in 2 files:
A solid state reaction model with various different constituent pieces.
2195 lines of code changed in 25 files:
Fixed the -pol option to work by separating the stress into hydrostatic and deviatoric. Also fixed output for cells that have no particles.
30 lines of code changed in 2 files:
Added an option to puda that allows a user average the particles in a cell over a whole line for p.temperature, p.mass, p.velocity, or p.stress. Usage is: 'puda -partvar p.temperature -matl 0 -pol x 10 20'. This line means that p.temperature will be extracted along a line running down the x axis at y=10 and z = 20.
361 lines of code changed in 6 files:
Fixed a typo in output.
1 lines of code changed in 1 file:
Fixed a bug in the density gradient calculation pointed out by Todd. Should not change RT answers.
12 lines of code changed in 1 file:
Now you a cell can be specified and particle ids of any particles in that cell will be printed to a file named: partIds.index.[x].[y].[z].time.[timestep number]. This option is invoked using '-pic'
183 lines of code changed in 5 files:
Add a default case to quiet compiler warning.
1 lines of code changed in 1 file:
A Debye based specific heat model. Fixed a comment in LinearMeltTemp. Added some parameters for Epon828, a polymer binder.
198 lines of code changed in 4 files:
(1 more)