Skip to main content

Running the *.psf file in ABAQUS/CAE

Submitted by imangolzad on

Hi all,

I want to use abaqus for parametric study. I have the input file (*.inp) and the python scripting file (*.psf). The problem is that I do not know how to run the *.psf file. I tried the command abaqus script=myfile (the myfile is the file with psf extension) but the error massage (Invalid Syntax) appears.

I would appreciate it if anyone help me to run the *.psf file. Is there any other way rather command line to execute the python scripting file such as *.psf files?

Thanks. 

 

 

Assuming that you read

 

Use the following command to execute the Python script in a file named “parstudy.psf”:

abaqus script=parstudy

 

the error is in your code. Proceed line by line to detect the syntax error.

 

------------------------------------------
Ruhr-University
Bochum
Germany

Thu, 10/06/2011 - 08:27 Permalink

Thanks alot Frank

I've a problem. Where do I have to put the PSF file? I put the PSF and inp file in the temp directory but again I recieve the same error using the command you've recommended. 

I used the abaqus script=filename command to execute the abaqus example file, which they are supposed to be correct and work properly, but again the same error message appears.

 

Sun, 10/30/2011 - 11:13 Permalink