|
[Sponsors] |
Starting CFX/CFD POST through MATLAB on Windows |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 8, 2015, 06:25 |
Starting CFX/CFD POST through MATLAB on Windows
|
#1 |
Senior Member
Join Date: Mar 2011
Location: Germany
Posts: 552
Rep Power: 20 |
Hello everyone
I am supposed to do a postprocssing of large amount of CFD data generated by CFX. To save time I have recorded a session file for post-procssing in CFD Post(to be used for other cases also) and have written a MATLAB code which does following: 1) Start CFD-Post 2) Load .res file 3) Load .cse file I used following command in MATLAB to execute above tasks. status=system('cd /ansys_inc/v145/CFD-Post/bin/'); This works fine in Linux but this command is not working when i am using the same MATLAB code to call CFD POST on Windows system. Any body knows the reason? and how to fix this problem. Any help is appreciated. |
|
May 8, 2015, 06:48 |
|
#2 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,854
Rep Power: 144 |
The path is different on windows. C:\Program Files\ANSYS\V145\CFD-Post\bin\ or something like that.
|
|
May 12, 2015, 07:39 |
|
#3 |
Senior Member
Join Date: Mar 2011
Location: Germany
Posts: 552
Rep Power: 20 |
Thanks for your help.
The following command is used to load the session file: status=system('&cfdpost -session result_session_file.cse'); Is this command also works on Windows to load the session file? or there is a seperate command for Windows platform? |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Plotting Radial Velocity and Tangential Velocity in CFD Post | ashtonJ | CFX | 5 | July 13, 2015 03:49 |
Plotting the Viscosity Contour in CFD Post | ashtonJ | FLUENT | 3 | June 2, 2015 13:06 |
can i use cfd using matlab | ashraf80 | Main CFD Forum | 5 | September 28, 2012 05:13 |
Starting up a CFD lab | asitkm | Main CFD Forum | 4 | December 13, 2010 23:50 |
Poly lines in CFD Post | ashtonJ | CFX | 0 | December 2, 2010 03:46 |