Excellent ! Excellent ! Very impressive, clear and complete tutorial to introduce to snappyHexMesh. I searched a hole day for a good one without success. Thank you and I hope you will continue to help OpenFoam community.
@philippz.23644 жыл бұрын
Wow, so structured and well explained. Thank you for sharing your knowledge!
@kekodosky20828 ай бұрын
best opemfoam vid i have seen so far
@johnnyzhang64413 жыл бұрын
Thank you! That is one of the best and simplest tutorials ever in YB. This one is really helpful to solve some simple geometry cases, thanks again!
@dabarney2988 Жыл бұрын
Perfect length, perfect depth in a well structured form. Thank you Lily for the best 3D openFOAM beginner tutorial so far.
@whosthisguythinkheis4 жыл бұрын
probably the easiest OpenFOAM tutorial to follow on YT, Thankyou so much!
@Akshayoes Жыл бұрын
Very informative and thanks for all the ques posted and received answers
@igor_shepelev2 жыл бұрын
Thanks a lot! Just a couple of issues in preGeo folder files. 1) constant\triSurface\cylinder.STL > cylinder.stl 2) 0\omega - add closing bracket at line 49.
@giovannyaltamirano5511 Жыл бұрын
Most useful comment!
@nowsee4154 жыл бұрын
thank you very much , this is the best video about snappyhexmesh of openFOAM, looking forward more videos about it .thanks again!
@Filipcorobivblenderi3 жыл бұрын
I think, we need more tutorials like this
@frazze21132 жыл бұрын
at 6:54 How did you get the quick command to show up in after you right clikced? :)
@thatnicebee7 ай бұрын
if i have different dimension of geometry , can i have to change it on 0 folder?
@FoolishGamerYT8 ай бұрын
i followed her instruction but the blockmesh doesn't run on the PC, why is that?
@nihalsai72898 ай бұрын
how can I give material properties to the imported geometry
@janchristianbailo62672 ай бұрын
hello, how did you make this preGeo folder?
@manjunathshastry48533 жыл бұрын
Hello, I am getting this error. Could you please help me. Reading surfaceFeatureExtractDict --> FOAM FATAL ERROR: (openfoam-2012) No surfaces specified/found for entry: cylinder.stl From int main(int, char**) in file surfaceFeatureExtract.C at line 305. I'm stuck here :( . I even checked whether the cylinder file is in ascii format or binary. I saved it again in ascii format, but it still gives me the same error. Could you please let me know what to do.
@clemensjanzarik14732 ай бұрын
same here
@clemensjanzarik14732 ай бұрын
Figured out the issue though, if anyone else has this issue make sure the stl file being referenced is renamed "file.stl" rather than how it saves as "file.STL".
@aimannorsham35573 жыл бұрын
How can I create other 3D geometry like square and then running this same simulation concept. can anyone help me out?
@kazufu53155 жыл бұрын
Does anyone have a problem with 0/omega? I got these lines: "Unexpected EOF while reading dictionary entry"
@kazufu53155 жыл бұрын
I got it. "}" was missing in my 0/omega. thank you.
@philippz.23644 жыл бұрын
@@kazufu5315 Thank you for telling us. "}" was missing in my 0/omega, too. I whould have never find out without you ;)
@manjunathrshastry2573 жыл бұрын
@@kazufu5315 Thank you. I had the same error and ' } ' was missing in mine too. I searched a lot and didnt get an answer anywhere. Thanks a lot.
@datdhcmrlchtdj4 жыл бұрын
Thanks for sharing. Great tutorial.
@hackernik657211 ай бұрын
But how do you create the blockMeshDict file? I just don't understand that part
@docd77795 жыл бұрын
Nice - big thanks, nice template for further exploring OF.
@gilverrosero943 Жыл бұрын
Hello Thank you for the video. There is valuable information but i have an issue into my terminal when i run surfaceFeatureExtract into preGeo. This says: bash: surfaceFeatureExtract: command not found. why is this error? Thank you for the information that you can give me!
@ash.d.writes2 жыл бұрын
From static bool Foam::entry::New(Foam::dictionary&, Foam::Istream&, Foam::entry::inputMode, int) in file db/dictionary/entry/entryIO.C at line 166. I got this error
@frazze21132 жыл бұрын
I am having problems when trying to use SurfaceFeatureExtract. Is anyone else having the same problem?
@ztdep10 күн бұрын
hi, how to run openfoam in win11?
@eastonpal24874 жыл бұрын
Excellent tutorial! It seems like the vertices' coordinates in blockMeshDict have the z-coordinate in the opposite direction from the diagram you drew @2:37. Why is that?
@AY_Studios Жыл бұрын
can you explain how you set up the terminal to automatically start running openFoam?
@rahulnair23853 жыл бұрын
can i perform this tutorial with other geometry?? I am trying but its not excecuting surfaceFeatureExtract step
@elilawrence71664 жыл бұрын
Hello, I'm trying to run the surfaceFeatureExtract, but a fatal error occurs saying that the cylinder.stl cannot be found. I have double checked it is in ASCII and haven't changed the name at all. Wondering if anyone else is seeing this.
@dogsled1014 жыл бұрын
From below: Sumit Zanje 10 months ago @Nick Along with the above-mentioned suggestion, rename the "cylinder.STL" the to "cylinder.stl". Reason- surfaceFeatureExtractDict has name cylinder.stl and not cylinder.STL so it's not getting that file.
@elilawrence71664 жыл бұрын
@@dogsled101 Thanks!
@antoine14073 жыл бұрын
Have I put both files in triSurface? Could I just put the .stl file?
@MrRajabMrwass Жыл бұрын
surfaceFeatureExtract does not work anymore
@dannydanny22204 жыл бұрын
thank you, the cylinder works fine! I've tried to change the cylinder with my stl but I got some problems: my stl is a naca64 split in half simetrically but the simplefoam seems to compute the pressure only in the left half, so when I compute lateral thrust and drag with Paraview I get unconsistent results. Why this happens? Can you help me?
@weomi2475 жыл бұрын
Thank you very much, it works perfectly
@nazarinebeats55213 жыл бұрын
Hi I need help please, i want to simulate a vertical axis wind turbine that uses Magnus effect, basically rotating cylinders, how hard it is to adapt this tutorial to test the VAWT in openfoam. All I have so far is an assembly of the top section without the generator. Looking forward to your advice. Tim
@007aha14 жыл бұрын
i dont get why the object is in the middle of the mesh
@aykutgunhan4363 жыл бұрын
Thank you for the tutorial! I've a question about running surfacemeshextract. When i try to run this code, i got an error says: surfaceFeatureExtract surfaceFeatureExtract: symbol lookup error: surfaceFeatureExtract: undefined symbol: _ZN4Foam9UOPstream5writeERKNS_5tokenE I've been searching for a solution for the problem but i've got nothing, do you have any idea what this is about?
@antoine14073 жыл бұрын
@Killian Whyte Sir, I did as you said. I got: keyword surfaces is undefined in dictionary file: C:/Users/admin/Desktop/motorBike/system/surfaceFeaturesDict/motorBike.obj from line 20 to line 41. From function const Foam::entry& Foam::dictionary::lookupEntry(const Foam::word&, bool, bool) const in file db/dictionary/dictionary.C at line 799.
@denislavzdravkov69792 жыл бұрын
Hi, I come to the point of surfaceFeaturExtract and I receive the following message in the terminal: --> FOAM FATAL ERROR: (openfoam-2012) No surfaces specified/found for entry: cylinder.stl From int main(int, char**) in file surfaceFeatureExtract.C at line 305. FOAM exiting Any idea what happens and how I could run it?
@raptormonkey2532 жыл бұрын
rename cylinder.STL to cylinder.stl, fixed the problem for me
@chriswiese13486 ай бұрын
Great Video! Thanks!
@aimannorsham35573 жыл бұрын
Hi, may I know how did you created the PreGeo folder? I am creating a 3d geometry of a square. However, I couldn't do the simulation in OpenFoam. Can you guide and teach me on that? Really need your help
@marc_frank4 жыл бұрын
this seems very complicated does it do nice graphs like openvsp vspaero does? i really like that but only analyses native geometry, nothing imported
@estaykylyshbek83474 жыл бұрын
I created all my geometries in Solidworks, and all of them are centered at the origin, but in paraview they do not align .
@MrRajabMrwass Жыл бұрын
The surfaceFeatureExtract utility has been superseded and replaced by the more general surfaceFeatures utility.
@francootaola91725 жыл бұрын
hello, can someone tell me how/what is the minGW function or uselfuness of it? i have installed openfoam with linux in windows, like openfoam web page says, and I CAN READ FROM THE MINgw web page that it is a c++ compiler, so i can imagine that is to use OF without the trouble of instaling linux? is that so? I would appreciate if someone can explain me...
@marcind47954 жыл бұрын
Thank you Lily!
@vicgodlee4 жыл бұрын
Thank you! But when I ran the 'surfaceFeatureExtract' command, it appeared error 'surfaceFeatureExtract: symbol lookup error: /usr/lib/libedgeMesh.so: undefined symbol: _ZNK4Foam11regIOobject11writeObjectENS_8IOstream12streamFormatENS1_13versionNumberENS1_15compressionTypeE'. Does anyone know why? I'm new to the openFoam and it's better that could explain in detail. Thanks in advance!
@bmtojo4 жыл бұрын
I was having a similar problem, remember to save the stl file as ASCII. You can open the Solidworks part in Onshape and export it as stl if you don't have access to SW.
@vicgodlee4 жыл бұрын
Bruno Tojo Thanks, Bruno! I think I found the solution. The problem is “surfaceFeatureExtract” might be a old commander for openFOAM 8. I chose “surfaceFeatures” instead. It works fine now.
Thank you for this video! Although if I want to run a sonicFoam case on a 3D geometry, how do I perform that?
@janzenlee2753 жыл бұрын
I imported my own geometry, but after excuted parafoam, I can't see it in paraview(Only a mesh cube I could see.) Could someone help me? Thanks
@kingl55193 жыл бұрын
I assume you ran blockMesh which is why you can see it on paraview. But did you also run snappyHexMesh before paraview too? If you did and that's not the issue, then it could be that you are viewing the block as a surface and your geometry is inside so you can't see it. Try changing the surface view to wireframe as in the video. Hope this helps.
@janzenlee2753 жыл бұрын
@@kingl5519 In fact I had ran snappyHexMesh and turn the view to wireframe. I'm also sure that the cube point coordinates had adjusted to cover my geometry completely. That's confusing.
@janzenlee2753 жыл бұрын
Ok, finally ,I find the solution, I should add -overwrite option to snappyHexMesh.
@tommanuel21375 жыл бұрын
wow, wonderful!! thanks
@samuelreimer45903 жыл бұрын
Hi Lily, Thanks for the great tutorial! This helps a lot with figuring out how to set up my own case. One question though, opening paraview I see the mesh block but no cylinder. Looking through the other comments having this issue, I've changed to wireframe, unchecked skip 0, tried adding -overwrite to snappyHexMesh, but I'm still having no luck. Any ideas? Thanks! Edit: Figured it out, if anyone is having these issues make sure when you export your .stl that it exports in meters (same page as where you change to ASCII).
@pkbhattacharjee63184 жыл бұрын
Awesome, Very helpful
@tommanuel21375 жыл бұрын
After running blockMesh, surfaceFeatureExtract, and snappyHexMesh (with no errors) I run paraFoam but don't see the cylinder. Any advice?
@tommanuel21375 жыл бұрын
Got it, have to check skip zero time under properties pane
@TheAurora19934 жыл бұрын
You can click PLAY BUTTON also!
@marcind47954 жыл бұрын
Hi Lily, After simpleFoam I got such error: No MRF models present No finite volume options present Starting time loop streamLine streamlines: --> FOAM FATAL IO ERROR: keyword direction is undefined in dictionary "/home/marcin/OpenFOAM/marcin-7/run/PreGeo/system/controlDict.functions.streamlines" file: /home/marcin/OpenFOAM/marcin-7/run/PreGeo/system/controlDict.functions.streamlines from line 13 to line 20. From function const Foam::entry& Foam::dictionary::lookupEntry(const Foam::word&, bool, bool) const in file db/dictionary/dictionary.C at line 570. Do you know how to solve it? Thanks in advance.
@qzong36693 жыл бұрын
Hi Marcin, I’ve fixed this error, maybe caused by the different version. I comment out ”#includeFunc streamlines“ in system/controlDict. (Openfoam v6)
@SabbirHassan881r4 жыл бұрын
Please create more of these videos.
@waranchitruengsrisang10774 жыл бұрын
Thank you very very very very very much :D
@yuqiwu60235 жыл бұрын
Thanks for your share. But, there is an issue when I executed "surfaceFeatureExtract" command. The error is shown below. Reading surfaceFeatureExtractDict Surface : "cylinder.stl" Feature line extraction is only valid on closed manifold surfaces. --> FOAM FATAL ERROR: Cannnot read "/home/ywu9/OpenFOAM/ywu9-5.x/run/preGeo/preGeo/constant/triSurface/cylinder.stl" From function bool Foam::triSurface::read(const Foam::fileName&, const Foam::word&, bool) in file triSurface/triSurface.C at line 360. FOAM exiting
@mohammaderaky26525 жыл бұрын
same here I think .stl file is corrupted, you have to generate a new one
@sumitzanje96605 жыл бұрын
In the cylinder.STL file change the last line from "endsolid" to "endsolid cylinder". It will work.
@mohammaderaky26525 жыл бұрын
@@sumitzanje9660 I tried this it doesn't work, you could upload the stl file
@sumitzanje96605 жыл бұрын
@@mohammaderaky2652 Along with the above-mentioned suggestion, rename the "cylinder.STL" the to "cylinder.stl". Reason- surfaceFeatureExtractDict has name cylinder.stl and not cylinder.STL so it's not getting that file. Try this, it will work. Thanks
@eastonpal24874 жыл бұрын
@@sumitzanje9660 This fixed it!
@pascalRubinstein4 жыл бұрын
Great video, but I'm getting this error whilst trying to run simpleFoam: --> FOAM FATAL IO ERROR: Unable to set reference cell for field p Please supply either pRefCell or pRefPoint file: /home/pascal/OpenFOAM/pascal-7/Worked_Tutorials/Cylinder/postRun/system/fvSolution.SIMPLE from line 39 to line 46. From function bool Foam::setRefCell(const volScalarField&, const volScalarField&, const Foam::dictionary&, Foam::label&, Foam::scalar&, bool) in file cfdTools/general/findRefCell/findRefCell.C at line 102. If anybody has any clues that might help, please share them. Thank you :)
@kenbryanfernandez24543 жыл бұрын
this is very helpful thanks
@Naturalbeautyadventure3 жыл бұрын
Thanks you its very good one
@georgeathanasopoulos35183 жыл бұрын
Thank you very much!!!
@zirgo88663 жыл бұрын
you are awesome thanks a lot
@ThomasLaverne4 жыл бұрын
Very useful video! Thank you very much for sharing (openfoam is a mess at the begining!)
@elliott89315 жыл бұрын
My university uses Autodesk Inventor instead of SolidWorks, and Inventor saves its files with the extension .ipt instead of .prt. I have also not been able to get it to work using these .ipt files. Is it absolutely necessary to have a .prt file? Is there a way to change what file the program is looking for? Inventor also won't export files to .prt
@BobBeatski715 жыл бұрын
I use Rhino for my models and export my data as STL. STL is what you want to be using.
@BombermanOfComet4 жыл бұрын
Hello and thank you for this tutorial. I have an error message coming up, while trying to execute surfaceFeatureExtract which is looking like this: Create time Note: Feature line extraction only valid on closed manifold surfaces Reading surfaceFeatureExtractDict --> FOAM FATAL ERROR: No surfaces specified/found for entry: cylinder.STL From function int main(int, char**) in file surfaceFeatureExtract.C at line 307. FOAM exiting Do you have any idea how to solve this issue, please?
@ungedrageset4 жыл бұрын
Hi, have you found any answer to this question? I have the same error message.
@BombermanOfComet4 жыл бұрын
@@ungedrageset I have. The reason this command did not worked in my case was that i used OpenFOAM from openfoam.org at this time. And this variant did not had this command in its command folders. After downloading from openfoam.com, it worked. I know it sounds stupid, but in my case this was the solution.
@王冠驊-m5j Жыл бұрын
Make sure the stl file being referenced is renamed "file.stl" rather than how it saves as "file.STL".
@ashok3055 жыл бұрын
does any one know how to import CFD result into Unity
@AhsanKhanPhD5 жыл бұрын
I have a question, can someone please help me out? I want to run the solver multiPhase/interFoam/RAS/floatingObject but by default it runs with a cuboid body, I have a cylindrical body in .stl format and I want to use it as a floating object. How can I do this? Thanks to this video, I have been able to insert the cylindrical mesh in blockMesh by using snappyHexMesh, but how can I use the cylinder as a floating object? Thanks if someone can help me out, I am doing a univerisity homework :)
@dheaputri4195 Жыл бұрын
excuse me, are you already finish about your work. because now I also have a problem similar to the one you are facing
@TheAurora19934 жыл бұрын
Hi! Nice video! When running simpleFoam I have a FATAL ERROR with this: --> FOAM FATAL IO ERROR: keyword direction is undefined in dictionary "/home/Desktop/cylinder/postrun/system/controlDict.functions.streamlines" I can't find that dictionary, can anybody help me?
@orikojokro66774 жыл бұрын
Run it with openfoam v5 instead of v7.
@44bgood3 жыл бұрын
Great explanation! But that copy-paste-rename-delete workflow needs to be automated or something.
@jayabratadhar4 жыл бұрын
THANKS A LOT :D
@007aha14 жыл бұрын
really gut thank you !!!!!!!!!!!!!!!!!!!!!!!!!!!
@oleksiyyefimenko32993 жыл бұрын
Thank you very much for presentation. It's very practical/ useful. Keep making research. stop splashing/eating during presentation!!! it's enrages! >/
@editingstuff5753 жыл бұрын
allahına kurban Lily bacım
@antonskyrda66454 жыл бұрын
really, it do not working with me. I have tryed many times and it should be some magic to work perectly in this video. GIVE UP