|
[Sponsors] |
October 2, 2009, 09:46 |
Moving Mesh with sliding interface
|
#1 |
New Member
Sebastian Weiper
Join Date: Sep 2009
Posts: 5
Rep Power: 17 |
Hi Foamers,
I want to simulate a 2D Modell of an engine. The valve is moving with topological changes and sliding interfaces. I have a Problem with my mesh generation. My dynamicmeshdict looks like that: dynamicFvMeshLibs 1("libtopoChangerFvMesh.so"); dynamicFvMesh linearValveLayersFvMesh; linearValveLayersFvMeshCoeffs { layer { patch movingwall; minThickness 1; maxThickness 1; } pistonVelocity (0 -1 0); slider { inside insideSlider; outside outsideSlider; } } But the Prublem is that the min and maxThickness is not right. It shows very bad mesh at the sliding interface. The element length is 1mm. Is it possible to implement a interface like ggi for linear moving? That the different points between the two sliding faces are interpolated and not connected. This page show that it is possible i think: http://foamcfd.org/development.html Thank you for your help
__________________
Software: OpenFOAM 1.5-dev |
|
October 3, 2009, 07:13 |
|
#2 |
Senior Member
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,907
Rep Power: 33 |
I would suggest that you contact Tommaso or try to get your hands on the 2-D engine tutorial from the Workshop. That will show you precisely what to do.
Incidentally, you can always replace the sliding interface on the valve curtain with a GGI. this will also give you more freedom with motion, it is better for parallelism etc. ... but the trick won't work on 2-stroke engines for the intake and exhaust passages Good luck, Hrv
__________________
Hrvoje Jasak Providing commercial FOAM/OpenFOAM and CFD Consulting: http://wikki.co.uk |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Polyhedra and sliding mesh? | rockewan | FLUENT | 5 | December 1, 2018 20:07 |
Moving mesh | Niklas Wikstrom (Wikstrom) | OpenFOAM Running, Solving & CFD | 122 | June 15, 2014 07:20 |
Question on InterFoam moving mesh capabilities | ziv | OpenFOAM Running, Solving & CFD | 0 | April 23, 2008 10:11 |
How to control Minximum mesh space? | hung | FLUENT | 7 | April 18, 2005 10:38 |
Sliding Mesh Interface Error | Greg Watkins | FLUENT | 3 | April 17, 2001 11:44 |