Can someone help me resolve this error
I see the following error when I am trying to simulate a patch antenna model:
The following message from the master process (MYID= 0):
ERROR 33867: Error (13) checking/creating temporary directory at C:\Temp\
See also message in the output file pentagonalantenna_2021_new2_fr_1_ada_1.out
The following message from the master process (MYID= 0):
ERROR 3978: Internal Feko error. Please notify the Feko support team and provide the error number, preferably together with the Feko input and output files.
ERROR 31028: Error occurred while trying to read from the file pentagonalantenna_2021_new2_fr_1.bof
Answers
-
The model ran without any issues and produced the below result. Looks like the error is related to some read/write permission issues to the temp directory on your machine. Try using the discrete frequency sweep instead of the continuous sweep, which doesn't produce any intermediate files. To resolve the issue with continuous sweep, try changing the temp directory to some other folder with read/write permissions (you can change the temp directory through the environment variable FEKO_TMPDIR).
0 -
It worked. Thank you.
0