[root]/Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 98 (100.0%) | 1446 (100.0%) | 14.7 |
banerjee | 94 (95.9%) | 1446 (100.0%) | 15.3 |
worthen | 2 (2.0%) | 0 (0.0%) | 0.0 |
guilkey | 2 (2.0%) | 0 (0.0%) | 0.0 |
Updated equations of state models and extra kinematic hardening functions.
0 lines of code changed in 24 files:
Updated yield conditions and kinematic hardening models.
485 lines of code changed in 27 files:
Kinematic hardening models. Not fully tested yet.
796 lines of code changed in 10 files:
If the <specific_heat_model> tag is absent from the input file then
used the default constant specific heat.
0 lines of code changed in 6 files:
If the <damage_model> tag is not specified in the input file then use the
default "null" damage model, i.e., no damage parameter is computed.
142 lines of code changed in 5 files:
If the <stability_check> flag is not found in the input file then
default to no check.
0 lines of code changed in 6 files:
If the <melt_temp_mode> tag is missing from the input file use a
constant melt temperature. Clearly, this temperature must be
specified elsewhere in the input file.
0 lines of code changed in 6 files:
A default constant shear modulus modulus is now used if the tag
<shear_modulus_model> is missing from the input file.
0 lines of code changed in 6 files:
The input file now automatically makes the linear EOS the default without
requiring an <equation_of_state> tag. Keep that in mind when you create
your input file.
23 lines of code changed in 4 files:
Remove ParticleSet for variety of reasons, which basically sums up to:
it was just an overglorified wrapper around an int that wasn't always updated and posed a maintenance nightmare.
Change interface to ParticleSubset creation: remove the 'fill' and 'hint' parameters. IMO, they were confusing as to what size the PS ended up being.
0 lines of code changed in 2 files:
Added some { } in case I ever have to hunt for a bug in here again.
0 lines of code changed in 2 files: