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

Mosquito Analysis in OpenFoam

Register Blogs Community New Posts Updated Threads Search

Like Tree15Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 12, 2013, 05:08
Default
  #21
Senior Member
 
Artur's Avatar
 
Artur
Join Date: May 2013
Location: Southampton, UK
Posts: 372
Rep Power: 19
Artur will become famous soon enough
Have you sorted out your .stl file generation problem? I think you will need to get that out of the way before you proceed further. I have a python program which generates (x,y,z) data and then uses it to create an .stl file. I use it to make cylinders for shafts and cylindrical domains but you could rewrite it to put in your wing geometry and get a solid representation of it. Let me know if you want it.

Optionally, if you have access to Rhinoceros, you can put your set of points into it and then fit surfaces through the data which will also do the trick (I've done it a few times for ship hulls so I'm pretty sure it would work for your geometry too).

Unfortunately I have no experience with flapping geometries or FSI so that's the only help I can offer I'm afraid.
Artur is offline   Reply With Quote

Old   July 12, 2013, 14:26
Default
  #22
psk
Member
 
david
Join Date: Jun 2013
Location: Montreal, Canada
Posts: 62
Rep Power: 11
psk is an unknown quantity at this point
Thanks artur for your kind information and coming forward, Exactly correct what you mentioned.

currently I am learning python software, I try to write script file for this, kindly send me your python program.

I have no experience on Rhinoceros, anyhow i try to learn it.

Many Thanks,
david
psk is offline   Reply With Quote

Old   July 16, 2013, 13:20
Default
  #23
Senior Member
 
Elvis
Join Date: Mar 2009
Location: Sindelfingen, Germany
Posts: 620
Blog Entries: 6
Rep Power: 24
elvis will become famous soon enough
Hi David,

what software do you want to use for preprocessing?
From your post I assume that you generate a STL-file from your video's with the help of matlab. But which software will generate the mesh?

