Directory CCA/Components/MPM/ConstitutiveModel/PlasticityModels/

Total Files:
113
Deleted Files:
0
Lines of Code:
16324

[root]/CCA/Components/MPM/ConstitutiveModel/PlasticityModels

Lines of Code

CCA/Components/MPM/ConstitutiveModel/PlasticityModels/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 257 (100.0%) 1002 (100.0%) 3.8
harman 9 (3.5%) 771 (76.9%) 85.6
jas 226 (87.9%) 113 (11.3%) 0.5
guilkey 17 (6.6%) 113 (11.3%) 6.6
jsutherland 5 (1.9%) 5 (0.5%) 1.0

Most Recent Commits

jas 2011-08-31 02:48 Rev.: 47536

Update copyright year.

113 lines of code changed in 226 files:

  • CCA/Components/MPM/ConstitutiveModel/PlasticityModels: ArmstrongFrederickKinematicHardening.cc (+1 -1), ArmstrongFrederickKinematicHardening.h (new), BPSMeltTemp.cc (+1 -1), BPSMeltTemp.h (new), BeckerCheck.cc (+1 -1), BeckerCheck.h (+1 -1), ConstantCp.cc (+1 -1), ConstantCp.h (+1 -1), ConstantMeltTemp.cc (new), ConstantMeltTemp.h (new), ConstantShear.cc (new), ConstantShear.h (+1 -1), CopperCp.cc (+1 -1), CopperCp.h (+1 -1), DamageModel.cc (+1 -1), DamageModel.h (+1 -1), DamageModelFactory.cc (new), DamageModelFactory.h (new), DefaultHypoElasticEOS.cc (+1 -1), DefaultHypoElasticEOS.h (new), DruckerBeckerCheck.cc (new), DruckerBeckerCheck.h (new), DruckerCheck.cc (+1 -1), DruckerCheck.h (new), GursonYield.cc (+1 -1), GursonYield.h (new), HancockMacKenzieDamage.cc (new), HancockMacKenzieDamage.h (new), HyperElasticEOS.cc (+1 -1), HyperElasticEOS.h (+1 -1), IsoHardeningPlastic.cc (+1 -1), IsoHardeningPlastic.h (+1 -1), JohnsonCookDamage.cc (new), JohnsonCookDamage.h (+1 -1), JohnsonCookPlastic.cc (+1 -1), JohnsonCookPlastic.h (+1 -1), KinematicHardeningModel.cc (new), KinematicHardeningModel.h (+1 -1), KinematicHardeningModelFactory.cc (+1 -1), KinematicHardeningModelFactory.h (+1 -1), MPMEquationOfState.cc (new), MPMEquationOfState.h (+1 -1), MPMEquationOfStateFactory.cc (+1 -1), MPMEquationOfStateFactory.h (new), MTSPlastic.cc (new), MTSPlastic.h (+1 -1), MTSShear.cc (new), MTSShear.h (new), MeltingTempModel.cc (new), MeltingTempModel.h (new), MeltingTempModelFactory.cc (+1 -1), MeltingTempModelFactory.h (new), MieGruneisenEOS.cc (+1 -1), MieGruneisenEOS.h (+1 -1), MieGruneisenEOSEnergy.cc (+1 -1), MieGruneisenEOSEnergy.h (new), NPShear.cc (new), NPShear.h (+1 -1), NoKinematicHardening.cc (+1 -1), NoKinematicHardening.h (new), NoneCheck.cc (+1 -1), NoneCheck.h (new), NullDamage.cc (new), NullDamage.h (new), PTWPlastic.cc (+1 -1), PTWPlastic.h (new), PTWShear.cc (+1 -1), PTWShear.h (+1 -1), PlasticityModel.cc (+1 -1), PlasticityModel.h (+1 -1), PlasticityModelFactory.cc (new), PlasticityModelFactory.h (new), PlasticityState.cc (+1 -1), PlasticityState.h (+1 -1), PragerKinematicHardening.cc (+1 -1), PragerKinematicHardening.h (new), SCGMeltTemp.cc (+1 -1), SCGMeltTemp.h (+1 -1), SCGPlastic.cc (+1 -1), SCGPlastic.h (new), SCGShear.cc (+1 -1), SCGShear.h (+1 -1), ShearModulusModel.cc (new), ShearModulusModel.h (new), ShearModulusModelFactory.cc (new), ShearModulusModelFactory.h (new), SpecificHeatModel.cc (new), SpecificHeatModel.h (new), SpecificHeatModelFactory.cc (new), SpecificHeatModelFactory.h (new), StabilityCheck.cc (new), StabilityCheck.h (new), StabilityCheckFactory.cc (+1 -1), StabilityCheckFactory.h (+1 -1), SteelCp.cc (+1 -1), SteelCp.h (new), SuvicI.cc (new), SuvicI.h (+1 -1), ViscoPlasticityModel.cc (new), ViscoPlasticityModel.h (+1 -1), ViscoPlasticityModelFactory.cc (+1 -1), ViscoPlasticityModelFactory.h (new), VonMisesYield.cc (new), VonMisesYield.h (new), YieldCondition.cc (+1 -1), YieldCondition.h (+1 -1), YieldConditionFactory.cc (+1 -1), YieldConditionFactory.h (new), ZAPlastic.cc (new), ZAPlastic.h (new), ZAPolymer.cc (new), ZAPolymer.h (new), sub.mk (new)
