/trunk/src Developers: guilkey

Login name:
guilkey
Total Commits:
302 (3.9%)
Lines of Code:
13141 (8.2%)
Most Recent Commit:
2008-12-23 21:58

Activity by Clock Time

Activity by Hour of Day for guilkey

Activity by Day of Week for guilkey

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 302 (100.0%) 13141 (100.0%) 43.5
Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/ 122 (40.4%) 5875 (44.7%) 48.1
Packages/Uintah/CCA/Components/Angio/ 12 (4.0%) 3167 (24.1%) 263.9
Packages/Uintah/doc/MPM/ 6 (2.0%) 2510 (19.1%) 418.3
Packages/Uintah/CCA/Components/MPM/ 60 (19.9%) 414 (3.2%) 6.9
Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels/ 18 (6.0%) 258 (2.0%) 14.3
Packages/Uintah/CCA/Components/MPM/HeatConduction/ 8 (2.6%) 243 (1.8%) 30.3
Packages/Uintah/Core/Labels/ 4 (1.3%) 231 (1.8%) 57.7
Packages/Uintah/CCA/Components/Models/HEChem/ 6 (2.0%) 143 (1.1%) 23.8
Packages/Uintah/StandAlone/tools/puda/ 9 (3.0%) 123 (0.9%) 13.6
Packages/Uintah/Core/Grid/ 4 (1.3%) 56 (0.4%) 14.0
Packages/Uintah/CCA/Components/MPM/ParticleCreator/ 12 (4.0%) 41 (0.3%) 3.4
Packages/Uintah/Core/GeometryPiece/ 8 (2.6%) 39 (0.3%) 4.8
Packages/Uintah/StandAlone/ 5 (1.7%) 16 (0.1%) 3.2
Packages/Uintah/CCA/Components/SimulationController/ 2 (0.7%) 10 (0.1%) 5.0
Packages/Uintah/CCA/Components/Parent/ 5 (1.7%) 7 (0.1%) 1.4
Packages/Uintah/StandAlone/tools/pfs/ 5 (1.7%) 4 (0.0%) 0.8
Core/Containers/ 1 (0.3%) 2 (0.0%) 2.0
Packages/Uintah/CCA/Components/MPMArches/ 1 (0.3%) 1 (0.0%) 1.0
Packages/Uintah/CCA/Components/ 1 (0.3%) 1 (0.0%) 1.0
Packages/Uintah/StandAlone/UintahUI/ 2 (0.7%) 0 (0.0%) 0.0
Packages/Uintah/CCA/Components/OnTheFlyAnalysis/ 2 (0.7%) 0 (0.0%) 0.0
Packages/Uintah/CCA/Components/MPMICE/ 1 (0.3%) 0 (0.0%) 0.0
Packages/Uintah/CCA/Components/MPM/PhysicalBC/ 2 (0.7%) 0 (0.0%) 0.0
Packages/Uintah/CCA/Components/MPM/Contact/ 2 (0.7%) 0 (0.0%) 0.0
Packages/Uintah/CCA/Components/ICE/Matlab/ 2 (0.7%) 0 (0.0%) 0.0
Core/ImportExport/ 2 (0.7%) 0 (0.0%) 0.0

Activity of guilkey

Most Recent Commits

guilkey 2008-12-23 21:58 Rev.: 42775

Make the Save Calculated Data button output geometry data in xml
format suitable for inclusion in a ups file.

0 lines of code changed in 2 files:

  • Packages/Uintah/StandAlone/UintahUI: ParticleList.java (new)
guilkey 2008-12-22 18:21 Rev.: 42771

Reduce the size of tol in the cylinder BC to be dxpp.minComponent
instead of the length of dxpp. The old way will almost certainly
get multiple layers of particles, which isn't the end of the world,
but isn't great either.

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM/PhysicalBC: PressureBC.cc (new)
guilkey 2008-12-13 13:56 Rev.: 42711

Add GeometryPiece to the sub.mk. Thanks John.

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/OnTheFlyAnalysis: sub.mk (changed)
guilkey 2008-12-12 18:23 Rev.: 42706

Fixed the eval_dp_dJ function to be consistent with the previous change.

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels: MieGruneisenEOSEnergy.cc (changed)
guilkey 2008-12-12 17:38 Rev.: 42704

Adding higher order terms to the calculation of pressure.

20 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels: MieGruneisenEOSEnergy.cc (+17 -7), MieGruneisenEOSEnergy.h (new)
guilkey 2008-12-12 15:27 Rev.: 42703

Improved the description of how to use this script.

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/ICE/Matlab: ThomsenHartka.m (changed)
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.

40 lines of code changed in 7 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: ElasticPlasticHP.cc (+11 -15)
  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels: MPMEquationOfState.cc (+11 -1), MPMEquationOfState.h (new), MieGruneisenEOSEnergy.cc (+6 -7), MieGruneisenEOSEnergy.h (+5 -6)
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.

4087 lines of code changed in 11 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: ConstitutiveModelFactory.cc (+4), ElasticPlasticHP.cc (+3415), ElasticPlasticHP.h (new 458), sub.mk (+1)
  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels: MieGruneisenEOSEnergy.cc (+100), MieGruneisenEOSEnergy.h (+102), PlasticityState.cc (new), PlasticityState.h (new), sub.mk (+1)
guilkey 2008-11-17 13:52 Rev.: 42518

Forgot this one too...

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM: ImpMPMFlags.h (changed)
guilkey 2008-11-17 13:51 Rev.: 42517

Forgot this file earlier...

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM: MPMFlags.h (new)
guilkey 2008-11-17 13:42 Rev.: 42516

Push myworld into MPMFlags so that Todd doesn't have to see so many
error messages.

0 lines of code changed in 10 files:

  • Packages/Uintah/CCA/Components/MPM: AMRMPM.cc (changed), ImpMPM.cc (changed), ImpMPMFlags.cc (changed), MPMFlags.cc (new), SerialMPM.cc (new)
guilkey 2008-11-11 20:00 Rev.: 42473

Remove commented out code.

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM: SerialMPM.h (changed)
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.

108 lines of code changed in 9 files:

  • Packages/Uintah/CCA/Components/MPM: SerialMPM.cc (+52 -25)
  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: ConstitutiveModel.h (+21), HypoElastic.cc (+22 -11)
  • Packages/Uintah/CCA/Components/MPM/ParticleCreator: ParticleCreator.cc (new), ParticleCreator.h (+1)
guilkey 2008-11-03 16:35 Rev.: 42386

Add axisymmetric flag, also put the AMR flag in the outputProblemSpec.
Axisymmetric MPM code to follow.

5 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM: MPMFlags.cc (+4), MPMFlags.h (+1)
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)

(74 more)

Generated by StatSVN 0.4.0