|
[Sponsors] | |||||
|
|
|
#1 |
|
New Member
chenyu
Join Date: Sep 2020
Posts: 3
Rep Power: 7 ![]() |
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! |
|
|
|
|
|
|
|
|
#2 | |
|
Member
Join Date: Jun 2017
Posts: 55
Rep Power: 12 ![]() |
Quote:
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 |
||
|
|
|
||
|
|
|
#3 | |
|
New Member
Join Date: Sep 2020
Posts: 8
Rep Power: 7 ![]() |
Quote:
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" |
||
|
|
|
||
![]() |
| Tags |
| matlab jou fluent |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [swak4Foam] Installation Problem with OF 6 version | Aurel | OpenFOAM Community Contributions | 14 | November 18, 2020 17:18 |
| wmake compiling new solver | mksca | OpenFOAM Programming & Development | 14 | June 22, 2018 07:29 |
| OpenFoam "Permission denied" and "command not found" problems. | iyidaniel@yahoo.co.uk | OpenFOAM Running, Solving & CFD | 11 | January 2, 2018 07:47 |
| Trouble compiling utilities using source-built OpenFOAM | Artur | OpenFOAM Programming & Development | 14 | October 29, 2013 11:59 |
| Problem installing on Ubuntu 9.10 -> 'Cannot open : No such file or directory' | mfiandor | OpenFOAM Installation | 2 | January 25, 2010 10:50 |