Stress-strain; strain-displacement in 2-D; uniqueness

In summary, the conversation discusses a 2-D planar problem in the x-y direction involving stresses, strain, and displacements. The linear elastic relation is used and after substitution, a system of equations is obtained with 3 knowns and 4 unknowns. To obtain a unique solution, an additional condition is needed, which may be the compatibility equation. The problem involves a square flat plate of size 1x1x0.1 with 2 square faces and 4 rectangular faces. The boundary conditions are fixed with 0 displacement in all directions, except for 2 rectangular faces where a compressive load is applied. The other 2 rectangular faces and the square faces have 0 displacement boundary conditions.
  • #1
pyroknife
613
3
I am working on a 2-D planar problem in the x-y direction, dealing with stresses, strain, displacements. Under the linear elastic relation and after substitution I can write the following:

##
\begin{bmatrix}
\sigma_{xx} & \sigma_{xy} \\
\sigma_{xy} & \sigma_{yy}
\end{bmatrix} = \mu
\begin{bmatrix}
\frac{\partial u}{\partial x} & \frac{\partial u}{\partial y} \\
\frac{\partial v}{\partial x} & \frac{\partial v}{\partial y}
\end{bmatrix}
+ \mu
\begin{bmatrix}
\frac{\partial u}{\partial x} & \frac{\partial v}{\partial x}\\
\frac{\partial u}{\partial y} & \frac{\partial v}{\partial y}
\end{bmatrix}
+ \lambda\begin{bmatrix}
\frac{\partial u}{\partial x} + \frac{\partial v}{\partial y} & 0\\
0 & \frac{\partial u}{\partial x} + \frac{\partial v}{\partial y}
\end{bmatrix}
##

I need to obtain the unknowns, which are the 4 displacement gradients
##
\frac{du}{dx}; \frac{du}{dy}; \frac{dv}{dx}; \frac{dv}{dy}
##

However, since the stress matrix is symmetrical, I only have 3 knowns. In structural problems, where does this 4th condition come from?
 
Physics news on Phys.org
  • #2
In structural problems, you don't solve for the displacement gradients. You solve for the displacements.
 
  • #3
Chestermiller said:
In structural problems, you don't solve for the displacement gradients. You solve for the displacements.
This is for a finite difference numerical solution. I need the displacement gradient in order to compute the displacement. The stress is being specified at a boundary face (and each side of the face is a cell). SO I need to compute the gradient at that face and then knowing the gradient and one of the cell values, I can compute the other cell's value.

But either way, doesn't the solving require one more condition to make the system unique?
 
  • #4
pyroknife said:
This is for a finite difference numerical solution. I need the displacement gradient in order to compute the displacement. The stress is being specified at a boundary face (and each side of the face is a cell). SO I need to compute the gradient at that face and then knowing the gradient and one of the cell values, I can compute the other cell's value.

But either way, doesn't the solving require one more condition to make the system unique?
Maybe you could tell us the specific problem you're solving?
 
  • #5
Chestermiller said:
Maybe you could tell us the specific problem you're solving?
I'm trying to simulate linear elastic deformation on a square flat plate using the finite difference method. The plate is of size 1x1x0.1. So it has 2 square faces and 4 long rectangular faces. The 2 square sides are oriented in the x-y direction. Assume the 0.1 dimension is in the z direction. 2 of the square and 2 of the rectangular faces are fixed with 0 displacement boundary condition. Then let's say there's a compressive load applied to the plate on 2 of the rectangular faces; 1 in the -x direction and one in the -y direction.

This compressive load acts as a boundary condition on those 2 rectangular sides. The square plate is discretized into 10 cells of size 0.1x0.1x0.1. I am solving for displacements.

Since this compressive load is applied to the face as a stress BC; I need solve the system in the OP to obtain the displacement gradients at the face, which I will use to compute the displacements in the ghost cells, and the ghost cell displacements are in turn used to compute the cell centroid gradient of each cell of the real domain.
 
  • #6
So for example, let's consider the load applied in the -x direction's face.
##
\begin{bmatrix}
-1 & 0 \\
0 & \ 0
\end{bmatrix} = \mu
\begin{bmatrix}
\frac{\partial u}{\partial x} & \frac{\partial u}{\partial y} \\
\frac{\partial v}{\partial x} & \frac{\partial v}{\partial y}
\end{bmatrix}
+ \mu
\begin{bmatrix}
\frac{\partial u}{\partial x} & \frac{\partial v}{\partial x}\\
\frac{\partial u}{\partial y} & \frac{\partial v}{\partial y}
\end{bmatrix}
+ \lambda\begin{bmatrix}
\frac{\partial u}{\partial x} + \frac{\partial v}{\partial y} & 0\\
0 & \frac{\partial u}{\partial x} + \frac{\partial v}{\partial y}
\end{bmatrix}
##

