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

Propeller tutorial isn't working under of1706

Register Blogs Community New Posts Updated Threads Search

Like Tree3Likes
  • 1 Post By Fauster
  • 2 Post By praphul

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 28, 2017, 06:22
Default Propeller tutorial isn't working under of1706
  #1
Member
 
Paul Palladium
Join Date: Jan 2016
Posts: 93
Rep Power: 10
Fauster is on a distinguished road
CLOSED : I am sorry I was running an old version of the tutorial from 16.06. The new syntax is :

Quote:
dynamicFvMesh dynamicMotionSolverFvMesh;

motionSolverLibs ("libfvMotionSolvers.so");

motionSolver solidBody;

cellZone innerCylinderSmall;

solidBodyMotionFunction rotatingMotion;

origin (0 0 0);
axis (0 1 0);
omega 158; // rad/s

Dear Foamer,

I am trying to run the propeller test case (pimpleDyMFoam solver) but it seems that dynamicFvMesh has changed. When you try to run the solver you get :

Quote:
[3] --> FOAM FATAL ERROR:
[3] Unknown dynamicFvMesh type solidBodyMotionFvMesh

Valid dynamicFvMesh types are :

9
(
dynamicInkJetFvMesh
dynamicMotionSolverFvMesh
dynamicMotionSolverListFvMesh
dynamicMotionSolverTopoFvMesh
dynamicMultiMotionSolverFvMesh
dynamicRefineFvMesh
movingConeTopoFvMesh
rawTopoChangerFvMesh
staticFvMesh
So the error message is clear but I am not able to find the right syntax under of1706. I tried to read the user guide but i can't figured out what is the right way to do this.

Thanks a lot for your help,

Fauster
praphul likes this.

Last edited by Fauster; November 28, 2017 at 06:29. Reason: CLOSED
Fauster is offline   Reply With Quote

Old   November 7, 2018, 09:06
Default
  #2
Member
 
Christophk
Join Date: Oct 2018
Posts: 33
Rep Power: 7
syntex is on a distinguished road
Hello I may try to run the same case.

I get the error as well and tried to use your code, but I can't make it work.

Can someone help?

Code:
dynamicFvMesh   dynamicMotionSolverFvMesh;

motionSolverLibs ( "libfvMotionSolvers.so" );

motionSolver solidBody;

solidBodyMotionFvMeshCoeffs
{
    cellZone        innerCylinderSmall;

    solidBodyMotionFunction  rotatingMotion;
    rotatingMotionCoeffs
    {
        origin      (0 0 0);
        axis        (0 1 0);
        omega       158; // rad/s
    }
}
I attached the error code
Attached Images
File Type: jpg Error.jpg (115.7 KB, 28 views)
syntex is offline   Reply With Quote

Old   July 17, 2019, 05:18
Default
  #3
New Member
 
Praphul T
Join Date: Dec 2013
Location: Bangalore, India
Posts: 26
Rep Power: 12
praphul is on a distinguished road
Quote:
Originally Posted by syntex View Post
Hello I may try to run the same case.

I get the error as well and tried to use your code, but I can't make it work.

Can someone help?

Code:
dynamicFvMesh   dynamicMotionSolverFvMesh;

motionSolverLibs ( "libfvMotionSolvers.so" );

motionSolver solidBody;

solidBodyMotionFvMeshCoeffs
{
    cellZone        innerCylinderSmall;

    solidBodyMotionFunction  rotatingMotion;
    rotatingMotionCoeffs
    {
        origin      (0 0 0);
        axis        (0 1 0);
        omega       158; // rad/s
    }
}
I attached the error code

I think that is because you have defined the solidBodyMotionFunction inside solidBodyMotioNFvMeshCoeffs. Specify it in a similar format as given by Fauster.

The code will look like this in that case :
Code:
dynamicFvMesh   dynamicMotionSolverFvMesh;

motionSolverLibs ( "libfvMotionSolvers.so" );

motionSolver solidBody;

cellZone        innerCylinderSmall;

solidBodyMotionFunction  rotatingMotion;
  

rotatingMotionCoeffs
    {
        origin      (0 0 0);
        axis        (0 1 0);
        omega       158; // rad/s
    }
P.S Eventhough the post is an year old, i thought it might help someone who encounters the same issue.
quarkz and WaterHammer1985 like this.
praphul 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
uniformValue table meaning in propeller tutorial donQi OpenFOAM Running, Solving & CFD 12 November 3, 2022 07:54
Marine propeller tutorial / validation case cagriaydin FLUENT 0 July 28, 2015 10:30
Tutorial required for air flow simulation of working space (i.e. office)) sumeetkotak FLUENT 0 July 7, 2015 12:50
DPM parallel is not working but serial is working johnwinter FLUENT 1 March 27, 2012 02:01
Rotor/stator tutorial, and how to... gilberto CFX 5 January 21, 2002 09:41


All times are GMT -4. The time now is 12:13.