Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 343 (100.0%) | 24271 (100.0%) | 70.7 |
Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels/Validation/ | 138 (40.2%) | 11640 (48.0%) | 84.3 |
Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/ | 87 (25.4%) | 8863 (36.5%) | 101.8 |
Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels/ | 84 (24.5%) | 2560 (10.5%) | 30.4 |
Packages/Uintah/StandAlone/ | 6 (1.7%) | 908 (3.7%) | 151.3 |
Packages/Uintah/CCA/Components/MPM/ | 10 (2.9%) | 126 (0.5%) | 12.6 |
Packages/Uintah/tools/ | 1 (0.3%) | 116 (0.5%) | 116.0 |
Packages/Uintah/Core/Math/ | 6 (1.7%) | 35 (0.1%) | 5.8 |
Packages/Uintah/CCA/Components/MPM/ParticleCreator/ | 2 (0.6%) | 12 (0.0%) | 6.0 |
Packages/Uintah/Test/ | 6 (1.7%) | 10 (0.0%) | 1.6 |
Packages/Uintah/CCA/Components/MPM/Contact/ | 1 (0.3%) | 1 (0.0%) | 1.0 |
Packages/Uintah/Test/helpers/ | 2 (0.6%) | 0 (0.0%) | 0.0 |
Updated data and model parameters.
3927 lines of code changed in 31 files:
Adding raw validation data.
1250 lines of code changed in 97 files:
Keeping copies for future reference.
6463 lines of code changed in 10 files:
Changed 1 proc to 1.1 procs. Will that fix the irix RT problem?
0 lines of code changed in 2 files:
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).
89 lines of code changed in 4 files:
Add implicit test for MTS.
1 lines of code changed in 1 file:
Remove internal variable evolution so that this model can be run
with implicit MPM.
114 lines of code changed in 3 files:
Avoid division by zero.
0 lines of code changed in 2 files:
Remove ASSERTs.
10 lines of code changed in 1 file:
Added tests that look at most aspects of our plasticity models.
9 lines of code changed in 3 files:
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.
34 lines of code changed in 2 files:
Get better estimate of plastic strain rate.
46 lines of code changed in 1 file:
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).
234 lines of code changed in 34 files:
Get the formatting OK.
63 lines of code changed in 1 file:
Turn off clamping of R and U in polar decomposition. This change will
break the regression tester in a few places.
6 lines of code changed in 1 file:
The convention in the implcit code appears to be :
stress : [s11 s22 s33 s12 s23 s31] strain : [e11 e22 e33 2e12 2e23 2e31]
(based on HypoElasticImplicit.cc).
Changed the consistent tangent modulus computation to reflect this convention.
109 lines of code changed in 1 file:
Fixed dispNew bug.
1 lines of code changed in 1 file:
Extract the stresses as a function of time given a set of particle ids.
317 lines of code changed in 1 file:
Get the particle ids and coordinates of particles inside an input
bounding box (at the first timestep).
182 lines of code changed in 1 file:
1) Added option for doing isothermal runs. Useful for verification.
2) Reverted back to using plastic strain rate at the beginning of the
time step for finding the estimate for yield stress. This leads
to the most reasonable value.
3) Removed inadverdently left-in print statements.
33 lines of code changed in 1 file:
(37 more)