Execute the following command:
hmbatch.exe-tcl acusolve_batch.tcl
where acusolve_batch.tcl has the following contents:
set ALTAIR_HOME [hm_info -appinfo ALTAIR_HOME]
set output_template "$ALTAIR_HOME/templates/feoutput/cfd/general"
*templatefileset "$output_template"
*readfile "C:/home/pipe.hm"
*set fileName "C:/home/pipe_out.inp"
*evaltclscript "$ALTAIR_HOME/hm/scripts/cfd/cfd_comm_proc.tcl" 0
*evaltclscript "$ALTAIR_HOME/hm/scripts/cfd/cfd_proc.tbc" 0
*evaltclstring "CfdCommProc_Acusolve_write_msh$fileName"0
This will read in pipe.hm and export the mesh as pipe_out.inp in AcuSolve format.
|