|
[Sponsors] |
December 4, 2021, 14:02 |
data transfer between fluent and matlab
|
#1 |
New Member
anonymous
Join Date: Nov 2021
Posts: 4
Rep Power: 5 |
Hi all,
I am using MATLAB AAS toolbox for connection between fluent and MATLAB. Now, I need to use FLUENT for simulation and MATLAB for optimization. I want to send initial population calculated in MATLAB to FLUENT, run simulation in FLUENT for that initial population and return some numerical data to MATLAB such that process can repeat itself till convergence in optimization is achieved. How can a UDF/Scheme code be written so that this transfer can be executed automatically? Thanks. |
|
December 5, 2021, 21:59 |
|
#2 |
Senior Member
Alexander
Join Date: Apr 2013
Posts: 2,363
Rep Power: 34 |
you may control fluent from matlab using
Code:
iFluentTuiInterpreter.doMenuCommand(*TUI COMMAND HERE*)
__________________
best regards ****************************** press LIKE if this message was helpful |
|
December 6, 2021, 09:10 |
data transfer between fluent and matlab
|
#3 |
New Member
anonymous
Join Date: Nov 2021
Posts: 4
Rep Power: 5 |
Thanks @AlexzanderZ for the quick reply.
To be specific, I want to use MATLAB inbuilt GA toolbox for optimization. So, I want to send the initial population of variables as input to my simulation in FLUENT and get output from fluent to calculate my objective function. Can someone please provide or guide for the Algorithm or workflow to achieve the coupling in above mentioned way along with possible macros/commands required for this workflow as I am a bit new in this area? Thanks |
|
Tags |
fluent as a server, matlab-fluent coupling |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Exporting plume head/nose data from Fluent to either MATLAB or EXCEL | Studentt | FLUENT | 0 | July 30, 2018 11:41 |
Can I export contour data from Fluent to Matlab? | kbaker | FLUENT | 0 | October 28, 2017 12:21 |
Fluent crash on writing data file after thousand iterations | Chuck87 | FLUENT | 0 | September 2, 2015 17:17 |
How to link Fluent and MATLAB and exchange data? | z701531118 | FLUENT | 3 | October 9, 2013 15:26 |
Plotting Fluent data with MATLAB | jgrisham | FLUENT | 0 | March 25, 2012 21:28 |