Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test for torsion of an ellipse section #9

Open
carlos-adir opened this issue Dec 11, 2023 · 0 comments
Open

Add test for torsion of an ellipse section #9

carlos-adir opened this issue Dec 11, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@carlos-adir
Copy link
Contributor

carlos-adir commented Dec 11, 2023

Let $a$ and $b$ be the axis of the ellipse, with $0 < b \le a$.

The warping function is given

$$ \omega(x, \ y) = - \left(\dfrac{a^2-b^2}{a^2+b^2}\right) \cdot xy $$

Note that $a=b=0$, meaning a circle, gives a constant function

Then, the torsion constant $J$ can be computed as

$$J = I_{xx}+I_{yy} - \int_{\Omega} \left(y \dfrac{\partial \omega}{\partial x} - x \dfrac{\partial \omega}{\partial y}\right) \ dx \ dy$$

$$J = \dfrac{\pi ab^3}{4} + \dfrac{\pi a^3b}{4} - \dfrac{\pi ab \left(a^2-b^2\right)^2}{4\left(a^2+b^2\right)}= \dfrac{\pi a^3 b^3}{a^2+b^2}$$

The stress field is given

$$\sigma_{xz}(x, \ y) = \dfrac{M_z}{J}\left(\dfrac{\partial \omega}{\partial x} - y\right);\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \sigma_{yz}(x, \ y) = \dfrac{M_z}{J}\left(\dfrac{\partial \omega}{\partial y} + x\right)$$

$$\sigma_{xz}(x, \ y) = M_{z} \cdot \dfrac{-2y}{\pi ab^3}$$

$$\sigma_{yz}(x, \ y) = M_{z} \cdot \dfrac{2x}{\pi a^3b}$$

Reference:

@carlos-adir carlos-adir added the enhancement New feature or request label Dec 11, 2023
@carlos-adir carlos-adir added this to the v0.4.0 - Torsion milestone Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant