-
-
June 30, 2020 at 7:40 am
shoji
SubscriberI've got the fluent error and I can't find why it occurs. If you have the solution, please tell me. Any advise would be appreciate.
I'm trying to optimize the wind turbine by combining ANSYS fluent and MATLAB(for genetic algorithm) . Before optimizing wind turbine, I checked if Fluent operate normally by using TUI(text user interface) from MATLAB. To do it, I made simple MATLAB code as follows. Four lines from the top is code for connecting MATLAB and fluent, and fifth line make fluent read case file, sixth line make fluent start calculation.
orb=initialize_orb()
load_ansys_aas;
iCoFluentUnit=actfluentserver(orb,'aaS_FluentId.txt');
iFluentTuiInterpreter=iCoFluentUnit.getSchemeControllerInstance();
iFluentTuiInterpreter.doMenuCommandToString('file/read-case VAWT_2D_reinforce_zeropitch_without.cas');
iFluentTuiInterpreter.doMenuCommandToString('solve/dual-time-iterate 2160 20');
When I execute this command from MATLAB, fluent starts calculation normally and torque data was output after the calculation terminated. However, the error message was displayed on the fluent console at end of the calculation like this.
When I start same calculation from fluent (not using MATLAB), error didn't occur as follows.
Besides, when I tried calculating fewer time steps such as 400 ( ordered from MATLAB), error didn't occur.
In short,the error only occurs when ordered from MATLAB and time step is bigger than specific value. The error doesn't happen when I calculate without using MATLAB or fewer time steps than specific value.
-
June 30, 2020 at 8:08 am
shoji
Subscriber
?OS : Windows10(64bit)
?Graphic card : Intel UHD Graphics 630
?Processor : Intel Corei7-8700 3.20Ghz
?Memory : 16384MB RAM
?CFD soft : ANSYS Fluent 17.2
?MATLAB R2018b
-
- You must be logged in to reply to this topic.

Boost Ansys Fluent Simulations with AWS
Computational Fluid Dynamics (CFD) helps engineers design products in which the flow of fluid components is a significant challenge. These different use cases often require large complex models to solve on a traditional workstation. Click here to join this event to learn how to leverage Ansys Fluids on the cloud, thanks to Ansys Gateway powered by AWS.

Earth Rescue – An Ansys Online Series
The climate crisis is here. But so is the human ingenuity to fight it. Earth Rescue reveals what visionary companies are doing today to engineer radical new ideas in the fight against climate change. Click here to watch the first episode.

Ansys Blog
Subscribe to the Ansys Blog to get great new content about the power of simulation delivered right to your email on a weekly basis. With content from Ansys experts, partners and customers you will learn about product development advances, thought leadership and trends and tips to better use Ansys tools. Sign up here.
- Suppress Fluent to open with GUI while performing in journal file
- Floating point exception in Fluent
- What are the differences between CFX and Fluent?
- Heat transfer coefficient
- Getting graph and tabular data from result in workbench mechanical
- The solver failed with a non-zero exit code of : 2
- Difference between K-epsilon and K-omega Turbulence Model
- Time Step Size and Courant Number
- Mesh Interfaces in ANSYS FLUENT
- error in cfd post
-
3862
-
2639
-
1859
-
1254
-
600
© 2023 Copyright ANSYS, Inc. All rights reserved.