Directory CCA/Components/MPM/ConstitutiveModel/

Total Files:
42
Deleted Files:
2
Lines of Code:
34404

[root]/CCA/Components/MPM/ConstitutiveModel
                    directory in repo Biswajit (7 files, 8308 lines)
                        directory in repo Models (4 files, 501 lines)
                    directory in repo PlasticityModels (29 files, 7777 lines)
                        directory in repo Validation (1 files, 1870 lines)
                    directory in repo UnusedCM (6 files, 6692 lines)

Lines of Code

CCA/Components/MPM/ConstitutiveModel/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 132 (100.0%) 4299 (100.0%) 32.5
austin 7 (5.3%) 2870 (66.8%) 410.0
guilkey 81 (61.4%) 927 (21.6%) 11.4
kamojjala 5 (3.8%) 315 (7.3%) 63.0
colovos 8 (6.1%) 159 (3.7%) 19.8
jsutherland 25 (18.9%) 28 (0.7%) 1.1
jas 4 (3.0%) 0 (0.0%) 0.0
harman 2 (1.5%) 0 (0.0%) 0.0

Most Recent Commits

jas 2013-12-17 15:36 Rev.: 51394

Reverting the use of Boost to perform file and directory copies for restarting.

0 lines of code changed in 4 files:

  • CCA/Components/MPM/ConstitutiveModel: MurnaghanMPM.cc (changed), MurnaghanMPM.h (changed)
colovos 2013-12-06 05:31 Rev.: 51363

Add variability and scale effects to Arenisca. A seed of zero turns off variability.
The max number of substeps has been changed to 100 from 15000 for speed.
The tolerance has been changed from 1e-9 to 1e-6 for speed.

0 lines of code changed in 4 files:

  • CCA/Components/MPM/ConstitutiveModel: Arenisca.cc (changed), Arenisca.h (new)
guilkey 2013-11-25 15:05 Rev.: 51337

A few more additions to the Thomsen-Hartka water model.

0 lines of code changed in 2 files:

  • CCA/Components/MPM/ConstitutiveModel: TH_Water.cc (new)
jsutherland 2013-10-31 19:36 Rev.: 51196

This one has been a long time coming.

Rip out the standard namespace opening that has been polluting header files throughout the framework. This crept into all sorts of places.

DO NOT open namespaces in header files. Ever.

28 lines of code changed in 25 files:

  • CCA/Components/MPM/ConstitutiveModel: Arenisca.h (+1 -1), CNH_MMS.cc (+1 -1), ConstitutiveModel.cc (new), ConstitutiveModel.h (+12 -12), ConstitutiveModelFactory.cc (+1 -4), Diamm.h (+2 -2), HypoElastic.h (new), JWLppMPM.h (new), Kayenta.h (new), NonLocalDruckerPrager.h (new), ShellMaterial.cc (new), ViscoTransIsoHyperImplicit.cc (new), ViscoTransIsoHyperImplicit.h (new)
guilkey 2013-10-14 15:47 Rev.: 51079

Add the Thomsen-Hartka water model files.

584 lines of code changed in 2 files:

  • CCA/Components/MPM/ConstitutiveModel: TH_Water.cc (+427), TH_Water.h (new 157)
guilkey 2013-10-14 15:15 Rev.: 51078

Adding the Thomsen-Hartka model for water to the MPM constitutive models.

6 lines of code changed in 5 files:

  • CCA/Components/MPM/ConstitutiveModel: ConstitutiveModelFactory.cc (+4), UCNH.cc (-1), sub.mk (+2 -1)
austin 2013-08-12 08:51 Rev.: 50795

Fixed some couts that were not commented out.

10 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel: Arenisca.cc (+10 -10)
austin 2013-08-11 10:59 Rev.: 50792

Added rate dependence stuff for Hamid

193 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel: Arenisca.cc (+193 -11)
harman 2013-08-07 16:34 Rev.: 50784

Moved delete defState downstream to the bottom of the particle loop.

Previously, defState was deleted and then passed into a function.

0 lines of code changed in 2 files:

  • CCA/Components/MPM/ConstitutiveModel: ElasticPlasticHP.cc (changed)
guilkey 2013-07-16 17:46 Rev.: 50729

Carry forward value for pLocalized_new so that it is not allowed to be randomly
initialized.

7 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel: Arenisca.cc (+7 -11)
colovos 2013-07-09 08:14 Rev.: 50669

updated arenisca for optional constitutive model inputs

26 lines of code changed in 2 files:

  • CCA/Components/MPM/ConstitutiveModel: Arenisca.cc (+19 -16), Arenisca.h (+7 -7)
austin 2013-05-24 13:56 Rev.: 50340

Checking in Arenisca for Homel. Also made changes to the test suite and its post processing.

2 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel: Arenisca.cc (+2 -2)
austin 2013-05-13 11:21 Rev.: 50258

Committing Michaels elliptical cap Arenisc. -Dave A.

229 lines of code changed in 2 files:

  • CCA/Components/MPM/ConstitutiveModel: Arenisca.cc (+210 -860), Arenisca.h (+19 -71)
guilkey 2013-05-02 15:27 Rev.: 50201

1. Make the default for critical stress huge such that this will do nothing
unless a user really intends for something to happen.
2. Replace pow(x,2.) with x*x

3 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel: ElasticPlasticHP.cc (+3 -3)
guilkey 2013-04-18 11:56 Rev.: 50137

