CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > CFX

Starting CFX/CFD POST through MATLAB on Windows

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 8, 2015, 05:25
Default Starting CFX/CFD POST through MATLAB on Windows
  #1
Senior Member
 
Join Date: Mar 2011
Location: Germany
Posts: 552
Rep Power: 20
cfd seeker is on a distinguished road
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.
cfd seeker is offline   Reply With Quote

Old   May 8, 2015, 05:48
Default
  #2
Super Moderator
 
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,701
Rep Power: 143
ghorrocks is just really niceghorrocks is just really niceghorrocks is just really niceghorrocks is just really nice
The path is different on windows. C:\Program Files\ANSYS\V145\CFD-Post\bin\ or something like that.
ghorrocks is offline   Reply With Quote

Old   May 12, 2015, 06:39
Default
  #3
Senior Member
 
Join Date: Mar 2011
Location: Germany
Posts: 552
Rep Power: 20
cfd seeker is on a distinguished road
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?
cfd seeker is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Plotting Radial Velocity and Tangential Velocity in CFD Post ashtonJ CFX 5 July 13, 2015 02:49
Plotting the Viscosity Contour in CFD Post ashtonJ FLUENT 3 June 2, 2015 12:06
can i use cfd using matlab ashraf80 Main CFD Forum 5 September 28, 2012 04:13
Starting up a CFD lab asitkm Main CFD Forum 4 December 13, 2010 22:50
Poly lines in CFD Post ashtonJ CFX 0 December 2, 2010 02:46


All times are GMT -4. The time now is 11:28.