Due to the symmetry of the stress tensor, this is NOT a linear independent system of equations. We have 3 knowns (3 known stresses) and 4 unknowns (4 unknown displacements), which would yield a non-unique solution for the displacement gradients. So I was thinking that I need to impose an addition condition such that a unique solution can be obtained.
 
  • #7
pyroknife said:
I'm trying to simulate linear elastic deformation on a square flat plate using the finite difference method. The plate is of size 1x1x0.1. So it has 2 square faces and 4 long rectangular faces. The 2 square sides are oriented in the x-y direction. Assume the 0.1 dimension is in the z direction. 2 of the square and 2 of the rectangular faces are fixed with 0 displacement boundary condition. Then let's say there's a compressive load applied to the plate on 2 of the rectangular faces; 1 in the -x direction and one in the -y direction.

This compressive load acts as a boundary condition on those 2 rectangular sides.
So the problem is this:
:
Stress square.PNG

with the arrows distributed uniformly over each of their rectangular faces, correct? What are the boundary conditions on the other two rectangular faces?
 
  • #8
Chestermiller said:
So the problem is this:
:View attachment 115027
with the arrows distributed uniformly over each of their rectangular faces, correct? What are the boundary conditions on the other two rectangular faces?
Yes! I actually just drew one out on paper. The boundary conditions on the other 2 rectangular faces AND the square faces are fixed with 0 displacement in all directions.

It's not a very realistic problem.
 
  • #9
hmm so I just stumbled across this:
http://bluebox.ippt.pan.pl/~tzielins/doc/ICMM_TGZielinski_Elasticity.paper.pdf
Page 5, section 3.2. Not positive, but maybe this compatibility equation is the additional condition?
 
  • #10
pyroknife said:
Yes! I actually just drew one out on paper. The boundary conditions on the other 2 rectangular faces AND the square faces are fixed with 0 displacement in all directions.

It's not a very realistic problem.
OK. Let's assign coordinates. The square faces are at z = +h/2 and z = - h/2, where h = 0.1 m. The rectangular faces are at x = 0, x = L, y = 0, and y = L where L = 1 meter. So your are saying that,

at x = 0, u = v = 0,
at x = L, v = 0,
at y = 0, u = v = 0,
at y = L, u = 0,
at z = + h/2, u = v = 0
at z = - h/2, u = v = 0

Do you realize that the last two conditions require that u and v must be functions of z?
 
  • #11
pyroknife said:
hmm so I just stumbled across this:
http://bluebox.ippt.pan.pl/~tzielins/doc/ICMM_TGZielinski_Elasticity.paper.pdf
Page 5, section 3.2. Not positive, but maybe this compatibility equation is the additional condition?
Whoa. Hold your horses. Let's first make sure you are trying to solve the problem that you wish to solve.
 
  • #12
Chestermiller said:
OK. Let's assign coordinates. The square faces are at z = +h/2 and z = - h/2, where h = 0.1 m. The rectangular faces are at x = 0, x = L, y = 0, and y = L where L = 1 meter. So your are saying that,

at x = 0, u = v = 0,
at x = L, v = 0,
at y = 0, u = v = 0,
at y = L, u = 0,
at z = + h/2, u = v = 0
at z = - h/2, u = v = 0

Do you realize that the last two conditions require that u and v must be functions of z?
Regarding the last question: hmmm, so I'm really only trying to simulate a 2-D problem for this case. If u and v must be functions of z, then everything in the OP turns into a 3-D and all the matrices become 3x3. Maybe I can make the assumption that the thickness in the z-direction is infinite, and not 0.1m, so that I can constrain this problem to 2-D physics only.As for the BCs, 4/6 of those are what I'm imposing. Which are
at x = 0, u = v = 0,
at y = 0, u = v = 0,
at z = + h/2, u = v = 0
at z = - h/2, u = v = 0

However, at x=L and y = L, I plan to impose only the stress boundary conditions, and solve for all the displacements. So u&v are unknowns for both of these faces.
 
  • #13
