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

six degrees of Freedom.. NEED HELP!

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 29, 2010, 08:57
Default six degrees of Freedom.. NEED HELP!
  #1
DLC
Member
 
Davide Lupo Conti
Join Date: Nov 2009
Posts: 34
Rep Power: 16
DLC is on a distinguished road
Hello everyone!
i'm having several problems managing the new sixDOF in OF1.7..
I can't figure out how to block or use any type of constraint on the floating object in the tutorial.

here is my pointDisplacement file:


object pointDisplacement;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions [0 1 0 0 0 0 0];

internalField uniform (0 0 0);

boundaryField
{
stationaryWalls
{
type fixedValue;
value uniform (0 0 0);
}
atmosphere
{
type fixedValue;
value uniform (0 0 0);
}
floatingObject
{
type sixDoFRigidBodyDisplacement;
centreOfMass (0.5 0.5 0.5);
momentOfInertia (0.08622222 0.08622222 0.144);
mass 9.6;
rhoInf 1;
report on;
value uniform (0 0 0);
constraints fixedPoint (0.5 0.5 0.5); // here is the problem!!

}
}


I really can't understand which is the correct syntax...

can anyone help???

thanks a lot!

DLC
DLC 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
Autogrid: discontinuity of 90 degrees in shroud Eric Joubarne Fidelity CFD 1 July 21, 2009 04:34
degree of freedom ztdep Main CFD Forum 1 January 12, 2009 08:16
Degrees of freedom NGUYEN Viet Hung FLUENT 0 July 9, 2006 19:59
about the Degrees of Freedom! KEVIN FLUENT 0 March 23, 2004 08:13
velocity profile in a 90 degrees bend Tim Main CFD Forum 6 June 18, 1999 02:58


All times are GMT -4. The time now is 17:27.