I can tell you that engrid should be capable to write out the File-structure needed for FSI (as Oliver Gloth implemeted "conjugate heat transfer" https://github.com/enGits/engrid/wik...heat-exchanger) but engrid has few documentation so far.

I loaded the flapping console example into engrid (solid and fluid seperately)
psk likes this.
elvis is offline   Reply With Quote

Old   July 16, 2013, 16:48
Default
  #24
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Greetings to all!

@David: If you're comfortable with Python and want to generate the geometry parametrically and/or with points, I suggest you give PythonOCC a try: http://www.pythonocc.org/
AFAIK, you can then export the resulting geometry to the format best suited to the mesh generator you choose.

Best regards,
Bruno
immortality and psk like this.
__________________
wyldckat is offline   Reply With Quote

Old   July 17, 2013, 02:58
Default
  #25
psk
Member
 
david
Join Date: Jun 2013
Location: Montreal, Canada
Posts: 62
Rep Power: 11
psk is an unknown quantity at this point
@ Good Day elvis, I have xyz coordinates of each frame,[Totally 10 frame]

I am not looking to create STL format, it doesn't make any sense because wing become rigid, for my case its flapping flexible wing. In case wing is rigid what ever you are telling is exactly correct, and I am not interest on that, because its a quasi steady analysis. You have to create STL format for each frame then you have to do analysis. Totally 10 STL geometry.

First frame Image: (Totally six points) If I import these xyz coordinates I get my geometry, but wing become rigid if you write UDF for this its ok ( some people did in fluent for writing UDF their rigid wing: see this link:
[ https://www.youtube.com/watch?v=s_gtukpyHXk ]. In this you tube video, I think they are using sinusoidal equation to flap the wing up & down, In that wing there is no flexibility its simply move down and change their orientation to 90 deg then move up.

Kindly see this you tube link for difference between Flapping Flexible wing vs Flapping Rigid wing.

Flapping Flexible wing -----> [ http://www.youtube.com/watch?v=-xU8p5gPfn8 ]
Flapping Rigid wing---------> [ https://www.youtube.com/watch?v=s_gtukpyHXk ] & [ http://www.youtube.com/watch?v=t8m5ApeRbV8]

please compare these two video, you can get better idea.I fabricate my wing with Mylar sheet its looking like a paper with negligible thickness, its has some flexible deformation. According to my knowldege its only way to write script file by using the xyz coordinates and see the mesh with similar to this video --->[ https://www.youtube.com/watch?v=s_gtukpyHXk ].

I plot my data in matlab, I go through engrid and Blender its really good, It seems I have to write script for this. Is there any possibility without writing script file to import the coordinates to do this work ? I hope you understand my problem.kindly secure and help me.

Million Thanks,
DAvid



@GoodDay wyldckat,

I hope PythonOCC to help my problem. I have very less experience in python. That why I plot my data in mat lab to incorporate with open foam and also see my flapping flexible wing in you tube ----> [ http://www.youtube.com/watch?v=VehX7Q1p6jY ]

1) Is there is any possibility to incorporate the mat lab script to Open Foam for meshing?
2) Is there is any possible to convert mat lab script to Python script then to go for openfoam /any other software for doing mesh?
3) Is there any possibility without writing script file to import the coordinates to this work ?
4) Other than 1 2,& 3 this there is any better idea according to you? PythonOCC seems to be helpful I think so.

Kindly see the you tube link above for difference between Flapping Flexible wing vs Flapping Rigid wing

I install PythonOCC, currently I am learning python, kindly secure and help me, what I have to do by using the xyz coordinates? how I can get moving mesh with similar to Flapping Rigid wing?


Million Thanks,
DAvid
Attached Images
File Type: png Ist Frame Image.png (2.1 KB, 15 views)
immortality likes this.

Last edited by psk; July 23, 2013 at 03:18.
psk is offline   Reply With Quote

Old   July 18, 2013, 22:18
Default
  #26
psk
Member
 
david
Join Date: Jun 2013
Location: Montreal, Canada
Posts: 62
Rep Power: 11
psk is an unknown quantity at this point
Good Day folks,

Kindly see my above post, its quite interesting & challenging task. Anybody have an idea and suggestion about my problem you are welcome.I am looking for guidance to travel in right path, before I start my problem.

Million Thanks,
David
psk is offline   Reply With Quote

Old   July 21, 2013, 15:10
Default
  #27
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Hi David,

It took me a while to read through the whole thread and to have a look into the tutorials that people mentioned. Therefore, I'll sum up the conclusions I've gathered so far:
  1. The tutorial "incompressible/icoDyMFoam/movingBlockRBF" from OpenFOAM 1.6-ext will be useful for when you have more complex motions, namely when the wings begin to twist.
    • A small note in this case: I had to generate the mesh with OpenFOAM 2.2, because 1.6-ext complained with me about:
      Code:
      --> FOAM FATAL ERROR: 
      Inconsistent point locations between block pair 3 and 4
          probably due to inconsistent grading.
      
          From function blockMesh::createMergeList()
          in file createMergeList.C at line 274.
      but it could be due to the version I've got built...
  2. pythonOCC will only be able to help you in this case, if you have to generate very complex and parametric wings. If your wings are to be always without thickness, then pythonOCC is overkill.
  3. There are a few ways I can think of that you can generate the mesh for this case, always thinking of the initial points only, but it can strongly depend on the level of complexity of your wing:
    1. If your wing is just 6 fixed points with stretched wings at the start of the simulation and any flexibility only appears during simulation, then here are in summary the ways I can think of:
      1. "Strict point manipulation" - You can generate a base mesh that has got the 6 points aligned in the same plane, as if they were drawing two rectangles. Then distort the mesh to place the points at the starting position, along with the remaining mesh.
      2. "Directly drawn wing in mesh" - Basically this means that you would have to generate a "blockMeshDict" file with MATLAB or Python. Or you could even code it using the same technique as shown in the tutorial "basic/potentialFoam/cylinder", in the file "constant/polyMesh/blockMeshDict", as demonstrated since OpenFOAM 2.0.0 up to 2.2.x. In this tutorial, the points for the cylinder are strictly calculated directly in the "blockMeshDict" file. But the organization of the blocks themselves is fixed.
    2. If your wing can start in a more complex shape, then it requires you to either:
      1. Have a fully parametric definition of the wing, so that it can be discretized with greater accuracy.
      2. Or if you already have got all of the necessary points for the surface, then you'll need to get all of the points to the mesh efficiently.
      Either way, STL is most likely the way to go, but you could also try a more complex version of the ideas on "point 3.1".
      If you rely on an STL form for the initial shape, you'll need to either use snappyHexMesh, enGrid, NETGEN or any other mesher that can handle STL geometries.
  4. Once you've got the initial points in place, there are several ways you can keep track and/or move those points. Some ideas:
    1. You can use swak4Foam (namely groovyBC that it provides) for manipulating the positions of the points directly, without needing to code. The positions will then have to be placed in a CSV formated file or similar, for the points to be read into the boundary condition of point displacement.
      The limitation here might be due to being unable to allow the wing to be flexible.
    2. You can use one of OpenFOAM's own boundary conditions for point displacement, but this is likely not going to allow flexibility, although I'm not familiar enough with these boundary conditions.
    3. The ultimate case will be to have to code your own point motion boundary condition in C++, based on one of OpenFOAM's point motion boundary conditions.
OK, many ideas, but where could you start? My suggestion is to:
  1. Start really simple, namely to focus on simulating only one of the 2 parts of the wing, and to mesh only the area above that part or below it.
  2. Then learn how you can create a baffle.
  3. Learn how you can manipulate the baffle, the same as you did in point 1. This will allow you to have mesh both below and above.
  4. Increase mesh resolution on this part wing (now a baffle), in order to add more complexity. Try some stuff in an attempt to shape this part of the wing, either by force or by simply displacing the points.
  5. Add the second part of the wing. Play with it as you did in 4.
  6. Now try to extend the mesh beyond the wind zone, by not just having mesh above and below it.
  7. When the time comes... well... it's fully fledged point manipulation time!?
I can suggest a simple test case with which you can start for the step #1 of this last list: http://www.cfd-online.com/Forums/ope...tml#post394044
If you run the example case (it only moves the mesh) and see it in ParaView, you should be able to understand what I mean by this first step. In addition, if you look at the "constant/polyMesh/blockMeshDict" file, you should be able to see the 4 corner points of the box that you can change for the corresponding mesh side to one part of your wing.

Best regards,
Bruno
elvis, Artur and psk like this.
__________________
wyldckat is offline   Reply With Quote

Old   July 23, 2013, 06:51
Default
  #28
psk
Member
 
david
Join Date: Jun 2013
Location: Montreal, Canada
Posts: 62
Rep Power: 11
psk is an unknown quantity at this point
Good Day and many many thanks for kind reply and brief information wyldckat.

I hope "point 3.1" idea is more suitable for this problem. I already did small program in Matlab but i don't know how to generate blockMeshDict with Matlab. I go through mat lab & Google & other post in OF, but i didn't get any idea how to generate, kindly let me how to generate?

In addition I am editing "constant/polyMesh/blockMeshDict" also.
__________________
Million Thanks,
David

"Small Dream is a Crime"
psk is offline   Reply With Quote

Old   July 23, 2013, 08:14
Default
  #29
Senior Member
 
Elvis
Join Date: Mar 2009
Location: Sindelfingen, Germany
Posts: 620
Blog Entries: 6
Rep Power: 24
elvis will become famous soon enough
Dear David,

I do not know how well this works (Matlab->Blender)
http://blenderartists.org/forum/show...ort-in-Blender

from Blender I have in mind that you can inport into a) Engrid => OF-mesh (my favorite way) keep in mind https://github.com/enGits/engrid/wik...heat-exchanger that is close to a "FSI OF-mesh"
or b) at least use "SwiftBlock" http://openfoamwiki.net/index.php/Contrib/SwiftBlock
a Blender->Blockmesh script or c) http://openfoamwiki.net/index.php/Contrib/SwiftSnap

