CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

IcoFoamAutoMotion missing in my distribution

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 16, 2006, 10:09
Default Hi evrybody, After some wee
  #1
Senior Member
 
Vincent RIVOLA
Join Date: Mar 2009
Location: France
Posts: 283
Rep Power: 18
vinz is on a distinguished road
Hi evrybody,

After some weeks to look in the capacties of OpenFOAM, I'm really apreciate this software. I would like to try the mesh auto motion possibilities of OpenFOAM. I found number of threads on the topic, but in my distribution (OpenFOAM 1.3), I don't have any tutorial on that thing, or any solver related to that. Am I missing something, or did you remove this fantastic possibility in the last release ?

Vincent
vinz is offline   Reply With Quote

Old   November 16, 2006, 10:19
Default The mesh motion is (of course)
  #2
Senior Member
 
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,905
Rep Power: 33
hjasak will become famous soon enough
The mesh motion is (of course) still there. Have a look at the motion libraries in the src directory. For the tutorial, there's movingCone and newMovingCone in

l/home/hjasak/OpenFOAM/OpenFOAM-1.3/tutorials/icoDyMFoam

which both use automatic mesh motion. There is a whole host of other stuff (including important bug fixes!) in my development - have a look at the forum for the details. This includes a lot of free surface tracking stuff and some fluid-structure interaction.

Enjoy,

Hrv
__________________
Hrvoje Jasak
Providing commercial FOAM/OpenFOAM and CFD Consulting: http://wikki.co.uk
hjasak is offline   Reply With Quote

Old   November 16, 2006, 10:29
Default Thanks for the quick reply,
  #3
Senior Member
 
Vincent RIVOLA
Join Date: Mar 2009
Location: France
Posts: 283
Rep Power: 18
vinz is on a distinguished road
Thanks for the quick reply,

Indeed, I have the icoDyMFoam tutorial. But I have a small problem. Running FoamX, icoDyMFoam is not in the list of possibly running cases. How can I fix it?
Then, I'm specially interested in fluid-structure interaction. Is this part also allready included in OpenFOAM? And do you have papers or tutorials to help me better understand OpenFOAM capacities in this domain?
I really appreciate your help,

regards

Vincent
vinz is offline   Reply With Quote

Old   November 16, 2006, 10:38
Default Run it from the command line,
  #4
Senior Member
 
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,905
Rep Power: 33
hjasak will become famous soon enough
Run it from the command line, I have never been a big fan of FoamX for anything other than very basic stuff.

You can see some applications of FSI from Dr. Tukovic and myself on the slides from 5th International Congress of Croatian Society of Mechanics. The slides are available on my personal web site under Slides. There's also a few animations at University of Zagreb OpenFOAM site, e.g. bent pipe fluid-structure interaction.

However, not all the papers describing the work and implementation + experimental comparison are out yet so the code is not publicly available but most individual components are). If you are looking for collaboration or similar, feel free to chase dr. Tukovic and see what he says.

Hrv
__________________
Hrvoje Jasak
Providing commercial FOAM/OpenFOAM and CFD Consulting: http://wikki.co.uk
hjasak is offline   Reply With Quote

Old   November 16, 2006, 10:55
Default Thanks for your help, I'm goin
  #5
Senior Member
 
Vincent RIVOLA
Join Date: Mar 2009
Location: France
Posts: 283
Rep Power: 18
vinz is on a distinguished road
Thanks for your help, I'm going to give it a try using command line (even I never really used it).
I'll certainly try to reach dr. Tukovic on FSI stuff.
For what I've seen so far, OpenFOAM looks quite good in this domain. I hope, it will help me a bit studying FSI on baloon.

Vincent
vinz is offline   Reply With Quote

Old   November 17, 2006, 00:47
Default Hi, I tried to run the movi
  #6
Senior Member
 
Vincent RIVOLA
Join Date: Mar 2009
Location: France
Posts: 283
Rep Power: 18
vinz is on a distinguished road
Hi,

I tried to run the movingCone case and it works fine. However, I mention that the mesh is deformed in time due to the motion of the cone, and I assumed that's something you modified in the case newMovingCone. Even if it's not the case, I would like to run this case, but I have the following error (even if I do setMotionMovingCone before running the case);

--> FOAM FATAL IO ERROR : keyword dynamicFvMesh is undefined in dictionary "/home/vincent/OpenFOAM/vincent-1.3/run/tutorials/icoDyMFoam/newMovingCone/const ant/dynamicMeshDict"

file: /home/vincent/OpenFOAM/vincent-1.3/run/tutorials/icoDyMFoam/newMovingCone/consta nt/dynamicMeshDict from line 25 to line 33.

From function dictionary::lookupEntry(const word& keyword) const
in file db/dictionary/dictionary.C at line 152.

FOAM exiting

My dynamicMeshDict looks like this:
FoamFile
{
version 2.0;
format ascii;

root "";
case "";
instance "";
local "";

class dictionary;
object motionProperties;
}

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

twoDMotion yes;

solver laplace;

frozenDiffusion true;

diffusion file;

distancePatches 0 ();

What should I add/remove to make it work?
Thanks for your help,

Vincent
vinz is offline   Reply With Quote

Old   November 17, 2006, 00:58
Default Hi, I tried to run the movi
  #7
Senior Member
 
Vincent RIVOLA
Join Date: Mar 2009
Location: France
Posts: 283
Rep Power: 18
vinz is on a distinguished road
Hi,

I tried to run the movingCone case and it works fine. However, I mention that the mesh is deformed in time due to the motion of the cone, and I assumed that's something you modified in the case newMovingCone. Even if it's not the case, I would like to run this case, but I have the following error (even if I do setMotionMovingCone before running the case);

--> FOAM FATAL IO ERROR : keyword dynamicFvMesh is undefined in dictionary "/home/vincent/OpenFOAM/vincent-1.3/run/tutorials/icoDyMFoam/newMovingCone/const ant/dynamicMeshDict"

file: /home/vincent/OpenFOAM/vincent-1.3/run/tutorials/icoDyMFoam/newMovingCone/consta nt/dynamicMeshDict from line 25 to line 33.

From function dictionary::lookupEntry(const word& keyword) const
in file db/dictionary/dictionary.C at line 152.

FOAM exiting

My dynamicMeshDict looks like this:
FoamFile
{
version 2.0;
format ascii;

root "";
case "";
instance "";
local "";

class dictionary;
object motionProperties;
}

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

twoDMotion yes;

solver laplace;

frozenDiffusion true;

diffusion file;

distancePatches 0 ();

What should I add/remove to make it work?
Thanks for your help,

Vincent
vinz is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
LES --> AM I MISSING SOMETHING!? Forrest FLUENT 1 March 4, 2009 17:22
[Commercial meshers] Missing foamCorrectVrt stefanke OpenFOAM Meshing & Mesh Conversion 2 June 13, 2006 05:10
Motion interFoam and icoFoamAutoMotion lr103476 OpenFOAM Running, Solving & CFD 3 January 18, 2006 09:44
missing faces.... iceraining01 Main CFD Forum 2 April 6, 2005 06:47
HELP!!! LES missing in fluent 6 ravi FLUENT 2 March 5, 2003 18:27


All times are GMT -4. The time now is 19:23.