/trunk/src Developers: jpeterson

Login name:
jpeterson
Total Commits:
90 (0.6%)
Lines of Code:
6,377 (2.5%)
Most Recent Commit:
2012-10-15 09:59
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for jpeterson

Activity by Day of Week for jpeterson

Activity in Directories

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

Activity of jpeterson

Most Recent Commits

jpeterson 2012-10-15 09:59 Rev.: 49432

Updated license to conform to new standard.

32 lines of code changed in 2 files:

  • CCA/Components/Models/HEChem: MesoBurn.cc (+16 -19), MesoBurn.h (+16 -19)
jpeterson 2012-10-14 11:32 Rev.: 49424

Mesoscale burn model.

1123 lines of code changed in 4 files:

  • CCA/Components/Models: ModelFactory.cc (+3 -1)
  • CCA/Components/Models/HEChem: MesoBurn.cc (+867), MesoBurn.h (+251), sub.mk (+2 -1)
jpeterson 2012-08-02 13:03 Rev.: 49017

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:

  • CCA/Components/ICE: ICE.cc (+38 -5), ICEMaterial.cc (+18), ICEMaterial.h (+6 -1), sub.mk (+1 -1)
  • CCA/Components/ICE/SpecificHeatModel: Component.cc (+214), Component.h (+73), Debye.cc (+112), Debye.h (+62), Polynomial.cc (+108), Polynomial.h (+79), SpecificHeat.cc (+45), SpecificHeat.h (+66), SpecificHeatFactory.cc (+81), SpecificHeatFactory.h (+56), sub.mk (+51)
jpeterson 2012-07-10 14:27 Rev.: 48934

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:

  • CCA/Components/MPM/ConstitutiveModel: ViscoScram.cc (+20 -11)
jpeterson 2012-06-28 15:57 Rev.: 48909

Improved error checking for command line arguments.

58 lines of code changed in 1 file:

  • StandAlone/tools/puda: puda.cc (+58 -15)
jpeterson 2012-05-28 16:03 Rev.: 48806

Quieted compiler warnings with virtual destructors.

12 lines of code changed in 2 files:

  • CCA/Components/Models/SolidReactionModel: RateConstant.h (+6 -1), RateModel.h (+6 -1)
jpeterson 2012-05-18 10:10 Rev.: 48771

Zero order rate model. Included as a stand-alone model and built in to DDT1.

674 lines of code changed in 6 files:

  • CCA/Components/Models: ModelFactory.cc (+3)
  • CCA/Components/Models/HEChem: DDT1.cc (+12 -3), DDT1.h (+1), ZeroOrder.cc (+485), ZeroOrder.h (+172), sub.mk (+1)
jpeterson 2012-04-17 11:57 Rev.: 48621

Add option to add volumetric expansion behavior to Cp calculation.

26 lines of code changed in 3 files:

  • CCA/Components/MPM/ConstitutiveModel/PlasticityModels: CubicCp.cc (+24 -15), CubicCp.h (+1), LinearMeltTemp.cc (+1 -2)
jpeterson 2012-04-04 13:48 Rev.: 48523

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:

  • CCA/Components/Models/SolidReactionModel: SolidReactionModel.cc (+10 -9)
jpeterson 2012-03-26 15:29 Rev.: 48450

Roll back changes during continued development.

72 lines of code changed in 2 files:

  • CCA/Components/MPM/ConstitutiveModel: ViscoScram.cc (+69 -142), ViscoScram.h (+3 -4)
jpeterson 2012-03-24 14:53 Rev.: 48437

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:

  • CCA/Components/MPM/ConstitutiveModel: ViscoScram.cc (+8 -8), ViscoScram.h (+1 -1)
jpeterson 2012-03-23 10:47 Rev.: 48432

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:

  • CCA/Components/MPM/ConstitutiveModel: ViscoScram.cc (+138 -65), ViscoScram.h (+3 -2)
jpeterson 2012-03-07 22:36 Rev.: 48365

A solid state reaction model with various different constituent pieces.

2195 lines of code changed in 25 files:

  • CCA/Components/Models: ModelFactory.cc (+3 -2), sub.mk (+1)
  • CCA/Components/Models/SolidReactionModel: Arrhenius.cc (+62), Arrhenius.h (+86), AvaramiErofeevModel.cc (+59), AvaramiErofeevModel.h (+86), ContractingCylinderModel.cc (+53), ContractingCylinderModel.h (+84), ContractingSphereModel.cc (+53), ContractingSphereModel.h (+84), DiffusionModel.cc (+78), DiffusionModel.h (+85), ModifiedArrhenius.cc (+64), ModifiedArrhenius.h (+88), NthOrderModel.cc (+63), NthOrderModel.h (+85), PowerModel.cc (+58), PowerModel.h (+86), ProutTompkinsModel.cc (+64), ProutTompkinsModel.h (+88), RateConstant.h (+95), RateModel.h (+95), SolidReactionModel.cc (+454), SolidReactionModel.h (+175), sub.mk (+46)
jpeterson 2012-02-25 14:50 Rev.: 48316

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:

  • StandAlone/tools/puda: POL.cc (+26 -6), puda.cc (+4 -1)
jpeterson 2012-02-25 13:28 Rev.: 48315

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:

  • StandAlone/tools/puda: POL.cc (+261), POL.h (+41), monica1.cc (+1 -1), puda.cc (+51 -4), puda.h (+5 -3), sub.mk (+2 -1)
jpeterson 2012-02-23 23:55 Rev.: 48306

Fixed a typo in output.

1 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel/PlasticityModels: LinearMeltTemp.cc (+1 -1)
jpeterson 2012-02-20 15:12 Rev.: 48279

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:

  • CCA/Components/Models/HEChem: Common.cc (+12 -12)
jpeterson 2012-02-17 15:00 Rev.: 48276

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:

  • StandAlone/tools/puda: PIC.cc (+125), PIC.h (+41), puda.cc (+14), puda.h (+2), sub.mk (+1)
jpeterson 2012-01-13 20:30 Rev.: 48111

Add a default case to quiet compiler warning.

1 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel/PlasticityModels: LinearMeltTemp.cc (+1)
jpeterson 2012-01-13 18:22 Rev.: 48110

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:

  • CCA/Components/MPM/ConstitutiveModel/PlasticityModels: CubicCp.cc (+109), CubicCp.h (+87), LinearMeltTemp.h (+1 -1), sub.mk (+1)

(1 more)

Generated by StatSVN 0.7.0