|
[Sponsors] |
May 17, 2013, 01:38 |
Oscillating cylinder in openFoam
|
#1 |
New Member
Bhupesh
Join Date: Jun 2012
Location: Germany
Posts: 14
Rep Power: 14 |
Hello foamers,
I have started working with the dynamic meshing in openFoam recently and i am unable to understand the various fields in pimpleDyMFOAM solver. Can anyone please help me out with the problem of oscillating cylinder using openFoam? Thanx in advance. |
|
May 22, 2013, 11:22 |
|
#2 |
Senior Member
HECKMANN Frédéric
Join Date: Jul 2010
Posts: 249
Rep Power: 17 |
Here is what I understood from the mesh morphing in Openfoam:
To move the mesh, openfoam uses a variable called "pointField". This is the vector from the original place of each node and the current position of the corresponding node. Your solver only moves the nodes of the patch (a wall for example). Then all the domain is moved via another solver. How the domain moves is controled by the dynamicMeshDict file in Constant. Different techniques can "send" the deformation in the domain more or less deeply. There are many algorithm to move the patchs. You have some where you give the position for each time step (the vector distance). Some other you give the speed at which the patch moves (the velocity vector). Some special wall boundary can move the wall according to a function (a sinus for example, or a translation). There are some other algorithm where the solver is able to add or remove layers. For example in a translating piston, the solver extend the cells until a certain point where the cells are split to avoid very large cells (or gather the cells if compressed). I agree with you, Openfoam documentation for mesh morphing is really really really bad ! |
|
August 7, 2015, 01:45 |
|
#3 |
Member
methma Rajamuni
Join Date: Jul 2015
Location: Victoria, Australia
Posts: 40
Rep Power: 11 |
Thank you very much.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Frequently Asked Questions about Installing OpenFOAM | wyldckat | OpenFOAM Installation | 3 | November 14, 2023 12:58 |
circular cylinder oscillating: don't know how to set the dynamicMeshDict file | John.C | OpenFOAM Pre-Processing | 2 | June 18, 2015 10:54 |
What is "Lock-In" in oscillating cylinder problem? | 9mile | Main CFD Forum | 0 | June 3, 2015 10:57 |
Suggestion for a new sub-forum at OpenFOAM's Forum | wyldckat | Site Help, Feedback & Discussions | 20 | October 28, 2014 10:04 |
Oscillating Cylinder in Parallel Flow: Analytical Solution | startingcfd | Main CFD Forum | 7 | March 23, 2012 06:49 |