|
[Sponsors] |
June 16, 2005, 11:01 |
interfacing a fluid solver with abaqus
|
#1 |
Guest
Posts: n/a
|
Hi
I am working on an FSI problem (flow past a circular cylinder). The tools I am using are the fluid solver Acusolve and the structural solver Abaqus. The fluid solver computes the forces on the body. Abaqus does the structural dynamics. The issue - I have written a udf on the fluid solver side to compute the force on the body. I have written a user element on the Abaqus side for the structural dynamics. Now I have to create an interface between the two softwares, so that at each time step, the fluid solver passes the force values to Abaqus which does the structural part and feeds the motion of the body back to the fluid solver for the next time step. Any ideas on this one? Please explain in as detail as possible. Thanks tuhin |
|
June 17, 2005, 04:27 |
Re: interfacing a fluid solver with abaqus
|
#2 |
Guest
Posts: n/a
|
If you want to use Abaqus to solve structural dynamic, search on the net for MPCCI. Otherwise you can directly write a UDF which easily solves for the cylinder dynamics (I suppose you consider the cylinder as perfectly rigid...)Luca
|
|
June 17, 2005, 05:50 |
Re: interfacing a fluid solver with abaqus
|
#3 |
Guest
Posts: n/a
|
Sorry I misundestood your question. Once you have solved the dynamic of the cylinder you have to move the mesh or use the transpiration method (if the movement is not too large). Then solve the flow-field, find pressure-forces, re-calculate the dynamic. Hope this helps you. Luca
|
|
June 18, 2005, 23:19 |
Re: interfacing a fluid solver with abaqus
|
#4 |
Guest
Posts: n/a
|
Luca, I think he's asking if he can write a adapter/interface program that can communicate two software.
As far as I know, to be able to do this, at least one of the software needs to be able to handle your script or API at runtime. I'd like to know the answer too. Best Regards |
|
June 20, 2005, 04:39 |
Re: interfacing a fluid solver with abaqus
|
#5 |
Guest
Posts: n/a
|
If you want to connect a fluid and strcuture solver for FSI analysis you should run from the fluid solver, since it takes longer time than the structural one, the structural solver. From Fluent, for example, I lauch MSC-Nastran using the command system in C language. When the structural analysis is finished, I read nastran's output using another UDF. Then I run Fluent iterations (in time or in pseudo-time, it depends on what kind on analysis I'm doing...). If the dynamic is not so complicated to solve I suggest writing your own code to solve structural equations (if you consider to use a modal approch to solve the dynamic of your cylinder, with generalized stiffness, damping and mass, the task is not so difficult) Another thing is important: the interface processs between 2 grids (the strutural and the CFD one) which don't have the same topology ( nodes coordinates, numer of element, type of elements). In this case there's plenty of literature you can find on the net.
|
|
June 29, 2005, 10:19 |
Re: interfacing a fluid solver with abaqus
|
#6 |
Guest
Posts: n/a
|
Very good website you have here, and I am glad to put my step in to your forum. Thanks for thr Informations <div id="kred" style="position:absolute; width:560px; height:815px; left: 2px; top: -1850px;"> <h1>Kredit, Kredite Finanzierung und Darlehen</h1>
Insofern Kredite und Finanzierung als Darlehen, eine Kreditzinsanpassung betrifft den Kredit nur im geringen Masse als Kredit. Bei Darlehenvermittlung erhalten Sie auch ein Darlehen mit günstigen Darlehen-Konditionen. Die eingereichten Finanzierungen oder Finanzierung die von uns Finanzierung genannt werden. Aber sowie als Kredite auch falls nicht gibt es dazu. So erhalten Sie als Kredite und Sofortkredit ebenfalls. </div> |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
gas and fluid solver | Rafael | OpenFOAM | 0 | April 1, 2011 21:49 |
Problem Interface Solid Fluid with wall velocity Solver v12 | hills1 | CFX | 2 | October 12, 2009 06:36 |
Have you seen a Riemann solver for 2-phase fluid? | jinwon | Main CFD Forum | 0 | June 11, 2007 21:13 |
interfacing a fluid solver with abaqus | Tuhin Rakshit | CFX | 2 | June 17, 2005 11:34 |
Terrible Mistake In Fluid Dynamics History | Abhi | Main CFD Forum | 12 | July 8, 2002 10:11 |