メインコンテンツまでスキップ

出力ファイルと診断

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.csvBDF grid、element、QVOL、property、section 統計
thermal_bdf_property_material_summary.csvBDF PSOLID / MAT diagnostics と analysis material source
thermal_bdf_element_type_summary.csvCHEXA / CPENTA / CTETRA の element-type statistics
thermal_volume_heat_sources.csvJSON volume heat source と assigned heat
thermal_fem_volume_heat.csvBDF QVOL heat、JSON heat、total FEM volume heat
thermal_femh_ports.csvFEMH surface-to-network port heat flow
thermal_network_balance.csvThermal-network node / element balance
thermal_global_heat_balance.csvGlobal heat balance と residual
thermal_component_heat_balance.csvcomponent ごとの heat balance と代表温度
thermal_surface_assignment_summary.csvsurface overlap と unassigned external area diagnostics
thermal_surface_temperature_summary.csvsurface temperature の area-weighted summary
thermal_cooling_path_summary.csvFEMH、gap coupling、cooling path の conductance / flow summary

Thermal gap / surface coupling CSV files

CSV file目的
thermal_gap_pair_summary.csvface pairing quality summary
thermal_gap_face_pairs.csvface-by-face pairing diagnostics
thermal_gap_coupling_summary.csvassembled coupling conductance と equivalent resistance
thermal_gap_coupling_flows.csvsolve 後の pair-level heat flow
thermal_gap_coupling_flow_summary.csvtotal gap heat flow と pair heat statistics
thermal_gap_h_model_summary.csveffective heat-transfer coefficient model diagnostics

Thermal post files

File目的
mesh.vtkParaView などで確認する mesh export
thermal_result.vtktemperature などを含む thermal result visualization
thermal.atlATLAS-style thermal result output
post_geom.atlpost-processing geometry
boundary_faces.vtkboundary face visualization
matrix.mm, RHS.mm, solution.mmmatrix printing が有効な場合の Matrix Market debug output

Structural static output files

File目的
structural_load_balance.csvstructural load / reaction balance diagnostic
contact_state.csvcontact entity ごとの contact state
contact_penalty_assembly.csvcontact penalty assembly diagnostic
mesh.vtkmesh export
structural_displacement.vtkdisplacement, displacement_magnitude, von_mises arrays を含む structural result
contact_debug.vtkcontact visualization output
boundary_faces.csv, boundary_faces.vtkboundary face diagnostics
displacement.atl, displacement.neudisplacement post-processing results
post_geom.atl, post_geom.neu, pre_geom.neugeometry files
File目的
modal_frequencies.csvnatural frequencies と modal metadata
modal_modes.csvmodal displacement data
modal_modes.vtksector model の mode-shape visualization
modal_modes_cyclic_full.vtkcyclic full-circle mode-shape visualization
modal_cyclic_full_expansion.csvcyclic expansion sign diagnostics
motor_nvh_frequency_response_summary.csvmodal superposition frequency-response summary
motor_nvh_modal_participation.csvmodal contribution diagnostic
motor_nvh_outer_velocity.csvouter boundary normal velocity spectrum
motor_nvh_acoustic_radiation_summary.csvsimplified acoustic-radiation indicator summary

Electrostatic output files

File目的
outputplain-text solver output
solutionscalar potential / solution vector output
mesh.vtkmesh export
electric_result.vtkpotential と electric-field arrays を含む result visualization
boundary_faces.vtkboundary face visualization

VTK visualization notes

現在の出力では VTK post files は自動的に出力されます。追加の input parameter は不要です。ParaView で .vtk を開き、mesh、boundary faces、temperature、potential、displacement、von Mises stress、mode shape などを確認してください。