-
1
- #1
brango
Mechanical
- Feb 26, 2008
- 17
Hello,
I previously, interfaced ANSYS and MATLAB. I used finite element code in MATLAB for a certain design. After optimizing the design in MATLAB, I saved the results (thickness of each element) in a .dat file, and using APDL, I read that file and constructed the same design on ANSYS to verify the results I got in MATLAB.
What I am trying to do now is to directly use ANSYS for finite element. This would give me better results.
So, I have to write an advanced interface code, where MATLAB orders ANSYS to start, reads the results ANSYS got, and start optimizing.
so the structure should look something like this:
MATLAB gives ANSYS design data (example: thickness of each element)
ANSYS does the fEA for the specified data, and saves output.
MATLAB reads the output file and optimizes the design accordingly.
Same cycle keeps repeating until the design is optimized.
This would give me more accurate results, and eliminate the additional step of verifying my design.
If it is too difficult to explain here, maybe you could point me to some online refereces, or books I can buy that tackle this issue.
Thank you for your help.
I previously, interfaced ANSYS and MATLAB. I used finite element code in MATLAB for a certain design. After optimizing the design in MATLAB, I saved the results (thickness of each element) in a .dat file, and using APDL, I read that file and constructed the same design on ANSYS to verify the results I got in MATLAB.
What I am trying to do now is to directly use ANSYS for finite element. This would give me better results.
So, I have to write an advanced interface code, where MATLAB orders ANSYS to start, reads the results ANSYS got, and start optimizing.
so the structure should look something like this:
MATLAB gives ANSYS design data (example: thickness of each element)
ANSYS does the fEA for the specified data, and saves output.
MATLAB reads the output file and optimizes the design accordingly.
Same cycle keeps repeating until the design is optimized.
This would give me more accurate results, and eliminate the additional step of verifying my design.
If it is too difficult to explain here, maybe you could point me to some online refereces, or books I can buy that tackle this issue.
Thank you for your help.