guilkey 2011-07-24 16:36 Rev.: 47377

Use proc0cout in place of cerr to reduce spew.

13 lines of code changed in 3 files:

  • CCA/Components/MPM/ConstitutiveModel/PlasticityModels: DamageModelFactory.cc (+5 -3), SpecificHeatModelFactory.cc (+4 -3), StabilityCheckFactory.cc (+4 -3)
jsutherland 2011-07-12 23:04 Rev.: 47324

Eliminate "using namespace std" and similar from header files. That is a big no-no!

5 lines of code changed in 5 files:

  • CCA/Components/MPM/ConstitutiveModel/PlasticityModels: JohnsonCookPlastic.cc (+1), MieGruneisenEOS.cc (+1), StabilityCheckFactory.cc (+1), ZAPlastic.cc (+1), ZAPolymer.cc (+1)
guilkey 2011-06-19 22:03 Rev.: 47279

Remove the const from several functions, e.g. addComputesAndRequires, to be compatible
with the base class declaration. Most of these functions are empty.

32 lines of code changed in 9 files:

  • CCA/Components/MPM/ConstitutiveModel/PlasticityModels: IsoHardeningPlastic.cc (+4 -4), IsoHardeningPlastic.h (+4 -4), JohnsonCookPlastic.cc (+4 -5), JohnsonCookPlastic.h (+4 -4), MTSPlastic.cc (+4 -6), MTSPlastic.h (+4 -4), PlasticityModel.cc (-1), SCGPlastic.cc (+4 -4), SCGPlastic.h (+4 -4)
guilkey 2011-05-04 08:17 Rev.: 47145

Put ifdef Comer back into UCNH.

0 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel/PlasticityModels: IsoHardeningPlastic.cc (-3)
harman 2011-04-01 14:17 Rev.: 47035

Implemented the correct equations.
Cleaned out the dead wood.
Throw exceptions when T < 0 or ep < 0.
Throw exceptions if functions

163 lines of code changed in 2 files:

  • CCA/Components/MPM/ConstitutiveModel/PlasticityModels: ZAPolymer.cc (+128 -220), ZAPolymer.h (+35 -148)
harman 2011-03-31 15:17 Rev.: 47032

Initial commit of the Zerilli-Armstrong Polymer plasticity mode.
This code is just a copy of the Zerilli-Armstrong Strain rate dependent plasticity
mode.

594 lines of code changed in 4 files:

  • CCA/Components/MPM/ConstitutiveModel/PlasticityModels: PlasticityModelFactory.cc (+6), ZAPolymer.cc (+321), ZAPolymer.h (+266), sub.mk (+1)
harman 2011-03-31 14:17 Rev.: 47030

PlasticityModel.h
- replaced most of the virtual function() = 0 with virtual function (){},
so you don't have to declare empty functions in every model.cc/.h files.

ZAPlastic.cc/.h
- removed all empty virtual functions

This will not change the answers

14 lines of code changed in 3 files:

  • CCA/Components/MPM/ConstitutiveModel/PlasticityModels: PlasticityModel.h (+14 -15), ZAPlastic.cc (-82), ZAPlastic.h (-46)
guilkey 2011-03-28 12:14 Rev.: 47004

Make ElasticPlasticHP the model that is returned if elastic_plastic or
elastic_plastic_hp is specified in the input file. Also, make
MieGruneisenEOSEnergy be the EOS returned if mie-gruneisen is called for
in the input file.

This will change the answers in a few RT problems.

4 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel/PlasticityModels: MPMEquationOfStateFactory.cc (+4 -4)
guilkey 2011-03-23 12:12 Rev.: 46989

Make the model valid for spherical tension.

17 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel/PlasticityModels: MieGruneisenEOSEnergy.cc (+17 -10)
guilkey 2011-02-18 16:34 Rev.: 46867

Adding more readable (and more correct?) comments to the ZAPlastic.h code to
describe the equations governing the model. Courtesy of KC.

46 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel/PlasticityModels: ZAPlastic.h (+46 -39)
guilkey 2011-01-07 19:19 Rev.: 46676

Fix a minor error in the documentation

1 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel/PlasticityModels: MieGruneisenEOS.h (+1 -1)
Generated by StatSVN 0.4.0