pyroknife said:
Regarding the last question: hmmm, so I'm really only trying to simulate a 2-D problem for this case. If u and v must be functions of z, then everything in the OP turns into a 3-D and all the matrices become 3x3. Maybe I can make the assumption that the thickness in the z-direction is infinite, and not 0.1m, so that I can constrain this problem to 2-D physics only.As for the BCs, 4/6 of those are what I'm imposing. Which are
at x = 0, u = v = 0,
at y = 0, u = v = 0,
at z = + h/2, u = v = 0
at z = - h/2, u = v = 0

However, at x=L and y = L, I plan to impose only the stress boundary conditions, and solve for all the displacements. So u&v are unknowns for both of these faces.
OK. I think what you want is the following:

at z = +h/2, ##\sigma_{xz} = \sigma_{yz} = 0##, w = 0
at z = - h/2, ##\sigma_{xz} = \sigma_{yz} = 0##, w = 0

These will be equivalent to the thickness in the z direction being infinite

Also,

at x = 0, u = v = 0,
at y = 0, u = v = 0,
at x = L, ##\sigma_{xx}=-\sigma_1,\ \ \sigma_{xy}=0##
at y = L, ##\sigma_{yy}=-\sigma_2, \ \ \sigma_{xy}=0##

Is this what you had in mind?
 
  • #14
Chestermiller said:
OK. I think what you want is the following:

at z = +h/2, ##\sigma_{xz} = \sigma_{yz} = 0##, w = 0
at z = - h/2, ##\sigma_{xz} = \sigma_{yz} = 0##, w = 0

These will be equivalent to the thickness in the z direction being infinite

Also,

at x = 0, u = v = 0,
at y = 0, u = v = 0,
at x = L, ##\sigma_{xx}=-\sigma_1,\ \ \sigma_{xy}=0##
at y = L, ##\sigma_{yy}=-\sigma_2, \ \ \sigma_{xy}=0##

Is this what you had in mind?
Yes! Exactly.
 
  • #15
pyroknife said:
Yes! Exactly.
Gotta go now. Be back later.

By the way, at x = 0 and y = 0, are you sure you wouldn't rather have

at x = 0, u = 0, ##\sigma_{xy}=0##
at y = 0, v = 0, ##\sigma_{xy}=0##
 
  • #16
Chestermiller said:
Gotta go now. Be back later.

By the way, at x = 0 and y = 0, are you sure you wouldn't rather have

at x = 0, u = 0, ##\sigma_{xy}=0##
at y = 0, v = 0, ##\sigma_{xy}=0##
hmmm. Trying to figure out what this means. So instead of "fixing" both displacements to be 0, we fix one displacement and have the shear stress be 0.
Is this equivalent to constraining both u&v AND more? Because, e.g., v displacement on the x=0 face can only be caused by shear, and without shear, I expect v=0.

I'm going to be back in a bit too. Thanks for all the help.
 
  • #17
pyroknife said:
hmmm. Trying to figure out what this means. So instead of "fixing" both displacements to be 0, we fix one displacement and have the shear stress be 0.
Is this equivalent to constraining both u&v AND more? Because, e.g., v displacement on the x=0 face can only be caused by shear, and without shear, I expect v=0.

No. Zero shear stress is less constraining than zero tangential displacement. The points on the boundary are free to slide along the boundary in order to relieve any shear stress. It's like the boundary being a shower curtain rod, and the rings of the shower curtain being allowed to slide freely along the rod. At DuPont, we used to call this a "shower curtain boundary condition." So, if the shear stress is zero along the boundary, v is not equal to zero.
 
  • #18
Chestermiller said:
No. Zero shear stress is less constraining than zero tangential displacement. The points on the boundary are free to slide along the boundary in order to relieve any shear stress. It's like the boundary being a shower curtain rod, and the rings of the shower curtain being allowed to slide freely along the rod. At DuPont, we used to call this a "shower curtain boundary condition." So, if the shear stress is zero along the boundary, v is not equal to zero.
Ah I see that is interesting. So how would you obtain v along the boundary if you specify the shear stress? I guess this is the same issue as the other 2 compression boundary conditions.
 
  • #19
pyroknife said:
Ah I see that is interesting. So how would you obtain v along the boundary if you specify the shear stress? I guess this is the same issue as the other 2 compression boundary conditions.
We'll get to all that. But first, which of the two boundary conditions do you prefer using.
 
  • #20
