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

Total Files:
58
Deleted Files:
0
Lines of Code:
35954

[root]/Packages/Uintah/CCA/Components/MPM/ConstitutiveModel
                            directory in repo PlasticityModels (43 files, 6590 lines)
                            directory in repo UnusedCM (8 files, 1579 lines)

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 216 (100.0%) 9621 (100.0%) 44.5
guilkey 122 (56.5%) 5875 (61.1%) 48.1
ffjhl 28 (13.0%) 3689 (38.3%) 131.7
jas 47 (21.8%) 29 (0.3%) 0.6
harman 17 (7.9%) 24 (0.2%) 1.4
luitjens 1 (0.5%) 3 (0.0%) 3.0
banerjee 1 (0.5%) 1 (0.0%) 1.0

Most Recent Commits

ffjhl 2008-12-29 18:49 Rev.: 42801

Failed particleIDs now print properly for ViscoPlastic and CNHDamge
thanks to Jim for the tip. Improved documentation on the SUVIC-I model.

0 lines of code changed in 10 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: CNHDamage.cc (changed), CNHDamage.h (new), CNHPDamage.cc (changed), ViscoPlastic.cc (changed), ViscoPlastic.h (new)
ffjhl 2008-12-28 03:02 Rev.: 42793

In ComputeStressTensor, make sure states of failed (localized) particles
do not change for both explicit and implicit in iterations or subsequent
timesteps. Noticed that explicit incurrs large error so implicit version
is preferred.

50 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: ViscoPlastic.cc (+50 -37)
ffjhl 2008-12-25 14:11 Rev.: 42781

For implicit, use addSharedCRForImplicitHypo.

4 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: ViscoPlastic.cc (+4 -3)
ffjhl 2008-12-25 00:01 Rev.: 42780

changed failure criteria to NOT use absolute values.
Now tension and compression are differentiated.
Trying to print out failed particleIDs... need more work there.

15 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: CNHDamage.cc (+10 -5), CNHDamage.h (+2 -1), CNHPDamage.cc (+2 -2), ViscoPlastic.cc (+1)
ffjhl 2008-12-24 19:02 Rev.: 42779

added failure by stress, example file is suvic_10minus4_failure.ups

235 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: ViscoPlastic.cc (+200 -136), ViscoPlastic.h (+35 -5)
ffjhl 2008-12-23 23:36 Rev.: 42777

cleaned up the code a bit, cosmetic only.

3 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: ViscoPlastic.cc (+3 -28)
ffjhl 2008-12-14 22:02 Rev.: 42712

Initial commit of SUVIC-I, a viscoplastic model for ice.
The code compiles but still has problems adapting to the current
version of Uintah.

3367 lines of code changed in 6 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: ConstitutiveModelFactory.cc (+4), ViscoPlastic.cc (+2988), ViscoPlastic.h (+374), sub.mk (new)
ffjhl 2008-12-13 12:41 Rev.: 42710

Fixed a typo cm_ps->setAttribute("type","cnh_damage"); so restart works.

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: CNHDamage.cc (+1 -1)
ffjhl 2008-12-11 13:50 Rev.: 42693

added "failure_by_stress",d_epsf.failureByStress, so failure
due to stress is possible.

14 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: CNHDamage.cc (+13 -3), CNHDamage.h (+1)
guilkey 2008-12-03 12:59 Rev.: 42653

Remove the isothermal stuff, and fix the calculation of dev_se to be
stress*strain_rate, not strain_rate*strain_rate.

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: ElasticPlasticHP.cc (changed)
guilkey 2008-12-02 15:34 Rev.: 42648

Make these two files look a little more alike as they should be.

70 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: CNHDamage.cc (+53 -53), CompNeoHook.cc (new)
guilkey 2008-12-02 15:05 Rev.: 42647

Only need to #include Allocator.h once.

0 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: CompNeoHook.cc (-1)
guilkey 2008-12-01 16:15 Rev.: 42637

Compute temperature increments individually, instead of from the energy
increment.

11 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: ElasticPlasticHP.cc (+11 -15)
guilkey 2008-11-25 18:28 Rev.: 42593

Changes based on feedback from Scott Bardenhagen.

10 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: ElasticPlasticHP.cc (+10 -17)
guilkey 2008-11-24 17:59 Rev.: 42575

Adding a high pressure version of the ElasticPlastic model. This
attempts to do a better job of accounting for energy in high rate
MPM simulations and uses an energy form of the MieGruneisen EOS.
This included adding an "energy" field to the PlasticityState.

3878 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: ConstitutiveModelFactory.cc (+4), ElasticPlasticHP.cc (+3415), ElasticPlasticHP.h (new 458), sub.mk (+1)
guilkey 2008-11-05 17:00 Rev.: 42416

Add capabilities for axi-symmetric calculations with most material models.

257 lines of code changed in 29 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: CNHDamage.cc (+21 -8), CNHPDamage.cc (+24 -8), CompMooneyRivlin.cc (+13 -3), CompNeoHook.cc (+14 -4), CompNeoHookPlas.cc (+12 -3), ElasticPlastic.cc (new), HypoElasticPlastic.cc (+16 -7), IdealGasMP.cc (+14 -4), MWViscoElastic.cc (+17 -4), SmallStrainPlastic.cc (new), SoilFoam.cc (+14 -4), TransIsoHyper.cc (+14 -3), ViscoSCRAMHotSpot.cc (new), ViscoScram.cc (new), ViscoTransIsoHyper.cc (new), Water.cc (new)
guilkey 2008-11-04 19:34 Rev.: 42409

Complete initial implementation of axi-symmetric MPM. Currently this
only works with the HypoElastic (hypo_elastic) material model, but
extension to the other models should be simple and will be forthcoming,
as will an example input file.

43 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: ConstitutiveModel.h (+21), HypoElastic.cc (+22 -11)
guilkey 2008-10-11 09:29 Rev.: 42234

Turn on heating due to dissipation resulting from artificial
viscosity. This will change the results for those tests that
use these models.

3 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: ElasticPlastic.cc (+1 -1), HypoElasticPlastic.cc (+1 -1), SmallStrainPlastic.cc (+1 -1)
guilkey 2008-09-24 13:15 Rev.: 42160

Use old artificial viscosity code but in the newer framework.

13 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: IdealGasMP.cc (+13 -13)
guilkey 2008-09-17 11:37 Rev.: 42127

Delete some commented out code.

0 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: ElasticPlastic.cc (-16)

(29 more)

Generated by StatSVN 0.4.0