|
[Sponsors] | |||||
Propeller tutorial isn't working under of1706 |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|
|
#1 | ||
|
Member
Paul Palladium
Join Date: Jan 2016
Posts: 94
Rep Power: 12 ![]() |
CLOSED : I am sorry I was running an old version of the tutorial from 16.06. The new syntax is :
Quote:
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:
Thanks a lot for your help, Fauster Last edited by Fauster; November 28, 2017 at 07:29. Reason: CLOSED |
|||
|
|
|
|||
|
|
|
#2 |
|
Member
Christophk
Join Date: Oct 2018
Posts: 33
Rep Power: 9 ![]() |
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
}
}
|
|
|
|
|
|
|
|
|
#3 | |
|
Member
Praphul T
Join Date: Dec 2013
Location: Bangalore, India
Posts: 32
Rep Power: 14 ![]() |
Quote:
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
}
|
||
|
|
|
||
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| uniformValue table meaning in propeller tutorial | donQi | OpenFOAM Running, Solving & CFD | 12 | November 3, 2022 08:54 |
| Marine propeller tutorial / validation case | cagriaydin | FLUENT | 0 | July 28, 2015 11:30 |
| Tutorial required for air flow simulation of working space (i.e. office)) | sumeetkotak | FLUENT | 0 | July 7, 2015 13:50 |
| DPM parallel is not working but serial is working | johnwinter | FLUENT | 1 | March 27, 2012 03:01 |
| Rotor/stator tutorial, and how to... | gilberto | CFX | 5 | January 21, 2002 10:41 |