Mekanik Özellikler Fonksiyonlari
sectionA(KesitinAdı)
Kompozit kesitlerde modulus çevrimi yaparak alan hesaplar.
sectionAg(KesitinAdı)
Kesitin gross alanını hesaplar.
sectionAy(KesitinAdı)
Kesitin Y eksenine göre kesilme alanını hesaplar.
sectionAz(KesitinAdı)
Kesitin Z eksenine göre kesilme alanını hesaplar.
sectionJ(KesitinAdı)
Kesitin Polar atalet momentini hesaplar.
sectionIy(KesitinAdı)
Kesitin Y eksenine göre atalet momentini hesaplar.
sectionIz(KesitinAdı)
Kesitin Z eksenine göre atalet momentini hesaplar.
sectionRy(KesitinAdı)
Kesitin Y eksenine göre atalet yarıçapını hesaplar.
sectionRz(KesitinAdı)
Kesitin Z eksenine göre atalet yarıçapını hesaplar.
sectionCy(KesitinAdı)
Kesitin ağırlık merkezinin Y koordinatını hesaplar.
sectionCz(KesitinAdı)
Kesitin ağırlık merkezinin Z koordinatını hesaplar.
sectionDepth(KesitinAdı)
Kesitin derinligini hesaplar.
sectionWidth(KesitinAdı)
Kesitin genişliğini hesaplar.
sectionPerimeter(KesitinAdı)
Kesitin çevre uzunluğunu hesaplar.
Örnek:
<P N="en" V="10" Role="Input" /> <P N="boy" V="20" Role="Input" /> <O T="Line"> <O T="Point" X="0" Y="0" /> <O T="Point" X="20" Y="0" /> <O N="KesitDik" T="Section"> <O T="Shape"> <O T="Point" X="en/2" Y="-boy/2" /> <O T="Point" X="en/2" Y="boy/2" /> <O T="Point" X="-en/2" Y="boy/2" /> <O T="Point" X="-en/2" Y="-boy/2" /> </O> </O> </O> <O N="MekanikOz" T="Group"> <P N="Ax" V="sectionA(KesitDik)" /> <P N="Ay" V="sectionAy(KesitDik)" /> <P N="Az" V="sectionAz(KesitDik)" /> <P N="J" V="sectionJ(KesitDik)" /> <P N="Iy" V="sectionIy(KesitDik)" /> <P N="Iz" V="sectionIz(KesitDik)" /> <P N="Cz" V="sectionCz(KesitDik)" /> <P N="Cy" V="sectionCy(KesitDik)" /> <P N="SDepth" V="sectionDepth(KesitDik)" /> <P N="SWidth" V="sectionWidth(KesitDik)" /> </O>
Aşağıdaki şekilde bir dikdörtgen kesitin hesaplanan mekanik özelliklerine göre;
Alanı: Ax=200
Y eksenine göre kesilme alanı: Ay=200
X eksenine göre kesilme alanı: Az=200
Polar atalet momenti: J=0
Y eksenine göre atalet momenti: Iy=6666.6667
Z eksenine göre atalet momenti: Iz=1666.6667
Ağırlık merkezinin Z koord. : Cz=0
Ağırlık merkezinin Y koord. : Cy=0 (Koordinat sisteminin 0,0 noktası sistemin ağırlık merkezidir.)
Derinliği: SDepth=20
Genişliği: SWidth=10
Örnek:
<P N="d" V="14" Role="Input" /> <P N="bf" V="9" Role="Input" /> <P N="t" V="1" Role="Input" /> <O T="Line"> <O T="Point" X="0" Y="0" /> <O T="Point" X="14" Y="0" /> <O N="IGirder" T="Section"> <O T="Shape"> <O T="Point" X="bf/2" Y="-d/2" /> <O T="Point" X="bf/2" Y="-d/2+t" /> <O T="Point" X="t/2" Y="-d/2+t" /> <O T="Point" X="t/2" Y="d/2-t" /> <O T="Point" X="bf/2" Y="d/2-t" /> <O T="Point" X="bf/2" Y="d/2" /> <O T="Point" X="-bf/2" Y="d/2" /> <O T="Point" X="-bf/2" Y="d/2-t" /> <O T="Point" X="-t/2" Y="d/2-t" /> <O T="Point" X="-t/2" Y="-d/2+t" /> <O T="Point" X="-bf/2" Y="-d/2+t" /> <O T="Point" X="-bf/2" Y="-d/2" /> </O> </O> </O> <O N="MEKANIK" T="Group"> <P N="Ax" V="sectionA(IGirder)" /> <P N="Ay" V="sectionAy(IGirder)" /> <P N="Az" V="sectionAz(IGirder)" /> <P N="J" V="sectionJ(IGirder)" /> <P N="Iy" V="sectionIy(IGirder)" /> <P N="Iz" V="sectionIz(IGirder)" /> <P N="Cz" V="sectionCz(IGirder)" /> <P N="Cy" V="sectionCy(IGirder)" /> <P N="SDepth" V="sectionDepth(IGirder)" /> <P N="SWidth" V="sectionWidth(IGirder)" /> </O>
Aşağıdaki şekilde bir I kesitin hesaplanan mekanik özelliklerine göre;
Alanı: Ax=30
Y eksenine göre kesilme alanı: Ay=30
X eksenine göre kesilme alanı: Az=30
Polar atalet momenti: J=0
Y eksenine göre atalet momenti: Iy=906
Z eksenine göre atalet momenti: Iz=122.5
Ağırlık merkezinin Z koord. : Cz=0
Ağırlık merkezinin Y koord. : Cy=0 (Koordinat sisteminin 0,0 noktası sistemin ağırlık merkezidir.)
Derinliği: SDepth=14
Genişliği: SWidth=9