はじめに

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

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

Salome-Meca2021を起動

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

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

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

ボックスの作成

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

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

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

鋼材で挟む

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

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

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

結合→パーティションの作成

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

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

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

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

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

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

鋼材

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

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

木材

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

固定面

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

載荷面

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

メッシュの作成

メッシュの切り方の設定

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

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

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

メッシュを切る

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

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

グループの作成

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

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

AsterStudyの設定

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

メッシュの読み込み

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

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

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

Model Definition(解析方法について)

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

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

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

Material(材料の設定)

鋼材の設定

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

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

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

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

木材の設定

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

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

moku = DEFI_MATERIAU(
 ELAS_ORTH=_F(
   E_L=250.0, 
   E_N=6000.0, 
   E_T=250.0, 
   G_LN=400.0, 
   G_LT=400.0, 
   G_TN=400.0, 
   NU_LN=0.016, 
   NU_LT=0.016, 
   NU_TN=0.016
 )
) 

ELAS_ORTHの方向

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

モデルごとの材料の設定

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

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

fieldmat = AFFE_MATERIAU(
 AFFE=(_F(
     GROUP_MA=('kou', ), 
     MATER=(kou, )
   ), _F(
     GROUP_MA=('moku', ), 
     MATER=(moku, )
   )), 
 MODELE=model
)

BC and Load (荷重と固定について)

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

DDL_IMPO (固定)

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

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

FORCE_FACE(面載荷)

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

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

Analysis(設定をまとめる)

MECA_STATIQUE(線形解析の設定)

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

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

reslin = MECA_STATIQUE(
 CHAM_MATER=fieldmat, 
 EXCIT=_F(
   CHARGE=load
 ), 
 MODELE=model
)

Post Processing(どの数値を計算するか)

CALC_CHAMP

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

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

unnamed = CALC_CHAMP(
 CONTRAINTE=('SIGM_NOEU', ), 
 CRITERES=('SIEQ_NOEU', ), 
 DEFORMATION=('EPSI_NOEU', ), 
 FORCE=('REAC_NODA', ), 
 RESULTAT=reslin
) 

Output(出力設定)

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

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

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

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

IMPR_RESU(
 FORMAT='MED', 
 RESU=(_F(
     NOM_CHAM=('DEPL', ), 
     RESULTAT=reslin
   ), _F(
     NOM_CHAM=('EPSI_NOEU', 'SIGM_NOEU', 'SIEQ_NOEU', 'REAC_NODA'), 
     RESULTAT=unnamed
   )), 
 UNITE=80
) 

History Viewで計算

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

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

Paravisで計算結果の確認

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

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

変形の確認

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

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

数値の確認

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

任意の点の数値を確認したい場合

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

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


トップ   編集 凍結 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2022-11-04 (金) 14:54:32