Plotting Components of Strain EXX,EYY,EXY in MATLAB

  • Context: MATLAB 
  • Thread starter Thread starter worldtop
  • Start date Start date
  • Tags Tags
    Components Strain
Click For Summary

Discussion Overview

The discussion revolves around plotting the components of strain EXX, EYY, and EXY in a 2D framework using MATLAB. Participants explore the implications of having zero strain in the y-direction and the best methods for visualizing these strain components.

Discussion Character

  • Technical explanation
  • Conceptual clarification
  • Debate/contested

Main Points Raised

  • One participant questions the approach of treating strain components as scalars, suggesting that strain is pointwise and should be plotted separately along a particular direction.
  • Another participant seeks clarification on the conditions under which the shear strain EXY could be zero while EXX and EYY have non-zero values, asking for logical scenarios in a continuum where this might occur.
  • In response, one participant mentions that in a zinc-blende crystal, inversion symmetry can lead to zero shear strain, while in a wurtzite crystal, shear strain cannot be ignored and is always present.

Areas of Agreement / Disagreement

Participants express differing views on the nature of strain components and the conditions under which shear strain can be zero. There is no consensus on the best approach to plotting these components or the implications of zero shear strain.

Contextual Notes

There are unresolved questions regarding the assumptions about the material properties and the mathematical representation of strain components. The discussion does not clarify the specific conditions under which the shear strain might be zero.

Who May Find This Useful

This discussion may be useful for individuals interested in materials science, particularly those studying strain in crystalline structures, as well as those learning to visualize data in MATLAB.

worldtop
Messages
2
Reaction score
0
I am trying to plot the components of the strain EXX,EYY and EXY in a 2D framework in MATLAB.
The tensor matrix i have is B[exx,exy;exy,eyy]with each component 32x32 array.
The values of Eyy is zero does that mean that there is no strain in the y direction between the two entitie sthat I am comparing and also what is the best way to plot that .
 
Physics news on Phys.org
Each component is a scalar, so what are you doing?
 
Phrak said:
Each component is a scalar, so what are you doing?

Exactly, strain is a pointwise scalar, the best way to plot them along a particular direction and then plot them one by one, separately, as follows:

plot(x,exx)
hold on
plot(x,eyy)
plot(x,exy)
...
 
Thankx for the reply,
I am new to strain components. just a few fundamental question what are the possibilities that the shear starin exy should be zero even when exx and eyy should have some values.logiccaly applying the strain in a continumm where will a deformation lead to shear component being zero?
 
1stly, if your crystal is zinc-blende:
the inversion symmetry will give rise to the zero shear strain while shear strain can never vanish when lack of inversion symmetry. In general, the shear strain in zinc-blende is small...

2ndly, if your crystal is wurtzite:
the shear strain can never be ignored which means they always exist...


worldtop said:
Thankx for the reply,
I am new to strain components. just a few fundamental question what are the possibilities that the shear starin exy should be zero even when exx and eyy should have some values.logiccaly applying the strain in a continumm where will a deformation lead to shear component being zero?
 

Similar threads

  • · Replies 32 ·
2
Replies
32
Views
4K
Replies
6
Views
13K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 14 ·
Replies
14
Views
4K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K