http://openfoam-extend.sourceforge.n...tadt/OFW7.html
Blender 3D as a GUI for OpenFOAM's native mesh generation tools; K.-J. Nogenmyr
unfortunately no slides from that presentation
psk likes this.
elvis is offline   Reply With Quote

Old   July 24, 2013, 14:40
Default
  #30
psk
Member
 
david
Join Date: Jun 2013
Location: Montreal, Canada
Posts: 62
Rep Power: 11
psk is an unknown quantity at this point
@Good Day Elvis,

Thanks for reply and kind information,currently i am learning blender, Engrid and python.I did small program in Matlab and I consider only 3 points for simplicity. kindly see the attached document.

And also I make matlab to python script file(might be some mistake), then i import python script to blender through text editor once click the Run Script, it shows some error like python script fail, look in the console for now , i didn't understand what it mean I am new to blender, I hope from blender ---> to make blockMeshDict file is possible.Kindly help me how to make blockMeshDict file, I am struggling.

Million Thanks,
david




@Good Day wyldckat,

I go through gradually opening wall (thanks for uploading) & cylinder tutorial its really nice.

And I did two types of edit at blockMeshDict file in cylinder, (I consider only 3 points for simplicity) please see attached csv file & edited blockMeshDictone & blockMeshDictsecond file, and I hope, I have to make some changes in that file, Kindly help me to make blockMeshDict file and also see my matlab & python script for your kind persual.