Stop compiling the fracture code. Next stop, SL County Landfill.
Remove unneeded include files (Node27 and NodeIterator) from several material
models.

2 lines of code changed in 29 files:

  • CCA/Components/MPM/ConstitutiveModel: Diamm.cc (new), ElasticPlasticHP.cc (-1), HypoElastic.cc (-1), HypoElasticFortran.cc (-1), IdealGasMP.cc (-2), MWViscoElastic.cc (-2), RigidMaterial.cc (-2), ShellMaterial.cc (-1), SoilFoam.cc (-2), TransIsoHyper.cc (new), TransIsoHyperImplicit.cc (new), ViscoPlastic.cc (-1), ViscoScram.cc (new), ViscoScramImplicit.cc (-1), ViscoTransIsoHyper.cc (-2), ViscoTransIsoHyperImplicit.cc (+2 -4)
kamojjala 2013-04-03 09:20 Rev.: 50051

Changing the polar decomposition to polardecompositionRMB in the wrapper

ine, and those below, will be ignored--

M ConstitutiveModel/Kayenta.cc

0 lines of code changed in 2 files:

  • CCA/Components/MPM/ConstitutiveModel: Kayenta.cc (new)
colovos 2013-03-24 16:06 Rev.: 50019

added particle variables for rate dependence in Arenisca

133 lines of code changed in 2 files:

  • CCA/Components/MPM/ConstitutiveModel: Arenisca.cc (+120 -15), Arenisca.h (+13)
austin 2013-03-10 17:46 Rev.: 49966

Committing James Colovos Arenisca to repo. Most current version, compatible with kinematics modifications made to SerialMPM.
-Dave A.

2436 lines of code changed in 2 files:

  • CCA/Components/MPM/ConstitutiveModel: Arenisca.cc (+2288 -1805), Arenisca.h (+148 -19)
guilkey 2013-02-21 15:20 Rev.: 49934

Change the number size of UI, DC and GC arrays.

3 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel: Kayenta.h (+3 -3)
guilkey 2013-02-18 13:20 Rev.: 49908

Set tensorF_new (temporary value of F) to the identity for localized particles
to avoid numerical problems in the polarDecomposition later.

1 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel: ElasticPlasticHP.cc (+1)
kamojjala 2013-02-15 11:54 Rev.: 49898

Updating the UI number in the Weibull parser for PEAKI1I.

1 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel: Kayenta.cc (+1 -1)
kamojjala 2013-02-15 10:08 Rev.: 49894

Updating the Kayenta wrapper to match the updated model.

314 lines of code changed in 2 files:

  • CCA/Components/MPM/ConstitutiveModel: Kayenta.cc (+275 -451), Kayenta.h (+39 -47)
guilkey 2013-02-13 16:19 Rev.: 49881

Move the calculation of velocity gradient and deformation gradient out of the constitutive models,
and just have one version of the code to maintain in SerialMPM.

Other changes:
1. Add the ability to specify a number of subcycles in the calculation of F in the input file. Use the MPM Flag "minimum_subcycles_for_F"
2. Add the option to use an approximation to the exponential to compute the increment in F. Use a negative value for "minimum_subcycles_for_F", with the absolute value being the number of terms in the TS approximation.
3. Disable support for Fracture. Most fracture code persists, but won't work. It will be removed later.

This will definitely break the regression tester, but the differences have been verified to be small, or in some cases limited to the number of checkpoint variables changing (pTempPrevNew has been removed, whose brainchild was that again?).

310 lines of code changed in 31 files:

  • CCA/Components/MPM/ConstitutiveModel: Arenisca.cc (+10 -82), CNH_MMS.cc (+7 -40), CompMooneyRivlin.cc (+10 -118), ConstitutiveModel.cc (+7 -25), Diamm.cc (+11 -65), ElasticPlasticHP.cc (+51 -190), HypoElastic.cc (+23 -235), HypoElasticFortran.cc (+8 -74), IdealGasMP.cc (+8 -121), JWLppMPM.cc (+19 -147), Kayenta.cc (+10 -79), MWViscoElastic.cc (+15 -73), MurnaghanMPM.cc (+9 -48), NonLocalDruckerPrager.cc (+17 -50), P_Alpha.cc (+8 -112), ProgramBurn.cc (+8 -117), SoilFoam.cc (+11 -58), TransIsoHyper.cc (+9 -61), UCNH.cc (+17 -229), ViscoPlastic.cc (+16 -84), ViscoSCRAMHotSpot.cc (new), ViscoScram.cc (+9 -65), ViscoTransIsoHyper.cc (+10 -59), Water.cc (+9 -103)
guilkey 2013-01-24 15:27 Rev.: 49822

Compute volume_new base on Fnew

1 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel: HypoElasticFortran.cc (+1 -1)
guilkey 2013-01-24 14:58 Rev.: 49821

Move the Membrane model to the UnusedCM. Correct volume update in HypoElastic
to use J=det(Fnew).

1 lines of code changed in 5 files:

  • CCA/Components/MPM/ConstitutiveModel: ConstitutiveModelFactory.cc (-4), HypoElastic.cc (+1 -2), Membrane.cc (del), Membrane.h (del), sub.mk (-1)
guilkey 2013-01-24 14:51 Rev.: 49820

Use J from the new F.

1 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel: MWViscoElastic.cc (+1 -1)
guilkey 2013-01-23 23:22 Rev.: 49818

Get this model running again.

8 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel: ViscoTransIsoHyper.cc (+8 -2)
Generated by StatSVN 0.7.0