/trunk/src Developers: yguo

Login name:
yguo
Total Commits:
81 (0.3%)
Lines of Code:
6503 (0.8%)
Most Recent Commit:
2005-11-07 13:54

Activity by Clock Time

Activity by Hour of Day for yguo

Activity by Day of Week for yguo

Activity in Directories

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

Activity of yguo

Most Recent Commits

yguo 2005-11-07 13:53 Rev.: 32448

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:

  • Packages/Uintah/CCA/Components/MPM/Crack: FractureParametersCalculation.cc (new)
yguo 2005-11-07 13:51 Rev.: 32447

Read in "CODOption" to control the position where the COD is calculated.

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM/Crack: ReadAndDiscretizeCracks.cc (changed)
yguo 2005-11-07 13:50 Rev.: 32446

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:

  • Packages/Uintah/CCA/Components/MPM/Crack: Crack.h (new)
yguo 2005-10-10 16:24 Rev.: 32097

Modify output the format of fracture parameters.

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/Crack: FractureParametersCalculation.cc (+1 -1)
yguo 2005-10-10 16:22 Rev.: 32096

Planar triangular cracks were generated into curved triangular cracks.

204 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/Crack: ReadAndDiscretizeCracks.cc (+204 -190)
yguo 2005-10-10 16:01 Rev.: 32094

Planar triangular cracks was generated into curved triangular cracks.

7 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/Crack: Crack.h (+7 -4)
yguo 2005-08-24 13:03 Rev.: 31682

Just a minor change in reading crack geometry.

11 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/Crack: ReadAndDiscretizeCracks.cc (+11 -15)
yguo 2005-08-09 15:03

Add in time step interval for fracture parameters calculation and crack propagation simulation.

27 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Components/MPM/Crack: FractureParametersCalculation.cc (+16 -23), ReadAndDiscretizeCracks.cc (+11 -25), UpdateCrackFront.cc (new)
yguo 2005-08-09 15:02 Rev.: 31444

Add in time step interval for fracture parameters calculation and crack propagation simulation.

8 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/Crack: Crack.h (+8 -8)
yguo 2005-08-02 16:15 Rev.: 31368

Combine general quad cracks and planar quad carcks together.

45 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/Crack: ReadAndDiscretizeCracks.cc (+45 -242)
yguo 2005-08-02 16:14 Rev.: 31367

Combine general quad cracks and planar quad carcks.

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/Crack: Crack.h (+1 -8)
yguo 2005-08-02 14:31 Rev.: 31362

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:

  • Packages/Uintah/CCA/Components/MPM/Crack: ReadAndDiscretizeCracks.cc (+482 -204)
yguo 2005-08-02 14:30 Rev.: 31361

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:

  • Packages/Uintah/CCA/Components/MPM/Crack: Crack.h (+13)
yguo 2005-06-09 12:59 Rev.: 30637

Automatically activate the area integral in J-integral calculation if contour integral is less than zero.

7 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/Crack: FractureParametersCalculation.cc (+7 -4)
yguo 2005-06-09 12:53 Rev.: 30636

Discard the volume criterion for detecting crack surface contact. Modify the displacement criterion.

32 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/Crack: CrackSurfaceContact.cc (+32 -34)
yguo 2005-06-09 10:13 Rev.: 30634

Discard
if(J1<0.) cout << "Warning: J1=" << J1 << ", less than zero." << endl;


0 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: HypoElastic.cc (-1)
yguo 2005-06-07 13:02 Rev.: 30599

Set KI=0 if it is less than zero for crack propagation.

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM/Crack: CrackPropagation.cc (new)
yguo 2005-06-06 16:58 Rev.: 30584

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:

  • Packages/Uintah/CCA/Components/MPM/Crack: ReadAndDiscretizeCracks.cc (-20)
yguo 2005-06-06 16:56 Rev.: 30583

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:

  • Packages/Uintah/CCA/Components/MPM/Crack: Crack.h (-2)
yguo 2005-06-06 16:53 Rev.: 30582

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:

  • Packages/Uintah/CCA/Components/MPM/Crack: CrackSurfaceContact.cc (+33 -113)

(34 more)

Generated by StatSVN 0.4.0