Apart from this I am following your suggestion step by step, I am editing the blockMeshDict file(gradually opening wall case) I will upload very soon for your feedback
__________________
Million Thanks,
David

"Small Dream is a Crime"

Last edited by psk; August 12, 2013 at 02:48. Reason: Forgot to mention -consider only 3 points
psk is offline   Reply With Quote

Old   August 18, 2013, 08:02
Default
  #31
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Greetings to all!

@David: I've been very busy the past few weeks and didn't manage to even login here on the forum. And from what I've seen, you've been very busy trying to figure out how to solve the problem at hand.

After pruning through all of your posts since the one above, here is a collection of the related threads that survived the pruning and that I'll try to answer to some of them in the next few hours:
Best regards,
Bruno
immortality and psk like this.
__________________
wyldckat is offline   Reply With Quote

Old   August 19, 2013, 04:29
Default
  #32
psk
Member
 
david
Join Date: Jun 2013
Location: Montreal, Canada
Posts: 62
Rep Power: 11
psk is an unknown quantity at this point
Good Day Bruno,

I hope you fine, Many Thanks for coming.
__________________
Million Thanks,
David

"Small Dream is a Crime"
psk is offline   Reply With Quote

Old   September 24, 2014, 15:09
Default
  #33
Member
 
Join Date: Jun 2011
Posts: 80
Rep Power: 14
maalan is on a distinguished road
Hi there!!

Could anyone share this paper?

Lentink, D & Gerritsma, MI (2003). Influence of Airfoil Shape on Performance in Insect Flight (AIAA-2003-3447). In 33rd AIAA Fluid Dynamics Conference and Exhibit, Orlando, Florida (pp. 1-17). AIAA.

Thank you very much!
maalan is offline   Reply With Quote

Reply


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
OpenFOAM stress analysis results are showing 8-10% error with analytical solution. Sargam05 OpenFOAM 3 May 5, 2017 11:39
[Gmsh] 2D Mesh Generation Tutorial for GMSH aeroslacker OpenFOAM Meshing & Mesh Conversion 12 January 19, 2012 03:52
use of openfoam in attic analysis kirankarki OpenFOAM 1 September 12, 2010 21:02
OpenFOAM 1.5.x package - CentOS 5.3 x86_64 linnemann OpenFOAM Installation 7 July 30, 2009 03:14
OpenFOAM Install problem masb OpenFOAM 3 May 25, 2009 11:32


All times are GMT -4. The time now is 20:15.