xiazhn
Materials
- Jul 1, 2003
- 13
Hello
I am now transplanting a postprocessor of ANSYS 5.4 to the version 8.0.
In the source code of the postprocessor in FORTRAN, I access the data using the subroutines such as BINRD or RGMGET, that were provided by ANSYS. But lacking the related documents about the format of the binary file, I don't know how to understand these vast numbers.
If it isn't commerial confidential, how can I get such information? There seems nothing in the help documents.
Here are some examples of this problem:
After calling binrd, it returned the leng value 0, and the propram went to end.
I got the starting point(iloc) to call binrd, but the problem of "access violation" appeared.
I am really confused with it.
Thanks
I am now transplanting a postprocessor of ANSYS 5.4 to the version 8.0.
In the source code of the postprocessor in FORTRAN, I access the data using the subroutines such as BINRD or RGMGET, that were provided by ANSYS. But lacking the related documents about the format of the binary file, I don't know how to understand these vast numbers.
If it isn't commerial confidential, how can I get such information? There seems nothing in the help documents.
Here are some examples of this problem:
After calling binrd, it returned the leng value 0, and the propram went to end.
I got the starting point(iloc) to call binrd, but the problem of "access violation" appeared.
I am really confused with it.
Thanks