|
[Sponsors] |
How Can I Model This Bucket Problem in OpenFOAM? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 8, 2022, 04:49 |
How Can I Model This Bucket Problem in OpenFOAM?
|
#1 |
New Member
Matt
Join Date: Feb 2022
Posts: 1
Rep Power: 0 |
I am new to OpenFOAM and I am trying to design a clock as a hobby. The clock uses two Buckets (Cylinders). Cylinder 1 has a hole at the bottom that drips water into Cylinder 2. I believe I have created the mesh .stl files in FreeCAD and I have installed OpenFOAM and paraView.
But I don't know where to go next. How can I model this problem in the files in the Constant and System folders? I understand this will be incompressible flow, and the water will have an initial velocity. Thank you |
|
March 13, 2022, 15:44 |
|
#2 |
Senior Member
Join Date: Sep 2013
Posts: 353
Rep Power: 21 |
You should look into the interFoam solver, since you'll likely need to simulate water and air, hence two phases. Your mesh is likely easier created using blockMesh, but you can use snappyHexMesh or cfMesh.
The easiest here is cfMesh since you basically only have to input the mesh size. You need to figure out your boundary conditions and based on those assign each part of your stl different regions (not sure how to do that in freeCAD). You could try meshing it and afterwards use autoPatch or topoSet to set the boundary condtions. Or create stl files for each surface and simply add add those together. Under linux this would be cat file1.stl file2.stl > result.stl |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[OpenFOAM.com] Problem installation OpenFOAM 6 | wamars | OpenFOAM Installation | 0 | June 23, 2020 10:01 |
Workbench (CFX) bucket problem | BrentM.Adams36 | ANSYS | 0 | July 17, 2018 04:00 |
OpenFOAM 4.0 Released | CFDFoundation | OpenFOAM Announcements from OpenFOAM Foundation | 2 | October 6, 2017 06:40 |
OpenFOAM v3.0+ ?? | SBusch | OpenFOAM | 22 | December 26, 2016 15:24 |
Wrong flow in ratating domain problem | Sanyo | CFX | 17 | August 15, 2015 07:20 |