Thermal Quick Cases
Thermal quick cases は、定常熱伝導解析の基本的な入力と出力を短時間で確認するためのサンプルです。
目的
- simple mesh で temperature boundary condition を確認する
- BDF/QVOL import の基本を確認する
thermal_global_heat_balance.csvで heat balance を確認する- VTK output を ParaView で確認する
代表サンプル
Examples/thermal/bdf/input_sample_bdf_min_hexa_qvol.json
Examples/thermal/bdf/input_sample_bdf_min_cpenta_qvol.json
Examples/thermal/bdf/input_sample_bdf_min_ctetra_qvol.json
実行例
import eMachineSim
eMachineSim.thermal.run_file(
r"Examples\thermal\bdf\input_sample_bdf_min_hexa_qvol.json",
r"Examples\thermal\bdf",
)
確認する出力
thermal_bdf_import_summary.csv
thermal_fem_volume_heat.csv
thermal_global_heat_balance.csv
mesh.vtk
thermal_result.vtk
thermal_global_heat_balance.csv の residual が十分小さいことを最初に確認してください。