|
[Sponsors] |
Moving mesh forces on patches and turbulence solver |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 31, 2007, 10:38 |
Hello,
I hope someone can g
|
#1 |
New Member
Join Date: Mar 2009
Posts: 20
Rep Power: 17 |
Hello,
I hope someone can give me some hints on that: I am new to OpenFOAM, C++ and Linux and i need a solver that solves forces on selected patches in y-direction, uses a turbulence model and provides moving mesh. Has one done something like that? If not, what solvers do i have to combine to get it. I need it for my final year project at the university, where i have to calculate hydraulic valves for a company that is supplier for the automobile industrie. Any help is welcome, thanks! Daniel |
|
May 31, 2007, 10:46 |
Hi Daniel,
do you need movi
|
#2 |
Member
Tommaso Lucchini
Join Date: Mar 2009
Posts: 87
Rep Power: 17 |
Hi Daniel,
do you need moving mesh with or without topological changes? if you need only moving mesh without topological changes, you can combine icoDyMFoam with turbFoam and you will get what you need. Then you need to write a dynamicFvMesh class accounting for the mesh motion of your case. bye Tommaso |
|
May 31, 2007, 10:58 |
Thanks Tommaso,
I don't nee
|
#3 |
New Member
Join Date: Mar 2009
Posts: 20
Rep Power: 17 |
Thanks Tommaso,
I don't need topo changes, it is only a linear moving cock. But what is about the forces? I need the forces resulting from the oil flow that appear in the moving direction on the cock. Daniel |
|
May 31, 2007, 11:29 |
Have a look at : http://www.cf
|
#4 |
New Member
Dominique Turmel
Join Date: Mar 2009
Location: Québec, Québec, Canada
Posts: 19
Rep Power: 17 |
Have a look at : http://www.cfd-online.com/OpenFOAM_D...es/1/3814.html
This should help you a lot! Dominique |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Turbulent compressible solver rhoTurbFoam with dynamic moving mesh | eno | OpenFOAM Running, Solving & CFD | 4 | December 12, 2011 04:38 |
Moving mesh problem with a FSI solver | mathieu | OpenFOAM Running, Solving & CFD | 8 | January 25, 2010 10:08 |
Motion diffusivity solver has problems with patches moving toward each other | bfa | OpenFOAM Running, Solving & CFD | 2 | July 8, 2009 22:35 |
LES with moving mesh solver | gtg627e | OpenFOAM Running, Solving & CFD | 2 | July 23, 2007 11:40 |
First steps w moving mesh FOAM FATAL ERROR solver table is empty | tehache | OpenFOAM Running, Solving & CFD | 2 | May 14, 2007 05:59 |