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

Total Files:
71
Deleted Files:
0
Lines of Code:
9079

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 181 (100.0%) 1664 (100.0%) 9.1
banerjee 31 (17.1%) 1001 (60.2%) 32.2
jas 88 (48.6%) 488 (29.3%) 5.5
dav 38 (21.0%) 138 (8.3%) 3.6
worthen 24 (13.3%) 37 (2.2%) 1.5

Most Recent Commits

worthen 2006-06-02 15:23 Rev.: 34405

Prep configure to run under cygwin. Not quite ready yet.

Windows port of Uintah. Currently does not support Arches or Radiation (due to lack of fortran).

37 lines of code changed in 24 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels: GursonYield.cc (+4), IsoHardeningPlastic.h (+1 -1), JohnsonCookPlastic.cc (+6), JohnsonCookPlastic.h (new), MTSPlastic.h (+1 -1), NPShear.cc (+6), PTWPlastic.cc (+5), PTWPlastic.h (+1 -1), SCGPlastic.cc (new), SCGPlastic.h (new), ZAPlastic.cc (new), ZAPlastic.h (+1 -1)
banerjee 2006-04-23 20:18 Rev.: 33971

Added math.h for IRIX compile.

0 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels: CopperCp.cc (new), SteelCp.cc (changed)
banerjee 2006-04-22 19:00 Rev.: 33967

Added:

Specific Heat Models
BPS melting model
Updates to Johnson-Cook and MTS plasticity models.
Update of PlasticityState.
Update of NP shear modulus model.
Update of Mie-Gruneisen EOS.
Update of Validation routines and data.

1001 lines of code changed in 27 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels: BPSMeltTemp.cc (new 98), BPSMeltTemp.h (new 56), ConstantCp.cc (new 32), ConstantCp.h (new 41), CopperCp.cc (+69), CopperCp.h (new 70), JohnsonCookPlastic.cc (+35 -21), MTSPlastic.cc (new), MTSPlastic.h (+10), MeltingTempModelFactory.cc (new), MieGruneisenEOS.cc (+11 -8), NPShear.cc (+1 -1), PlasticityState.cc (new), PlasticityState.h (new), SpecificHeatModel.cc (new 13), SpecificHeatModel.h (new 43), SpecificHeatModelFactory.cc (new 73), SpecificHeatModelFactory.h (new 29), SteelCp.cc (+84), SteelCp.h (new 76), sub.mk (+7 -1)
jas 2006-03-10 16:42 Rev.: 33474

Do not overwrite the C1 and C1 values during outputProblemSpec.

0 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels: SCGPlastic.cc (-2)
dav 2006-02-16 18:50 Rev.: 33291

Major update:
------------
Simplified the (XML) calls appendElement() and appendChild() by
removing the embedded newline and tab parameters. The XML outputer
(libxml2) will indent things properly without them. Also cleaned up
the ProblemSpec.cc file to remove the appendText() call which was
commented out and thus not doing anything.

Minor updates:
-------------
In some files placed the function return type on a separate line.

In StandAlone, sus requires Core/Datatypes (because of a circular
dependency that will be removed soon... however, this allows sus to
run on the SGI's for now).

Removed extra ";" from the end of MMS class constructors.

Added field name to ScalarMinMax (which I only partially checked in before).

Some restructuring of CompareMMS.cc, but it is not functional yet.

138 lines of code changed in 38 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels: BeckerCheck.cc (+1 -2), ConstantMeltTemp.cc (+1 -1), ConstantShear.cc (+1 -1), DefaultHypoElasticEOS.cc (+1 -1), DruckerBeckerCheck.cc (new), DruckerCheck.cc (+1 -2), GursonYield.cc (+6 -6), HancockMacKenzieDamage.cc (new), IsoHardeningPlastic.cc (+3 -3), JohnsonCookDamage.cc (+8 -8), JohnsonCookPlastic.cc (+9 -9), MTSPlastic.cc (+24 -24), MTSShear.cc (new), MieGruneisenEOS.cc (+4 -4), NPShear.cc (+6 -6), NoneCheck.cc (+1 -1), PTWPlastic.cc (+13 -13), PTWShear.cc (new), SCGMeltTemp.cc (new), SCGPlastic.cc (+24 -29), SCGShear.cc (+4 -4), VonMisesYield.cc (+1 -1), ZAPlastic.cc (+13 -13)
jas 2006-02-06 14:21 Rev.: 33169

Fix misspellings of shear in outputProblemSpec.

5 lines of code changed in 5 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels: ConstantShear.cc (+1 -1), MTSShear.cc (+1 -1), NPShear.cc (+1 -1), PTWShear.cc (+1 -1), SCGShear.cc (+1 -1)
jas 2006-02-06 13:10 Rev.: 33165

Add a dummy NoneCheck which will dump out the problem spec when
none is declared in the StabilityCheck. Add a doIt() which returns true
for all "real" StabilityChecks, but is false for NoneCheck. Instead of
checking (!d_stability) use (d_stability->doIt()).

112 lines of code changed in 7 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels: NoneCheck.cc (+39), NoneCheck.h (new 61), StabilityCheck.h (new), StabilityCheckFactory.cc (new), sub.mk (+1)
jas 2006-02-03 11:53 Rev.: 33150

Write out the problemSpecification for various pieces of a material that are
needed for restarting.

371 lines of code changed in 75 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels: BeckerCheck.cc (+7), BeckerCheck.h (new), ConstantMeltTemp.cc (+7), ConstantMeltTemp.h (+2), ConstantShear.cc (+7), ConstantShear.h (new), DamageModel.h (+4), DefaultHypoElasticEOS.cc (+7), DefaultHypoElasticEOS.h (new), DruckerBeckerCheck.cc (+9), DruckerBeckerCheck.h (+2), DruckerCheck.cc (+7), DruckerCheck.h (+2), GursonYield.cc (+12), GursonYield.h (+2), HancockMacKenzieDamage.cc (+10), HancockMacKenzieDamage.h (+2), IsoHardeningPlastic.cc (+8), IsoHardeningPlastic.h (+2), JohnsonCookDamage.cc (+15), JohnsonCookDamage.h (new), JohnsonCookPlastic.cc (+16), JohnsonCookPlastic.h (+2), MPMEquationOfState.h (new), MTSPlastic.cc (+32), MTSPlastic.h (+2), MTSShear.cc (+11), MTSShear.h (new), MeltingTempModel.h (+4), MieGruneisenEOS.cc (+9), MieGruneisenEOS.h (+2), NPShear.cc (+13), NPShear.h (new), PTWPlastic.cc (+21), PTWPlastic.h (+2), PTWShear.cc (+12), PTWShear.h (new), PlasticityModel.h (new), SCGMeltTemp.cc (+11), SCGMeltTemp.h (+2), SCGPlastic.cc (+47), SCGPlastic.h (+2), SCGShear.cc (+11), SCGShear.h (+2), ShearModulusModel.h (new), StabilityCheck.h (+4), VonMisesYield.cc (+7), VonMisesYield.h (+2), YieldCondition.cc (+1), YieldCondition.h (+4), ZAPlastic.cc (+22), ZAPlastic.h (+2)
Generated by StatSVN 0.4.0