[root]/Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 91 (100.0%) | 1282 (100.0%) | 14.0 |
ffjhl | 12 (13.2%) | 986 (76.9%) | 82.1 |
guilkey | 18 (19.8%) | 258 (20.1%) | 14.3 |
jas | 60 (65.9%) | 37 (2.9%) | 0.6 |
banerjee | 1 (1.1%) | 1 (0.1%) | 1.0 |
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 2 files:
changed failure criteria to NOT use absolute values.
Now tension and compression are differentiated.
Trying to print out failed particleIDs... need more work there.
0 lines of code changed in 2 files:
145 lines of code changed in 2 files:
To go with SUVIC-I....
66 lines of code changed in 2 files:
Initial commit of SUVIC-I, a viscoplastic model for ice.
The code compiles but still has problems adapting to the current
version of Uintah.
775 lines of code changed in 4 files:
Fixed the eval_dp_dJ function to be consistent with the previous change.
0 lines of code changed in 2 files:
Adding higher order terms to the calculation of pressure.
20 lines of code changed in 3 files:
Compute temperature increments individually, instead of from the energy
increment.
29 lines of code changed in 6 files:
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.
209 lines of code changed in 7 files:
Use the proper c++ standard for include files for the C inlude files, i.e.
<stdio.h> --> <cstdio>
<math.h> --> <cmath>
Tested on g++ 4.2 and 4.3 compilers.
37 lines of code changed in 60 files:
Fixed restart problem in test_cyl_pene_no_ero.ups
1 lines of code changed in 1 file: