Vous êtes sur la page 1sur 2

> restart

> with LinearAlgebra :


> with plots :
> with plottools :
> Digits d 3 :
> σxx d 137.044 :
> σzz d 0 :
> σxz d 62.5 :
σxx C σzz
> σm d
2
σm := 68.5 (1)
2
σxx K σzz 2
> Rd C σxz
2
R := 92.7 (2)
2$σxz 180
> _2θp d evalf arctan $
σxx K σzz 3.1416
_2θp := 42.3 (3)
> c1 d circle σm, 0 , R, color = red :
> a d σxx,Kσxz :
> b d σzz, σxz :
> A d point a, color = blue, symbolsize = 30, symbol = diamond :
> B d point b, color = blue, symbolsize = 30, symbol = diamond :
> L1 d line a, b, color = blue :
> L2 d line σm, R , σm,KR , color = cyan, linestyle = dash :
> L3 d line a, σxx, 0 , color = cyan, linestyle = dash :
> tA d textplot a 1 C25, a 2 , "A" , font = "ROMAN", 19 , color = black :
> tB d textplot b 1 K25, b 2 , "B" , font = "ROMAN", 19 , color = black :
> t1 d textplot σm CR C20, 20, "σ_max" , font = "ROMAN", 19 , color = black :
> t2 d textplot σm KR K20, 20, "σ_min" , font = "ROMAN", 19 , color = black :
> tθ d textplot 325, 5, typeset "2θp=", abs _2θp , font = "ROMAN", 19 , color = black :
> tτ1 d textplot σm, R C5, "τ1" , font = "ROMAN", 19 , color = black :
> tτ2 d textplot σm,KR K5, "τ2" , font = "ROMAN", 19 , color = black :
> d1 d display c1, A, B, L1, L2, L3, tA, tB, t1, t2, tθ, tτ1, tτ2, axis = gridlines = 15, color
= green , labels = "σ_axial", "σ_cortante-horario" , labeldirections = "horizontal",
"vertical" , title = "CIRCULO DE MOHR", titlefont = "ROMAN", 18 :
> d1
CIRCULO DE MOHR

90
τ1
80
σ_cortante-horario 70
B60
50
40
30
σ_min 20
10
σ_max
2θp=42.3
K10 25 50 75 100 125150 175200 225250 275300 325
K20 σ_axial
K30
K40
K50
K60
K70
A
K80
K90
τ2

>

Vous aimerez peut-être aussi