[root]/Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels
Validation
(10 files, 4063 lines)
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 |
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:
Added math.h for IRIX compile.
0 lines of code changed in 4 files:
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:
Do not overwrite the C1 and C1 values during outputProblemSpec.
0 lines of code changed in 1 file:
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:
Fix misspellings of shear in outputProblemSpec.
5 lines of code changed in 5 files:
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:
Write out the problemSpecification for various pieces of a material that are
needed for restarting.
371 lines of code changed in 75 files: