Directory Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels/

Total Files:
34
Deleted Files:
0
Lines of Code:
5227

[root]/Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels
                                directory in repo Validation (110 files, 9003 lines)

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 115 (100.0%) 3227 (100.0%) 28.0
banerjee 84 (73.0%) 2560 (79.3%) 30.4
anup 4 (3.5%) 591 (18.3%) 147.7
dgroulx 18 (15.7%) 35 (1.1%) 1.9
dav 4 (3.5%) 28 (0.9%) 7.0
jas 3 (2.6%) 7 (0.2%) 2.3
worthen 1 (0.9%) 3 (0.1%) 3.0
jones 1 (0.9%) 3 (0.1%) 3.0

Most Recent Commits

dgroulx 2005-07-12 12:26 Rev.: 31087

Added two arguments to the end of all exception constructors, __FILE__ and __LINE__ for use in printing out meaningful exception info when exceptions are broken.

35 lines of code changed in 18 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels: DamageModelFactory.cc (new), MPMEquationOfStateFactory.cc (+4 -4), MTSPlastic.cc (+1 -1), MTSShear.cc (+1 -1), MeltingTempModelFactory.cc (new), PlasticityModelFactory.cc (+4 -4), ShearModulusModelFactory.cc (+8 -4), StabilityCheckFactory.cc (+3 -3), YieldConditionFactory.cc (new)
banerjee 2005-07-09 13:52 Rev.: 31071

ElasticPlastic: Got rid of SGI warnings for devStressOld.
MTSPlastic: Got rid of SGI warnings related to old pMTS stuff.
Replaced forward euler for sigma_e with midpoint rule
to spped things up.
NPShear: Added check for finiteness of J = exp(x).

85 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels: MTSPlastic.cc (+75 -46), NPShear.cc (new)
banerjee 2005-07-04 16:56 Rev.: 30979

Remove internal variable evolution so that this model can be run
with implicit MPM.

114 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels: MTSPlastic.cc (+112 -57), MTSPlastic.h (new)
banerjee 2005-07-03 16:19 Rev.: 30978

Avoid division by zero.

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels: ZAPlastic.cc (new)
banerjee 2005-07-03 11:17 Rev.: 30974

Remove ASSERTs.

10 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels: ZAPlastic.cc (+10 -27)
banerjee 2005-07-01 19:22 Rev.: 30964

1) ElasticPlastic.cc :

a) delT bug fixed - delT was never initialized in the implicit
stress update.
b) Shear modulus and melt temperature bug fixed - the wrong
functions were being called.

2) NPshear.cc:

a) Set the maax shear modulus (at T = 0) to input mu_0.

23 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels: NPShear.cc (+23 -22)
banerjee 2005-06-29 12:55 Rev.: 30904

Another set of bug fixes. The Johnson-Cook and MTS models have been
thoroughly tested again and found running correctly at this version.
(in conjunction with the Mie-Gruneisen EOS and NPShear).

178 lines of code changed in 30 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels: IsoHardeningPlastic.cc (+10), IsoHardeningPlastic.h (new), JohnsonCookPlastic.cc (+8), JohnsonCookPlastic.h (new), MTSPlastic.cc (+73 -14), MTSPlastic.h (+15), MieGruneisenEOS.cc (new), NPShear.cc (+1 -1), PTWPlastic.cc (new), PTWPlastic.h (new), PlasticityModel.h (+5), PlasticityState.cc (+5), PlasticityState.h (+1), SCGPlastic.cc (+8), SCGPlastic.h (new), ZAPlastic.cc (+8), ZAPlastic.h (+5)
banerjee 2005-06-10 18:45 Rev.: 30673

Fixed bugs in the implicit version of HypoeElasticPlastic and ElasticPlastic.
Added volume to the state structure.
Fixed long standing bug in the internal energy calculation in
Mie-Gruneisen EOS.

21 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels: JohnsonCookPlastic.cc (+8 -2), MieGruneisenEOS.cc (+1 -1), PlasticityState.cc (+10), PlasticityState.h (+2)
banerjee 2005-06-08 17:30 Rev.: 30631

1) Added implicit stress updates for ElasticPlastic and HypoElasticPlastic.
2) Small bugs fixes for NPShear and SCGMelt.
3) ImpMPM now saves the old temperature in pTempPrev.
4) ImplicitCM now requires delT and old volume in the shared adds
and requires for implicit calcs.
5) Got rid of pSpvol in SerialMPM.

