Hello,
I'm trying to create a Tcl script file to make a cfd mesh.
I'm newbie to this, so I've made a cfd mesh with Hypermesh, I've translated the command file to tcl commands and I ran .tcl file.
But I'm getting this error:
Error 0
0
0
while executing
'*feinputwithdata2 '#nastran/nastran' 'bl_mesh_out.nas' 1 0 -0.01 1 0 1 1 '
(file 'C:/Users/usuario/Documents/command_cfd_2.tcl' line 131)
invoked from within
'source {C:/Users/usuario/Documents/command_cfd_2.tcl}'
('uplevel' body line 1)
invoked from within
'uplevel #0 'source {$file}''
(procedure '::HM_Framework:
/emoticons/default_tongue.png' alt=':P' srcset='/emoticons/tongue@2x.png 2x' width='20' height='20'>_FileLoad' line 60)
invoked from within
'::HM_Framework:
/emoticons/default_tongue.png' alt=':P' srcset='/emoticons/tongue@2x.png 2x' width='20' height='20'>_FileLoad 24'
(menu invoke)
Import process Messages
Error: Could not open file bl_mesh_out_.nas
In fact, 'bl_mesh_out.nas' doesn't exist in my computer. How is this possible?I just took the command file created by Hypermesh.
Thanks in advance.