/trunk/src Developers: banerjee

Login name:
banerjee
Total Commits:
105 (2.2%)
Lines of Code:
6261 (8.2%)
Most Recent Commit:
2007-12-28 18:11

Activity by Clock Time

Activity by Hour of Day for banerjee

Activity by Day of Week for banerjee

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 105 (100.0%) 6261 (100.0%) 59.6
Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/ 4 (3.8%) 3671 (58.6%) 917.7
Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels/ 94 (89.5%) 1446 (23.1%) 15.3
Packages/Uintah/doc/MPM/ 7 (6.7%) 1144 (18.3%) 163.4

Activity of banerjee

Most Recent Commits

banerjee 2007-12-28 18:11 Rev.: 39752

Updated equations of state models and extra kinematic hardening functions.

0 lines of code changed in 24 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels: ArmstrongFrederickKinematicHardening.cc (changed), ArmstrongFrederickKinematicHardening.h (new), DefaultHypoElasticEOS.cc (changed), DefaultHypoElasticEOS.h (new), KinematicHardeningModel.h (changed), MPMEquationOfState.h (changed), MieGruneisenEOS.cc (new), MieGruneisenEOS.h (changed), NoKinematicHardening.cc (new), NoKinematicHardening.h (new), PragerKinematicHardening.cc (new), PragerKinematicHardening.h (new)
banerjee 2007-12-28 17:31 Rev.: 39750

Added theory for equations of state.

0 lines of code changed in 4 files:

  • Packages/Uintah/doc/MPM: MPMMaterialModels.pdf (changed), MPMMaterialModels.tex (changed)
banerjee 2007-12-27 20:31 Rev.: 39737

Theory for the small strain plasticity model.

1144 lines of code changed in 3 files:

  • Packages/Uintah/doc/MPM: SmallStrainPlastic.pdf (new), SmallStrainPlastic.tex (new 656), latexmacros.tex (new 488)
banerjee 2007-12-27 20:20 Rev.: 39736

Small strain plasticity model. Still under revision to include kinematic
hardening.

3600 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: SmallStrainPlastic.cc (new 3147), SmallStrainPlastic.h (new 453)
banerjee 2007-12-27 20:19 Rev.: 39735

Updated yield conditions and kinematic hardening models.

485 lines of code changed in 27 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels: ArmstrongFrederickKinematicHardening.cc (+7 -17), ArmstrongFrederickKinematicHardening.h (+15 -16), GursonYield.cc (new), GursonYield.h (+34 -1), KinematicHardeningModel.cc (new), KinematicHardeningModel.h (+12 -11), NoKinematicHardening.cc (+2 -11), NoKinematicHardening.h (+2 -9), PlasticityModelFactory.cc (new), PlasticityState.cc (new), PlasticityState.h (+4), PragerKinematicHardening.cc (+5 -16), PragerKinematicHardening.h (+35 -9), VonMisesYield.cc (+72), VonMisesYield.h (new), YieldCondition.h (new), sub.mk (new)
banerjee 2007-12-20 16:35 Rev.: 39720

Kinematic hardening models. Not fully tested yet.

796 lines of code changed in 10 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels: ArmstrongFrederickKinematicHardening.cc (+83), ArmstrongFrederickKinematicHardening.h (+104), KinematicHardeningModel.cc (+124), KinematicHardeningModel.h (+114), KinematicHardeningModelFactory.cc (new 66), KinematicHardeningModelFactory.h (new 23), NoKinematicHardening.cc (+66), NoKinematicHardening.h (+64), PragerKinematicHardening.cc (+79), PragerKinematicHardening.h (+73)
banerjee 2007-12-18 15:13 Rev.: 39666

If the <specific_heat_model> tag is absent from the input file then
used the default constant specific heat.

0 lines of code changed in 6 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels: ConstantCp.cc (new), ConstantCp.h (new), SpecificHeatModelFactory.cc (changed)
banerjee 2007-12-18 15:08 Rev.: 39664

If the <damage_model> tag is not specified in the input file then use the
default "null" damage model, i.e., no damage parameter is computed.

142 lines of code changed in 5 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels: DamageModelFactory.cc (new), NullDamage.cc (new 54), NullDamage.h (new 71), sub.mk (+1)
banerjee 2007-12-18 15:02 Rev.: 39663

If the <stability_check> flag is not found in the input file then
default to no check.

0 lines of code changed in 6 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels: NoneCheck.cc (new), NoneCheck.h (new), StabilityCheckFactory.cc (new)
banerjee 2007-12-18 14:55 Rev.: 39662

If the <melt_temp_mode> tag is missing from the input file use a
constant melt temperature. Clearly, this temperature must be
specified elsewhere in the input file.

0 lines of code changed in 6 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels: ConstantMeltTemp.cc (new), ConstantMeltTemp.h (new), MeltingTempModelFactory.cc (new)
banerjee 2007-12-18 14:45 Rev.: 39660

A default constant shear modulus modulus is now used if the tag
<shear_modulus_model> is missing from the input file.

0 lines of code changed in 6 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels: ConstantShear.cc (new), ConstantShear.h (new), ShearModulusModelFactory.cc (changed)
banerjee 2007-12-18 14:35 Rev.: 39658

The input file now automatically makes the linear EOS the default without
requiring an <equation_of_state> tag. Keep that in mind when you create
your input file.

23 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels: DefaultHypoElasticEOS.cc (+4), DefaultHypoElasticEOS.h (+3), MPMEquationOfStateFactory.cc (+16 -6)
banerjee 2007-04-23 00:02 Rev.: 37375

Truncate the number of Maxwell elements only if time-temperature superposition is turned on.

5 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: ViscoScram.cc (+5 -3)
banerjee 2007-04-19 11:32 Rev.: 37353

1) Tested objective rate formulation. Works.
2) Don't allow relaxation times less than the current time step.
Needed when time-temperature superposition is on and
temperature is close to melt temperature.

66 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: ViscoScram.cc (+66 -51)
Generated by StatSVN 0.4.0