25 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels: NPShear.cc (+23 -20), SCGMeltTemp.cc (+2)
dav 2005-06-08 16:23 Rev.: 30625

Additional commits towards the updating of the FakeArches stuff to handle the addition John made of the Components library. (Also adding updated .h file I forgot to commit in last batch.)

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels: ZAPlastic.h (+1 -2)
dav 2005-06-08 16:19 Rev.: 30624

Updates to sub.mk files and to FakeArches to make sus compile on the Mac (and on IBM (Frost)). FakeArches.cc is now used by the new CCA/Components library in addition to sus, so I've moved it into the Components directory and make it part of that library. Adjusted the useFakeArches.pl script to handle this. Updated (added necessary dependent libraries for Mac) and cleaned up sub.mk files. useFake[Other] scripts still need to be updated. Replaced relative #includes in some files with absolute (using <> instead of quotes). Added the mac gcc3.3 hack for isnan to a few files.

27 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels: JohnsonCookPlastic.cc (+8 -2), SCGPlastic.cc (+10 -2), ZAPlastic.cc (+9 -2)
banerjee 2005-05-13 18:01 Rev.: 30185

Cleaned up compile warnings on muse.
Removed tabs.

123 lines of code changed in 12 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels: HancockMacKenzieDamage.cc (+9 -9), IsoHardeningPlastic.cc (+3 -3), JohnsonCookPlastic.cc (+11 -11), MTSPlastic.cc (+5 -5), PTWPlastic.cc (+31 -31), SCGPlastic.cc (+6 -6), VonMisesYield.cc (+24 -24), VonMisesYield.h (new), ZAPlastic.cc (+10 -10)
banerjee 2005-05-13 13:53 Rev.: 30174

If newton iterations do not converge use bisection to find
the thermally activated part of the yield stress.

120 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels: SCGPlastic.cc (+119 -62), SCGPlastic.h (+1 -1)
banerjee 2005-05-12 15:05 Rev.: 30158

Fixed bugs. Added methods for strain rate computation.
Added methods for Newton iterations in ElasticPlastic.cc

1861 lines of code changed in 23 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels: IsoHardeningPlastic.cc (+50 -39), IsoHardeningPlastic.h (+59 -50), JohnsonCookPlastic.cc (+52 -6), JohnsonCookPlastic.h (+30 -21), MTSPlastic.cc (+110 -39), MTSPlastic.h (+102 -84), NPShear.cc (+10 -1), PTWPlastic.cc (+287 -58), PTWPlastic.h (+49 -30), PTWShear.cc (+2 -1), PlasticityModel.h (+45 -25), PlasticityModelFactory.cc (+6 -7), PlasticityState.cc (+40), PlasticityState.h (+3), SCGPlastic.cc (+295 -5), SCGPlastic.h (+96 -33), SCGShear.cc (+4 -2), ZAPlastic.cc (+352), ZAPlastic.h (+268), sub.mk (+1 -1)
jas 2005-04-29 11:45 Rev.: 30030

Revert single large Uintah_Core.so to smaller Uintah_Core_*.so.

5 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels: sub.mk (+5 -1)
jas 2005-04-27 13:40 Rev.: 29989

Convert all libraries under the Uintah_Core_ to a single Uintah_Core.so.

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels: sub.mk (+1 -5)
jas 2005-04-13 10:26 Rev.: 29788

Don't break the string that is in ProblemSetupException().

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels: PlasticityModelFactory.cc (+1 -2)
anup 2005-04-12 15:30 Rev.: 29775

Added ZerilliArmstrong plasticity model.

19 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels: PlasticityModelFactory.cc (+18 -7), sub.mk (+1)
anup 2005-04-12 15:28 Rev.: 29774

First cut for Zerilli-Armstrong model.

572 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels: ZerilliArmstrongPlastic.cc (new 325), ZerilliArmstrongPlastic.h (new 247)
worthen 2005-03-02 14:21 Rev.: 29058

Use Core/Grid/Variables instead of Core/Variables, and satisfy picky Mac linker

3 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels: PlasticityModel.h (+3 -3)

(1 more)

Generated by StatSVN 0.4.0