出力ファイルと診断
eMachineSim は CSV diagnostics と post-processing files を出力します。CSV は scripted check や収支確認に使い、.vtk, .atl, .neu, .mm, plain text output は可視化やデバッグ確認に使います。
Thermal CSV files
| CSV file | 目的 |
|---|---|
thermal_bdf_import_summary.csv | BDF grid、element、QVOL、property、section 統計 |
thermal_bdf_property_material_summary.csv | BDF PSOLID / MAT diagnostics と analysis material source |
thermal_bdf_element_type_summary.csv | CHEXA / CPENTA / CTETRA の element-type statistics |
thermal_volume_heat_sources.csv | JSON volume heat source と assigned heat |
thermal_fem_volume_heat.csv | BDF QVOL heat、JSON heat、total FEM volume heat |
thermal_femh_ports.csv | FEMH surface-to-network port heat flow |
thermal_network_balance.csv | Thermal-network node / element balance |
thermal_global_heat_balance.csv | Global heat balance と residual |
thermal_component_heat_balance.csv | component ごとの heat balance と代表温度 |
thermal_surface_assignment_summary.csv | surface overlap と unassigned external area diagnostics |
thermal_surface_temperature_summary.csv | surface temperature の area-weighted summary |
thermal_cooling_path_summary.csv | FEMH、gap coupling、cooling path の conductance / flow summary |
Thermal gap / surface coupling CSV files
| CSV file | 目的 |
|---|---|
thermal_gap_pair_summary.csv | face pairing quality summary |
thermal_gap_face_pairs.csv | face-by-face pairing diagnostics |
thermal_gap_coupling_summary.csv | assembled coupling conductance と equivalent resistance |
thermal_gap_coupling_flows.csv | solve 後の pair-level heat flow |
thermal_gap_coupling_flow_summary.csv | total gap heat flow と pair heat statistics |
thermal_gap_h_model_summary.csv | effective heat-transfer coefficient model diagnostics |
Thermal post files
| File | 目的 |
|---|---|
mesh.vtk | ParaView などで確認する mesh export |
thermal_result.vtk | temperature などを含む thermal result visualization |
thermal.atl | ATLAS-style thermal result output |
post_geom.atl | post-processing geometry |
boundary_faces.vtk | boundary face visualization |
matrix.mm, RHS.mm, solution.mm | matrix printing が有効な場合の Matrix Market debug output |
Structural static output files
| File | 目的 |
|---|---|
structural_load_balance.csv | structural load / reaction balance diagnostic |
contact_state.csv | contact entity ごとの contact state |
contact_penalty_assembly.csv | contact penalty assembly diagnostic |
mesh.vtk | mesh export |
structural_displacement.vtk | displacement, displacement_magnitude, von_mises arrays を含む structural result |
contact_debug.vtk | contact visualization output |
boundary_faces.csv, boundary_faces.vtk | boundary face diagnostics |
displacement.atl, displacement.neu | displacement post-processing results |
post_geom.atl, post_geom.neu, pre_geom.neu | geometry files |
Modal / Motor NVH output files
| File | 目的 |
|---|---|
modal_frequencies.csv | natural frequencies と modal metadata |
modal_modes.csv | modal displacement data |
modal_modes.vtk | sector model の mode-shape visualization |
modal_modes_cyclic_full.vtk | cyclic full-circle mode-shape visualization |
modal_cyclic_full_expansion.csv | cyclic expansion sign diagnostics |
motor_nvh_frequency_response_summary.csv | modal superposition frequency-response summary |
motor_nvh_modal_participation.csv | modal contribution diagnostic |
motor_nvh_outer_velocity.csv | outer boundary normal velocity spectrum |
motor_nvh_acoustic_radiation_summary.csv | simplified acoustic-radiation indicator summary |
Electrostatic output files
| File | 目的 |
|---|---|
output | plain-text solver output |
solution | scalar potential / solution vector output |
mesh.vtk | mesh export |
electric_result.vtk | potential と electric-field arrays を含む result visualization |
boundary_faces.vtk | boundary face visualization |
VTK visualization notes
現在の出力では VTK post files は自動的に出力されます。追加の input parameter は不要です。ParaView で .vtk を開き、mesh、boundary faces、temperature、potential、displacement、von Mises stress、mode shape などを確認してください。