はじめに

Salome-Mecaの起動→ジオメトリの作成

Salome-Meca2019を起動

http://www.str.ce.akita-u.ac.jp/~gotouhan/ishikuro/dansosei/geo1.png

プルダウンメニューから「Geometry」を選択

http://www.str.ce.akita-u.ac.jp/~gotouhan/ishikuro/dansosei/geo2.png

ボックスの作成

http://www.str.ce.akita-u.ac.jp/~gotouhan/ishikuro/dansosei/geo3.png

http://www.str.ce.akita-u.ac.jp/~gotouhan/ishikuro/dansosei/geo4.png

http://www.str.ce.akita-u.ac.jp/~gotouhan/ishikuro/dansosei/geo5.png

ジオメトリのグループの作成

固定面

http://www.str.ce.akita-u.ac.jp/~gotouhan/ishikuro/dansosei/geo6.png

http://www.str.ce.akita-u.ac.jp/~gotouhan/ishikuro/dansosei/geo7.png

載荷面

http://www.str.ce.akita-u.ac.jp/~gotouhan/ishikuro/dansosei/geo8.png

メッシュの作成

メッシュの切り方の設定

http://www.str.ce.akita-u.ac.jp/~gotouhan/ishikuro/dansosei/mes1.png

http://www.str.ce.akita-u.ac.jp/~gotouhan/ishikuro/dansosei/mes2.png

http://www.str.ce.akita-u.ac.jp/~gotouhan/ishikuro/dansosei/mes3.png

メッシュを切る

http://www.str.ce.akita-u.ac.jp/~gotouhan/ishikuro/dansosei/mes4.png

http://www.str.ce.akita-u.ac.jp/~gotouhan/ishikuro/dansosei/mes5.png

グループの作成

http://www.str.ce.akita-u.ac.jp/~gotouhan/ishikuro/dansosei/mes6.png

http://www.str.ce.akita-u.ac.jp/~gotouhan/ishikuro/dansosei/mes7.png

AsterStudyの設定

http://www.str.ce.akita-u.ac.jp/~gotouhan/ishikuro/dansosei/ast1.png

メッシュ

http://www.str.ce.akita-u.ac.jp/~gotouhan/ishikuro/dansosei/ast2.png

http://www.str.ce.akita-u.ac.jp/~gotouhan/ishikuro/dansosei/ast3.png

 mesh = LIRE_MAILLAGE(
 FORMAT='MED', 
 UNITE=20

Model Definition

http://www.str.ce.akita-u.ac.jp/~gotouhan/ishikuro/dansosei/ast4.png

http://www.str.ce.akita-u.ac.jp/~gotouhan/ishikuro/dansosei/ast5.png

http://www.str.ce.akita-u.ac.jp/~gotouhan/ishikuro/dansosei/ast6.png

Material

http://www.str.ce.akita-u.ac.jp/~gotouhan/ishikuro/dansosei/ast12.png

http://www.str.ce.akita-u.ac.jp/~gotouhan/ishikuro/dansosei/ast13.png

http://www.str.ce.akita-u.ac.jp/~gotouhan/ishikuro/dansosei/ast14.png

EPSISIGM
10.0015105
20.05200
30.2300
func = DEFI_FONCTION(
 NOM_PARA='EPSI', 
 NOM_RESU='SIGM', 
 VALE=(0.0015, 105.0, 0.05, 200.0, 0.2, 300.0)
) 

http://www.str.ce.akita-u.ac.jp/~gotouhan/ishikuro/dansosei/ast7.png

http://www.str.ce.akita-u.ac.jp/~gotouhan/ishikuro/dansosei/ast8.png

http://www.str.ce.akita-u.ac.jp/~gotouhan/ishikuro/dansosei/ast9.png

kou = DEFI_MATERIAU(
 ELAS=_F(
   E=200000.0, 
   NU=0.3
 ), 
 TRACTION=_F(
   SIGM=func
 )
) 

http://www.str.ce.akita-u.ac.jp/~gotouhan/ishikuro/dansosei/ast10.png

http://www.str.ce.akita-u.ac.jp/~gotouhan/ishikuro/dansosei/ast11.png

fieldmat = AFFE_MATERIAU(
 AFFE=_F(
   MATER=(kou, ), 
   TOUT='OUI'
 ), 
 MODELE=model
)

弾塑性解析のための設定

Function and Lists

DEFI_LIST_REEL

http://www.str.ce.akita-u.ac.jp/~gotouhan/ishikuro/dansosei/ast12.png

http://www.str.ce.akita-u.ac.jp/~gotouhan/ishikuro/dansosei/ast15.png

http://www.str.ce.akita-u.ac.jp/~gotouhan/ishikuro/dansosei/ast16.png

listr = DEFI_LIST_REEL(
 DEBUT=0.0, 
 INTERVALLE=_F(
   JUSQU_A=1.0, 
   PAS=0.1
 )
)

DEFI_LIST_INST

http://www.str.ce.akita-u.ac.jp/~gotouhan/ishikuro/dansosei/ast17.png

http://www.str.ce.akita-u.ac.jp/~gotouhan/ishikuro/dansosei/ast18.png

times = DEFI_LIST_INST(
 DEFI_LIST=_F(
   LIST_INST=listr
 ), 
 METHODE='MANUEL'
)

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS