The tutorial is clear and enjoyable, keep up the good work!
@Codeynamics4 ай бұрын
Thankyou very much
@bumpty9830Ай бұрын
Don't forget about Tab completion when typing out those long file paths! My system even auto-completes the environment variable name, but I'm sure yours will at least autocomplete directory names (like incompressibleMultiphaseVoF). Saves a little time and wrist effort.
@CodeynamicsАй бұрын
Thanks for your suggestions. I do use that. But it doesn't work when we use $FOAM_TUTORIALS in WSL. I have tried it and it adds a \ before $ everytime I hit tab. And once there is a \, it can no longer auto complete as it is neither a variable or a path. I'm glad it works for you. I hate it that it doesn't work for me in such cases.
@opensourcemechanics8 ай бұрын
Veey good video! Thanks for sharing!
@Codeynamics8 ай бұрын
Thankyou. Please share and support!
@SamirPatnaik10 ай бұрын
so clean tutorial bro, love it. every other one on this topic is unwatchable
@Codeynamics9 ай бұрын
Glad you think so! Thankyou.
@imonghosh72868 ай бұрын
loved it, very well explained.
@Codeynamics8 ай бұрын
Thankyou, keep supporting
@chriswiese13485 ай бұрын
Great Video!
@Codeynamics5 ай бұрын
Glad you enjoyed it
@ahmadnabhani92908 ай бұрын
Thank you for the useful video. What is "Q" parameter here?
@Codeynamics8 ай бұрын
Thankyou The Q criterion defines vortices as areas where the vorticity magnitude is greater than the magnitude of the rate of strain. Pls check documentation for more clarity
@POTATOMAN-gi9ce6 ай бұрын
hey if you close wsl inbetween and reopen it later can you continue the steps?
@Codeynamics6 ай бұрын
yes absolutely. As long as you go to the correct case directory location and perform the appropriate commands, it will work.
@raoufdz447411 ай бұрын
Thank you
@Codeynamics11 ай бұрын
Welcome 😊
@disinlungkamei28695 ай бұрын
sir please can you tell me how did the blade rotate which file of the openfoam stores the information about this rotation .. i am ignorant on this ....and where can i download this model ...thank you sir
@Codeynamics4 ай бұрын
it is the dynamicMeshDict in the constant folder. This model is also available in the tutorial resources. Please follow the video. I have explained it as well.
@silviasimi43942 ай бұрын
Hi, what about free libraries in OpenFOAM? Is it possibile that some users make available BlockMeshDict, SnappyHexMeshDict and others file, but without stl/obj file? I can’t find the subdirectory constant/Trisurface. In the constant folder, I have RASProperties, transportProperties and turbolenceProperties. Thanks!
@Codeynamics2 ай бұрын
To use blockMesh you don't need an object, but for snappyHexMesh, you would need an stl or an obj file. The constant folder never comes with the triSurface folder. You have to manually create it and add your geometry inside that and mesh it using the snappyHexMesh. I hope this helps. Please check my video on meshing a plane using snappyHexMesh. It would clarify your question.
@ap-qn9hw8 ай бұрын
Hi, is it possible to have the final foam file ? I am working in vizualisation rather than in calculation. Thanks for the vid. I am working on it anyway.
@Codeynamics8 ай бұрын
Sorry I don't have the final file now. You can easily run the case from tutorials to get the solution though.
@ap-qn9hw8 ай бұрын
yeah for sure, thanks@@Codeynamics
@TerragonCFD11 ай бұрын
nice 🙂
@Codeynamics11 ай бұрын
Thankyou so much
@beingahmed27610 ай бұрын
we can use snappyhexmesh for 2d geometry alike flow over cylinder/prism????
@Codeynamics10 ай бұрын
Yes you can. Use type "empty" for the frontAndBack faces. Separate all faces from the geometry, use inlet.stl, outlet.stl, walls.stl, prism.stl, frontAndBack.stl and then do the snappyhexmesh. It should work fine. if it doesn't, mail us at codeynamics@gmail.com
@MarcelNKemet8 ай бұрын
What parameter in snappyHexMeshDict controls the animation of the propeller? Thanks
@Codeynamics8 ай бұрын
snappyHexMeshDict was used only to create mesh for the case. It has no role in the animation directly.
@MarcelNKemet8 ай бұрын
@@Codeynamics In that case, I suspect animation is controlled by a custom function somewhere the system/controlDict
@Codeynamics8 ай бұрын
@@MarcelNKemet I dont understand what you are trying to say. The animation is post processed in paraview. how is animation related to controlDict?
@MarcelNKemet8 ай бұрын
@@Codeynamics I found out there is a dictionary (dynamicMeshDict) located in constant/ folder which controls the mesh animation. You could have mentioned that in the video. Anyway, good introduction to dyn meshes.
@Codeynamics8 ай бұрын
@@MarcelNKemet That doesnt control animation directly. That controls the mesh motion. Animation is a byproduct. So I didnt mention. Thankyou for your suggestions