Chestermiller said:
We'll get to all that. But first, which of the two boundary conditions do you prefer using.
Hmm Let me stick with my original one with u=v=0 for now. Setting shear stress=0 as opposed to both displacements=0 makes the computation harder. After figuring out the compressive BC computations, I would think that I would be able to solve the shear=0 BC.
 
  • #21
pyroknife said:
Hmm Let me stick with my original one with u=v=0 for now. Setting shear stress=0 as opposed to both displacements=0 makes the computation harder. After figuring out the compressive BC computations, I would think that I would be able to solve the shear=0 BC.
OK. So the stresses are:
$$\sigma_{xx}=(2\mu +\lambda)\frac{\partial u}{\partial x}+\lambda \frac{\partial v}{\partial y}$$
$$\sigma_{yy}=(2\mu +\lambda)\frac{\partial v}{\partial y}+\lambda \frac{\partial u}{\partial x}$$
$$\sigma_{xy}=\mu\left(\frac{\partial u}{\partial y}+\frac{\partial v}{\partial x}\right)$$

The stress equilibrium equations are given by:
$$\frac{\partial \sigma_{xx}}{\partial x}+\frac{\partial \sigma_{xy}}{\partial y}=0$$
$$\frac{\partial \sigma_{xy}}{\partial x}+\frac{\partial \sigma_{yy}}{\partial y}=0$$

Now, what do you get when you substitute the equations for the stresses into the stress equilibrium equations?
 
  • #22
Chestermiller said:
OK. So the stresses are:
$$\sigma_{xx}=(2\mu +\lambda)\frac{\partial u}{\partial x}+\lambda \frac{\partial v}{\partial y}$$
$$\sigma_{yy}=(2\mu +\lambda)\frac{\partial v}{\partial y}+\lambda \frac{\partial u}{\partial x}$$
$$\sigma_{xy}=\mu\left(\frac{\partial u}{\partial y}+\frac{\partial v}{\partial x}\right)$$

The stress equilibrium equations are given by:
$$\frac{\partial \sigma_{xx}}{\partial x}+\frac{\partial \sigma_{xy}}{\partial y}=0$$
$$\frac{\partial \sigma_{xy}}{\partial x}+\frac{\partial \sigma_{yy}}{\partial y}=0$$

Now, what do you get when you substitute the equations for the stresses into the stress equilibrium equations?
After substitution, I get the following:
$$ (2\mu+\lambda)\frac{\partial^2 u}{\partial x^2} +(\mu+\lambda) \frac{\partial^2 v}{\partial x\partial y} + \mu \frac{\partial^2 u}{\partial y^2} = 0$$
$$ (2\mu+\lambda)\frac{\partial^2 v}{\partial y^2} +(\mu+\lambda) \frac{\partial^2 u}{\partial x\partial y} + \mu \frac{\partial^2 v}{\partial x^2} = 0$$
 
Last edited by a moderator:
  • #23
pyroknife said:
After substitution, I get the following:
$$ (2\mu+\lambda)\frac{\partial^2 u}{\partial x^2} +(\mu+\lambda) \frac{\partial^2 v}{\partial x\partial y} + \mu \frac{\partial^2 u}{\partial y^2} = 0$$
$$ (2\mu+\lambda)\frac{\partial^2 v}{\partial y^2} +(\mu+\lambda) \frac{\partial^2 u}{\partial x\partial y} + \mu \frac{\partial^2 v}{\partial x^2} = 0$$
Excellent. So now you have two partial differential equations in the 2 unknown displacements, u and v. These are the equations that you can solve numerically. Next, work out the boundary conditions in terms of u, v, and their derivatives. Let's see what you come up with.

Incidentally, for the case in which the shear stress is zero on all the boundaries, you get a very simple analytic solution. See if you can derive it. It might be a good test case for your numerical method.
 
Last edited:
  • #24
Chestermiller said:
Excellent. So now you have two partial differential equations in the 2 unknown displacements, u and v. These are the equations that you can solve numerically. Next, work out the boundary conditions in terms of u, v, and their derivatives. Let's see what you come up with.

Incidentally, for the case in which the shear stress is zero on all the boundaries, you get a very simple analytic solution. See if you can derive it. It might be a good test case for your numerical method.

So for now, let me just consider the x=L boundary condition. Aren't the equations that I need on post #6 on the previous page? However that post is written in terms of displacement gradients.
 
  • #25
