Linear elasticity, strutural physics, pressure load

In summary, the conversation discusses solving the linear elastic equations numerically and the use of a hypothetical pressure load of 1 kPa as a boundary condition. It is clarified that this pressure load is a boundary condition and not a force term. The conversation also explains the concept of body forces, which are forces that act in the interior of a body, and how they are not involved in the computation of stress in this case.
  • #1
pyroknife
613
3
I have been studying structural physics lately, in particular the linear elastic eqns, governed by the equation of motion. https://en.wikipedia.org/wiki/Linear_elasticity

I am trying to solve these equations numerically. I was thinking of a scenario of a rod being compressed on one end by some pressure load, say 1kPa. Does this 1kPa load correspond to the external force term in the equation of motion or does it translate to a normal stress, which would be the divergence term in the equation of motion?
 
Physics news on Phys.org
  • #2
There is not a lot here to work with for what you are looking for. 1 kPa, generally speaking, is a pressure or a stress. Pressures and stresses = Force/Area. As stated in your question, 1 kPa is a static pressure (or stress can't tell from what is given). In order to apply any dynamics to the question you have to specify the forcing function. There is no guidance that can be provided as the question is currently posed.
 
  • #3
Vector1962 said:
There is not a lot here to work with for what you are looking for. 1 kPa, generally speaking, is a pressure or a stress. Pressures and stresses = Force/Area. As stated in your question, 1 kPa is a static pressure (or stress can't tell from what is given). In order to apply any dynamics to the question you have to specify the forcing function. There is no guidance that can be provided as the question is currently posed.
Thank you for the reply. Sorry for the lack of details. Let me provide some more:

(1) I am trying to numerical solve the linear elastic equations https://en.wikipedia.org/wiki/Linear_elasticity#Mathematical_formulation
In the above link there is a forcing term F, a time derivative, and a divergence term.
(2) I am solving the equation of motion using the finite volume method.
(3) The pressure, 1kPa, was just a hypothetical example, although I would like to test my code on some compression problems, e.g., a column under compression with some constant pressure/force load on one end.

I guess one of my questions is, is this pressure load actually a boundary condition and/or is it just a force term?
 
  • #4
pyroknife said:
Thank you for the reply. Sorry for the lack of details. Let me provide some more:

(1) I am trying to numerical solve the linear elastic equations https://en.wikipedia.org/wiki/Linear_elasticity#Mathematical_formulation
In the above link there is a forcing term F, a time derivative, and a divergence term.
(2) I am solving the equation of motion using the finite volume method.
(3) The pressure, 1kPa, was just a hypothetical example, although I would like to test my code on some compression problems, e.g., a column under compression with some constant pressure/force load on one end.

I guess one of my questions is, is this pressure load actually a boundary condition and/or is it just a force term?
It's a boundary condition on the stress.
 
  • #5
Chestermiller said:
It's a boundary condition on the stress.
But this boundary condition is translated to the force term or am I not understanding this? x
 
  • #6
pyroknife said:
But this boundary condition is translated to the force term or am I not understanding this? x
You are trying to solve the stress equilibrium equations for a Hookean solid, for the displacements,correct?
 
  • #7
Chestermiller said:
You are trying to solve the stress equilibrium equations for a Hookean solid, for the displacements,correct?
I am not too familiar with solid mechanics terminology, but I believe equilibrium equations mean steady state? If so, then no, I am solving the transient equation (the equation of motion in this link https://en.wikipedia.org/wiki/Linear_elasticity#Mathematical_formulation)

And yes, I am solving for the displacements in my formulation.
 
  • #8
pyroknife said:
I am not too familiar with solid mechanics terminology, but I believe equilibrium equations mean steady state? If so, then no, I am solving the transient equation (the equation of motion in this link https://en.wikipedia.org/wiki/Linear_elasticity#Mathematical_formulation)

And yes, I am solving for the displacements in my formulation.
OK. So, as I said before, the pressure comes in as a boundary condition. In particular, if you are using the usual convention that tensile stresses are positive and compressive stresses are negative, the normal component of the stress vector on the portion of the boundary acted upon by the pressure is equal to - p. And the normal component of the stress vector would be expressed in terms of the strains at the boundary, which, in turn would be expressed in terms of the displacement gradients at the boundary.
 
  • #9
Chestermiller said:
OK. So, as I said before, the pressure comes in as a boundary condition. In particular, if you are using the usual convention that tensile stresses are positive and compressive stresses are negative, the normal component of the stress vector on the portion of the boundary acted upon by the pressure is equal to - p. And the normal component of the stress vector would be expressed in terms of the strains at the boundary, which, in turn would be expressed in terms of the displacement gradients at the boundary.
I see thank you. Does the force term not come into play in this case then?
 
  • #10
pyroknife said:
I see thank you. Does the force term not come into play in this case then?
The force term in those equations is a body force, not a force on the boundary.
 
  • #11
Chestermiller said:
The force term in those equations is a body force, not an external load.
Oh I see. What exactly is a body force? I thought external loads were "body" forces, but it seems I do not understand what this is.
 
  • #12
pyroknife said:
Oh I see. What exactly is a body force? I thought external loads were "body" forces, but it seems I do not understand what this is.
They are forces like gravity, magnetic force, electrostatic force. They act in the interior.
 
Last edited:
  • #13
Chestermiller said:
They are forces like gravity, magnetic force, electrostatic force. They act in the interior.
Ahhh I see.So when I solve the equation, I am solving it in the displacement formulation, where I convert the stress tensor term to a displacement term (using Hooke's law and the strain-displacement relationship). So stress is not explicitly computed for. Does this change at all how the pressure is translated to a stress term?
 
  • #14
pyroknife said:
Ahhh I see.So when I solve the equation, I am solving it in the displacement formulation, where I convert the stress tensor term to a displacement term (using Hooke's law and the strain-displacement relationship). So stress is not explicitly computed for.
Yes.
Does this change at all how the pressure is translated to a stress term?
What you do is express the boundary condition in terms of the displacements and their derivatives at the boundary. So the strain-displacement relations come in also. This is analogous to a transient heat transfer problem where the heat flux at the boundary is expressed in terms of the normal derivative of temperature.
 
  • #15
Thanks chestermiller. Very helpful analogy. I am a fluids/heat transfer guy, and new to structures.

So in structural BCs, are the following BCs all the same: stress BC, traction BC, pressure load BC, force load BC?
 
  • #16
If I am given a stress/pressure BC, I need to compute the respective displacement. To do this, I use 2 relationships:
Hooke's Law
(1) ##\boldsymbol{\sigma} = 2\mu\boldsymbol{\epsilon} + \lambda tr(\boldsymbol{\epsilon})I ##
and the
Strain-displacement relationship
(2)
##\boldsymbol{\epsilon} = \frac{1}{2} [\boldsymbol{\nabla {u}} + (\boldsymbol{\nabla{u}})^T]##

Substituting (2) in (1) yields
##\boldsymbol{\sigma} = \mu\boldsymbol{\nabla{u}} + \mu\boldsymbol{(\nabla{u})}^T+ \lambda I tr(\boldsymbol{\nabla{u}}) ##

in 3-D the LHS and RHS are 3x3 tensors.
in 1-D the LHS and RHS are 1-D 3 element arrays.

Let the displacement vector be ##\boldsymbol{u} = [u_x, u_y, u_z]##.
Let the symmetric stress tensor be

##
\begin{bmatrix}
\sigma_{xx} & \sigma_{xy} & \sigma_{xz} \\
\sigma_{xy} & \sigma_{yy} & \sigma_{yz} \\
\sigma_{xz} & \sigma_{yz} & \sigma_{zz} \\
\end{bmatrix}##

For now, consider 1-D in the x direction. Meaning that ##u_y = u_z= \frac{\partial}{\partial y} = \frac{\partial}{\partial z} = 0##
Equation (2) simplifies to:
##\sigma_{xx} = \mu\frac{\partial u_x}{\partial x} + \mu\frac{\partial u_x}{\partial x}+ \lambda \frac{\partial u_x}{\partial x} ##

Given the normal stress in the x-direction and the lame parameters, this equation can be easily solved for ##\frac{\partial u_x}{\partial x}## and the solution is unique.

However, in the 3-D sense, it seems ##\boldsymbol{\nabla u}## cannot be analytically solved and the solution is not unique?
 
  • #17
oh wait a minute... My boundary condition for stress is typically only going to be a normal stress in 1-D direction. In this case, I believe the 3-D tensor equation will reduce to a scalar equation.

Edit: It would only reduce to a scalar equation if the normal stress (i.e., the face experiencing this normal stress is normal to one of the axes) was oriented along 1 of the 3 axes.
 

1. What is linear elasticity?

Linear elasticity is a branch of mechanics that deals with the study of how materials deform when subjected to external forces. It is based on the principle that the relationship between stress (force per unit area) and strain (deformation) is linear.

2. What is the importance of linear elasticity in structural physics?

Linear elasticity is crucial in structural physics as it helps determine the behavior of structures under various loading conditions. It allows us to predict how a structure will deform and whether it will remain stable or fail under different types of loads, such as pressure load or bending load.

3. How is pressure load defined in structural physics?

Pressure load is a type of external force that is applied uniformly over a surface. In structural physics, it is typically represented as a force per unit area, and its magnitude and direction can vary depending on the specific application.

4. What types of structures are commonly analyzed using linear elasticity principles?

Linear elasticity principles can be applied to a wide range of structures, including bridges, buildings, aircraft, and mechanical components. It is especially useful in analyzing structures that are subjected to varying loads, such as wind and earthquake forces.

5. How does linear elasticity differ from other types of elasticity?

Linear elasticity is based on a linear relationship between stress and strain, meaning that the amount of deformation is directly proportional to the applied force. This differs from other types of elasticity, such as nonlinear or plastic elasticity, where the relationship between stress and strain is not linear.

Similar threads

Replies
8
Views
766
Replies
20
Views
7K
Replies
7
Views
2K
Replies
11
Views
4K
Replies
1
Views
2K
Replies
5
Views
1K
  • Introductory Physics Homework Help
Replies
12
Views
858
  • Special and General Relativity
Replies
16
Views
1K
Replies
1
Views
2K
  • Quantum Interpretations and Foundations
Replies
21
Views
2K
Back
Top