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

Open the jou article in Fluent

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 14, 2020, 10:21
Default Open the jou article in Fluent
  #1
New Member
 
chenyu
Join Date: Sep 2020
Posts: 3
Rep Power: 5
chenyu12138 is on a distinguished road
Hi,everybody!
My question is that:I just tried to use matlab to open the jou article in Fluent.But Fluent shew me four errors. Errors are as follow:

Error: eval: unbound variable
Error Object: t8
Error: Journal file "1.jou" not found.
Error Object: #f


Matlab programme is as follow:
!"D:\ANSYS Inc\v180\fluent\ntbin\win64\fluent.exe" 3d - t8 -i "1.jou"

I need your help. Thanks!
chenyu12138 is offline   Reply With Quote

Old   September 17, 2020, 02:06
Default
  #2
Member
 
Join Date: Jun 2017
Posts: 55
Rep Power: 10
srsel6 is on a distinguished road
Quote:
Originally Posted by chenyu12138 View Post
Hi,everybody!
My question is that:I just tried to use matlab to open the jou article in Fluent.But Fluent shew me four errors. Errors are as follow:

Error: eval: unbound variable
Error Object: t8
Error: Journal file "1.jou" not found.
Error Object: #f


Matlab programme is as follow:
!"D:\ANSYS Inc\v180\fluent\ntbin\win64\fluent.exe" 3d - t8 -i "1.jou"

I need your help. Thanks!

Hello, try this code:


%% Initializing Matlab-Fluent AAS Interface

%dos( ' "C:\Program Files\ANSYS Inc\v172\fluent\ntbin\win64\fluent.exe" -b ');
load_ansys_aas;
orb=initialize_orb;
fluent=actfluentserver(orb,'aaS_FluentId.txt');
tui=fluent.getSchemeControllerInstance();

%% Initializing Fluent Settings

tui.doMenuCommand('file read-case "C:\folders\flntgz-123602.cas"')



I cannot recall if you need to un-comment the second line as I worked on a Matlab-Fluent coupling project last year. This code works assuming you've downloaded and installed the necessary files to couple Matlab and Fluent
srsel6 is offline   Reply With Quote

Old   September 18, 2020, 05:18
Default
  #3
New Member
 
Join Date: Sep 2020
Posts: 8
Rep Power: 5
p.b+cfd is on a distinguished road
Quote:
Originally Posted by chenyu12138 View Post
Hi,everybody!
My question is that:I just tried to use matlab to open the jou article in Fluent.But Fluent shew me four errors. Errors are as follow:

Error: eval: unbound variable
Error Object: t8
Error: Journal file "1.jou" not found.
Error Object: #f


Matlab programme is as follow:
!"D:\ANSYS Inc\v180\fluent\ntbin\win64\fluent.exe" 3d - t8 -i "1.jou"

I need your help. Thanks!

There is a blank between the "-" and the "t8" and you should probably use the full path to the "1.jou" file. Try:
Code:
!"D:\ANSYS Inc\v180\fluent\ntbin\win64\fluent.exe" 3d -t8 -i "D:\FULL\PATH\TO\1.jou"
p.b+cfd is offline   Reply With Quote

Reply

Tags
matlab jou fluent


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
[swak4Foam] Installation Problem with OF 6 version Aurel OpenFOAM Community Contributions 14 November 18, 2020 16:18
wmake compiling new solver mksca OpenFOAM Programming & Development 14 June 22, 2018 06:29
OpenFoam "Permission denied" and "command not found" problems. iyidaniel@yahoo.co.uk OpenFOAM Running, Solving & CFD 11 January 2, 2018 06:47
Trouble compiling utilities using source-built OpenFOAM Artur OpenFOAM Programming & Development 14 October 29, 2013 10:59
Problem installing on Ubuntu 9.10 -> 'Cannot open : No such file or directory' mfiandor OpenFOAM Installation 2 January 25, 2010 09:50


All times are GMT -4. The time now is 21:37.