LS-DYNA 例題
LS-DYNAは、実世界の複雑な問題をシミュレーションすることができる汎用有限要素プログラムです。自動車、航空宇宙、建設、軍事、製造、生体工学などの産業で使用されています。このコードの起源は、陽解法時間積分を用いた高非線形過渡動的有限要素解析にある。慣性力が重要な高速、短時間の事象の解析に使用されます。典型的な用途としては、自動車衝突、爆発、製造業などがあります。
大規模なLS-DYNAモデルは計算負荷が高いため、Rescaleは、このようなモデルを複数のコアで実行するための簡単なワークフローを備えたプラットフォームを提供します。以下に、RescaleのプラットフォームであるScaleX上で動作するLS-DYNAモデルのベンチマークをいくつか示します。
分散メモリ並列(DMP)モードによるLS-DYNA Neonの例題
neon_refined_revisedベンチマークから一部抜粋。
Simulation Code | LS-DYNA R11.0.0 |
Analysis Type | FEA |
Description | This is a modified version of the neon_refined_revised benchmark. It has been shortened to have an end time of 0.01s. Frontal crash with initial speed at 31.5 miles/hour Model created by National Crash Analysis Center (NCAC) at George Washington University. One of the few publicly available models for vehicle crash analysis, based on 1996 Plymouth Neon. |
Suggested Hardware | Emerald / 4 cores |
Command |
ls-dyna -i neon.refined.rev01.k -p single |
Estimated Run Time | 8 minutes |
Previous versions | Import Job Setup LS-DYNA R9.0.0 |
LS-DYNA 3 共有メモリ並列(SMP)モードによる車両の例題
3台衝突のシミュレーション。
Simulation Code | LS-DYNA R11.0.0 |
Analysis Type | FEA |
Description | This is a 3 car collision simulation, where a compact car is hit from the rear by a van and collides into a mid-size car. This is a modified version of the simulation which was shortened to have an end time of 0.020s. NCAC is responsible for the vehicle models and this simulation was put together by Mike Berger, consultant to LSTC. |
Suggested Hardware | Emerald / 8 cores |
Command |
ls-dyna -s $RESCALE_CORES_PER_SLOT -i 3cars_shell2_20ms_v11.k -p single |
Estimated Run Time | 31 minutes |
Previous versions | Import Job Setup LS-DYNA R9.0.0 |
LS-DYNA Car2Car ハイブリッドパラレル(SMP + DMP)モードによる解析例題
NCACミニバンの2台衝突シミュレーション。
Simulation Code | LS-DYNA R11.0.0 |
Analysis Type | FEA |
Description | This is a modified version of the car2car benchmark supplied by Dr. Tsay, LSTC. It has been shortened to have an end time of 0.01s. This model uses a NCAC minivan model created by Dr Makino and analyses a head-on collision between 2 vehicles with initial velocities 15.64m/s and -15.64m/s respectively. |
Suggested Hardware | Emerald / 18 cores |
Command |
ls-dyna -n 9 -s 2 -i Caravan-V03c-2400k-main-shell16-10ms.k -p single |
Estimated Run Time | 71 minutes |
Previous versions | Import Job Setup LS-DYNA R9.0.0 |