Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 81 (100.0%) | 6503 (100.0%) | 80.2 |
Packages/Uintah/CCA/Components/MPM/Crack/ | 63 (77.8%) | 3800 (58.4%) | 60.3 |
Packages/Uintah/CCA/Components/MPM/ | 7 (8.6%) | 2416 (37.2%) | 345.1 |
Packages/Uintah/CCA/Components/MPM/HeatConduction/ | 1 (1.2%) | 206 (3.2%) | 206.0 |
Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/ | 4 (4.9%) | 32 (0.5%) | 8.0 |
Packages/Uintah/CCA/Components/MPM/ParticleCreator/ | 2 (2.5%) | 26 (0.4%) | 13.0 |
Packages/Uintah/Core/Labels/ | 4 (4.9%) | 23 (0.4%) | 5.7 |
Add in the options and the algorithms of calculating COD at the positions:
(1) the farthest point on the crack element at crack-front, and
(2) the intersection between the J integral contour and crack plane.
0 lines of code changed in 2 files:
Read in "CODOption" to control the position where the COD is calculated.
0 lines of code changed in 2 files:
Add in a parameter "CODOption": CODOption=0 (default value) means calculating COD at a fixed position; CODOption=1 means calculating COD at the farthest point on the crack element at crack-front; CODOption=2 means calculating COD at the intersection between the J integral contour and crack plane.
0 lines of code changed in 2 files:
Modify output the format of fracture parameters.
1 lines of code changed in 1 file:
Planar triangular cracks were generated into curved triangular cracks.
204 lines of code changed in 1 file:
Planar triangular cracks was generated into curved triangular cracks.
7 lines of code changed in 1 file:
Just a minor change in reading crack geometry.
11 lines of code changed in 1 file:
Add in time step interval for fracture parameters calculation and crack propagation simulation.
27 lines of code changed in 4 files:
Add in time step interval for fracture parameters calculation and crack propagation simulation.
8 lines of code changed in 1 file:
Combine general quad cracks and planar quad carcks together.
45 lines of code changed in 1 file:
Combine general quad cracks and planar quad carcks.
1 lines of code changed in 1 file:
Add in specification and discretization of general quad cracks. The geometry of a general quad crack is determined by node position and shape function.
482 lines of code changed in 1 file:
Add in specification of general quad cracks. The geometry of a general quad crack is determined by node position and shape function.
13 lines of code changed in 1 file:
Automatically activate the area integral in J-integral calculation if contour integral is less than zero.
7 lines of code changed in 1 file:
Discard the volume criterion for detecting crack surface contact. Modify the displacement criterion.
32 lines of code changed in 1 file:
Discard
if(J1<0.) cout << "Warning: J1=" << J1 << ", less than zero." << endl;
0 lines of code changed in 1 file:
Set KI=0 if it is less than zero for crack propagation.
0 lines of code changed in 2 files:
Delete all the operations related to the parameters "separateVol" and "contactVol", which were used in the volume criterion for crack surface contact detection. The volume criterion has been discarded.
0 lines of code changed in 1 file:
Delete parameters "separateVol" and "contactVol", which were used in the volume criterion for crack surface contact detection. The volume criterion has been discarded.
0 lines of code changed in 1 file:
1. Get rid of the volume criterion of crack surface contact.
2. Add in velocity check before using the displacement criterion for crack surface contact detection.
33 lines of code changed in 1 file:
(34 more)