The x=L BC gives the following:
$$
\begin{bmatrix}
-1 & 0 \\
0 & \ 0
\end{bmatrix} = \mu
\begin{bmatrix}
\frac{\partial u}{\partial x} & \frac{\partial u}{\partial y} \\
\frac{\partial v}{\partial x} & \frac{\partial v}{\partial y}
\end{bmatrix}
+ \mu
\begin{bmatrix}
\frac{\partial u}{\partial x} & \frac{\partial v}{\partial x}\\
\frac{\partial u}{\partial y} & \frac{\partial v}{\partial y}
\end{bmatrix}
+ \lambda\begin{bmatrix}
\frac{\partial u}{\partial x} + \frac{\partial v}{\partial y} & 0\\
0 & \frac{\partial u}{\partial x} + \frac{\partial v}{\partial y}
\end{bmatrix}
$$

Or
$$
(2\mu+\lambda)\frac{\partial u}{\partial x} + \lambda \frac{\partial u}{\partial y} = -1 \\
\mu (\frac{\partial u}{\partial y} + \frac{\partial v}{\partial x} = 0 \\
(2\mu+\lambda) \frac{\partial v}{\partial y} + \lambda \frac{\partial u}{\partial x} = 0 \\
$$

But these are only 3 equations with 4 unknowns.

Using a central difference, I get the following:
$$
\frac{\partial u}{\partial x} = \frac{u_{i+1,j} - u_{i-1,j}}{2\Delta x}
$$

where i&j are the indices for the x&y directions, respectively.
 
  • #26
pyroknife said:
The x=L BC gives the following:
$$
\begin{bmatrix}
-1 & 0 \\
0 & \ 0
\end{bmatrix} = \mu
\begin{bmatrix}
\frac{\partial u}{\partial x} & \frac{\partial u}{\partial y} \\
\frac{\partial v}{\partial x} & \frac{\partial v}{\partial y}
\end{bmatrix}
+ \mu
\begin{bmatrix}
\frac{\partial u}{\partial x} & \frac{\partial v}{\partial x}\\
\frac{\partial u}{\partial y} & \frac{\partial v}{\partial y}
\end{bmatrix}
+ \lambda\begin{bmatrix}
\frac{\partial u}{\partial x} + \frac{\partial v}{\partial y} & 0\\
0 & \frac{\partial u}{\partial x} + \frac{\partial v}{\partial y}
\end{bmatrix}
$$

Or
$$
(2\mu+\lambda)\frac{\partial u}{\partial x} + \lambda \frac{\partial u}{\partial y} = -1 \\
\mu (\frac{\partial u}{\partial y} + \frac{\partial v}{\partial x} = 0 \\
(2\mu+\lambda) \frac{\partial v}{\partial y} + \lambda \frac{\partial u}{\partial x} = 0 \\
$$

But these are only 3 equations with 4 unknowns.
No. At x = L, the BCs are:

##v=0##

and

##\sigma_{xx}=(2\mu + \lambda)\frac{\partial u}{\partial x}+\lambda \frac{\partial v}{\partial y}=-\sigma_1##
But, the 2nd term is equal to zero, so:
$$\frac{\partial u}{\partial x}=-\frac{\sigma_1}{(2\mu+\lambda)}$$

So you know the value of v and the normal derivative of u.
 
  • #27
Chestermiller said:
No. At x = L, the BCs are:

##v=0##

and

##\sigma_{xx}=(2\mu + \lambda)\frac{\partial u}{\partial x}+\lambda \frac{\partial v}{\partial y}=-\sigma_1##
But, the 2nd term is equal to zero, so:
$$\frac{\partial u}{\partial x}=-\frac{\sigma_1}{(2\mu+\lambda)}$$

So you know the value of v and the normal derivative of u.
Wait, hold on. I was only going to define
$$
\sigma_{xx} = -\sigma_1
$$
at the x=L BC, and not constrain v = 0. Can I do this or is this insufficiently defined?
Or in other words, I'd be solving for v and u, given only the stress BC
 
  • #28
pyroknife said:
Wait, hold on. I was only going to define
$$
\sigma_{xx} = -\sigma_1
$$
at the x=L BC, and not constrain v = 0. Can I do this or is this insufficiently defined?
Or in other words, I'd be solving for v and u, given only the stress BC
Sorry, let me correct myself. I mean that I would define
$$
\sigma_{xx} = -\sigma_1 \\
\sigma_{xy} = 0 \\
\sigma_{yy} = 0
$$
 
  • #29
pyroknife said:
Wait, hold on. I was only going to define
$$
\sigma_{xx} = -\sigma_1
$$
at the x=L BC, and not constrain v = 0. Can I do this or is this insufficiently defined?
Or in other words, I'd be solving for v and u, given only the stress BC
Oops. I meant for the shear stress to be zero. Sorry. So,
$$\frac{\partial u}{\partial y}+ \frac{\partial v}{\partial x}=0$$and$$\sigma_{xx}=(2\mu+\lambda)\frac{\partial u}{\partial x}+\lambda \frac{\partial v}{\partial y}=-\sigma_1$$So, the normal derivatives of the displacements are:
$$\frac{\partial v}{\partial x}=-\frac{\partial u}{\partial y}$$ and
$$\frac{\partial u}{\partial x}=-\frac{\sigma_1}{(2\mu+\lambda)}-\frac{\lambda}{(2\mu+\lambda)}\frac{\partial v}{\partial y}$$
 
  • #30
pyroknife said:
Sorry, let me correct myself. I mean that I would define
$$
\sigma_{xx} = -\sigma_1 \\
\sigma_{xy} = 0 \\
\sigma_{yy} = 0
$$
##\sigma_{yy}## can't be specified at x = L. The most you can get is the normal stress and the shear stress on a surface. These are the components of the stress vector.
 
  • #31
pyroknife said:
Yes, don't we have 4 unknowns in $$\frac{du}{dx} \\ \frac{du}{dy} \\ \frac{dv}{dx} \\ \frac{dv}{dy} $$? And not enough knowns?
There are only two unknowns: the two displacements u and v.
 
  • #32
Chestermiller said:
There are only two unknowns: the two displacements u and v.
Oops I deleted that post after reading your post prior to the quoted one.
I didn't realize that you can't specify ##\sigma_{yy}## on that face. So yes, I agree that u&v are the unknowns, but to obtain u&v, wouldn't I need to obtain the displacement gradients, and then apply the finite difference formula to compute u&v?
 
  • #33
pyroknife said:
Oops I deleted that post after reading your post prior to the quoted one.
I didn't realize that you can't specify ##\sigma_{yy}## on that face. So yes, I agree that u&v are the unknowns, but to obtain u&v, wouldn't I need to obtain the displacement gradients, and then apply the finite difference formula to compute u&v?
No. You are going to be solving the two differential equations for u and v in post #22, subject to the boundary conditions on u and v.
 
  • #34
Chestermiller said:
No. You are going to be solving the two differential equations for u and v in post #22, subject to the boundary conditions on u and v.
Yes, but the issue is when I discretize the domain into cells, there are issues when I get to cells that lie on the boundary. I plan to use a central difference for the second derivatives, so I would need to know the u&v values in ghost cells that lie outside the real domain. So before I can compute anything, I would need to solve for the u&v values in all the ghost cells given the BCs. I am applying the stress BCs on the face between the boundary cell and the ghost cell, and the displacement BCs are applied directly in the ghost cells. So, for the stress BCs, I do not know the u&v values in the ghost cell. Wouldn't I need to compute the u&v values in the ghost cells first using the stress BC?
 
  • #35
pyroknife said:
Yes, but the issue is when I discretize the domain into cells, there are issues when I get to cells that lie on the boundary. I plan to use a central difference for the second derivatives, so I would need to know the u&v values in ghost cells that lie outside the real domain. So before I can compute anything, I would need to solve for the u&v values in all the ghost cells given the BCs. I am applying the stress BCs on the face between the boundary cell and the ghost cell, and the displacement BCs are applied directly in the ghost cells. So, for the stress BCs, I do not know the u&v values in the ghost cell. Wouldn't I need to compute the u&v values in the ghost cells first using the stress BC?
No. Now that we have everything on the boundaries expressed in terms of the displacements and their derivatives, we no longer have to be working in terms of the stresses. This is where having some experience with solving PDEs numerically comes in. I can help with this. The only problem is properly handling the BCs in conjunction with the finite difference approximations to the differential equations at x = L and y = L.

It's late now, so I'll be back tomorrow. Meanwhile, please write out finite difference approximations to the differential equations at the interior grid points.
 

Similar threads

  • Classical Physics
Replies
0
Views
147
Replies
1
Views
545
  • Classical Physics
Replies
4
Views
1K
  • Classical Physics
Replies
12
Views
4K
Replies
1
Views
780
  • Calculus and Beyond Homework Help
Replies
5
Views
620
  • Calculus and Beyond Homework Help
Replies
4
Views
695
Replies
1
Views
2K
Replies
1
Views
940
Replies
1
Views
858
Back
Top