run abaqus script
run abaqus script
(OP)
hello,
I tried to run an abaqus script (myscript.py) using the instructions: abaqus cae script=myscript.py and abaqus viewer script=myscript.py and a get the sytaxeror:invalid syntax
I tried also to use file->run script but i get Syntax error:('unexpected character after line continuation character')
that in one hand, in auther hand i need help to tell me how i can import a Matlab file results to abaqus script.
think you
I tried to run an abaqus script (myscript.py) using the instructions: abaqus cae script=myscript.py and abaqus viewer script=myscript.py and a get the sytaxeror:invalid syntax
I tried also to use file->run script but i get Syntax error:('unexpected character after line continuation character')
that in one hand, in auther hand i need help to tell me how i can import a Matlab file results to abaqus script.
think you





RE: run abaqus script
For import matlab file results, you could try getting the SciPy package working with Abaqus (I tried, but not too hard since I didn't have long to spend on it). Alternatively, if you don't have a ton of information to pass from MATLAB to Abaqus, you can write the MATLAB results to a file (.dat, .txt, etc) and then load them in your python script using the numpy package that comes with Abaqus and the numpy.loadtxt function
RE: run abaqus script