Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Current »

"FESurface" Objesi, en az üç "Node" Objesi ile oluşan, temelleri veya döşemeyiPerde duvarlar? OpenBrIM içinde perde duvarlar hangi elemanlarla modelleniyor? temsil etmek için kullanılan sonlu eleman modelinde bir objedir.
Bir "FESurface" Objesi oluşturmak için en az üç farklı "Node" Objesi ile Material objesi gereklidir. Thickness parametresi ile kalınlık belirtilmesi de zorunludur.


Örnek:

<P N="h_col" V="500" D="column height" />
<P N="b_bm" V="400" D="beam width" />
<P N="d_bm" V="500" D="beam depth" />
<O N="Column" T="Line">
    <O T="Point" X="b_bm" Y="d_bm" Z="0" />
    <O T="Point" X="b_bm" Y="d_bm" Z="h_col" />
    <O N="ConcreteColumn" T="Section">
        <O T="Shape">
            <O T="Point" X="0" Y="0" />
            <O T="Point" X="0" Y="b_bm" />
            <O T="Point" X="d_bm" Y="b_bm" />
            <O T="Point" X="d_bm" Y="0" />
        </O>
        <O N="Beton" T="Material">
            <P N="E" V="519120" />
            <P N="G" V="221904" />
            <P N="d" V="0.15" />
            <P N="a" V="0.0000055" />
            <P N="Fc28" V="576" />
        </O>
    </O>
</O>
<O N="NB1" T="Node" Z="0" Y="0" X="0" Rz="-1" Ry="-1" Rx="-1" Tz="-1" Ty="-1" Tx="-1" />
<O N="NB2" T="Node" Z="0" Y="0" X="b_bm" Rz="-1" Ry="-1" Rx="-1" Tz="-1" Ty="-1" Tx="-1" />
<O N="NB3" T="Node" Z="0" Y="d_bm" X="b_bm" Rz="-1" Ry="-1" Rx="-1" Tz="-1" Ty="-1" Tx="-1" />
<O N="NB4" T="Node" Z="0" Y="d_bm" X="0" Rz="-1" Ry="-1" Rx="-1" Tz="-1" Ty="-1" Tx="-1" />
<O N="N1" T="Node" X="0" Y="0" Z="h_col" />
<O N="N2" T="Node" X="b_bm" Y="0" Z="h_col" />
<O N="N3" T="Node" X="b_bm" Y="d_bm" Z="h_col" />
<O N="N4" T="Node" X="0" Y="d_bm" Z="h_col" />
<O N="L1" T="FELine">
    <P N="Node1" V="NB1" T="Node" />
    <P N="Node2" V="N1" T="Node" />
    <P N="Section" V="ConcreteColumn" T="Section" />
    <P N="Beta" V="0" />
</O>
<O N="L2" T="FELine">
    <P N="Node1" V="NB2" T="Node" />
    <P N="Node2" V="N2" T="Node" />
    <P N="Section" V="ConcreteColumn" T="Section" />
    <P N="Beta" V="0" />
</O>
<O N="L3" T="FELine">
    <P N="Node1" V="NB3" T="Node" />
    <P N="Node2" V="N3" T="Node" />
    <P N="Section" V="ConcreteColumn" T="Section" />
    <P N="Beta" V="0" />
</O>
<O N="L4" T="FELine">
    <P N="Node1" V="NB4" T="Node" />
    <P N="Node2" V="N4" T="Node" />
    <P N="Section" V="ConcreteColumn" T="Section" />
    <P N="Beta" V="0" />
</O>
<O N="S1" T="FESurface">
    <P N="Material" V="Beton" T="Material" />
    <P N="Node1" V="N1" T="Node" />
    <P N="Node2" V="N2" T="Node" />
    <P N="Node3" V="N3" T="Node" />
    <P N="Node4" V="N4" T="Node" />
    <P N="Thickness" V="10" />
</O>



Yukarıdaki örnekte "FESurface" oluşturmak için kullanılan objeler sarı ile gösterilmiştir. Böylelikle yüzey oluşmuştur.


  • No labels