/H3D/DT

Engineキーワード 指定した出力頻度でH3D結果ファイルを書き出します。

フォーマット

/H3D/DT

TstartTfreq

# start writing the h3d file at t=0.0 and create results every t=0.005
/H3D/DT
0.0 .005
# node velocity vectors
/H3D/NODA/VEL
# shell stress tensor for all integration points
/H3D/SHELL/TENS/STRESS/NPT=ALL
# shell plastic strain results at upper and lower integration points
/H3D/SHELL/EPSP/NPT=LOWER
/H3D/SHELL/EPSP/NPT=UPPER
/H3D/NODA/DMASS       
# Equivalent strain rate for all elements
/H3D/ELEM/EPSD
# Solid element stress tensor.  Mean value if element has multiple integration points.
/H3D/SOLID/TENS/STRESS
# compress results with max change of 0.01%
/H3D/COMPRESS
0.01

定義

フィールド 内容 SI単位の例
Tstart H3Dファイルの書き出し開始時間。  
Tfreq 結果データがH3Dファイルに書き出しされる時間の頻度。  

コメント

  1. h3dファイル名は、Runname.h3dとなります。ここで、Runnameは実行名(/RUN)。
  2. どの結果がh3dファイルに保存されるかの定義については、/H3D/Elementヘルプオプションをご参照ください。
  3. /H3D/PARTオプションを使用することで、特定のパートのみをh3dファイルに保存することが可能です。
  4. h3dファイルのサイズは、/H3D/COMPRESSの使用により大幅に減じることができます。