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

Rotating domain of a turbine

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 19, 2017, 16:23
Default Rotating domain of a turbine
  #1
New Member
 
oumnia
Join Date: Feb 2017
Posts: 12
Rep Power: 9
oumnion is on a distinguished road
Hi,

I am a new user of OF-2.3.0 and I would like to introduce the rotation to a turbine.
I imported the grid from Pointwise to OF-2.3.0 I set the boundaries, volumes... but I have an issue with creating the rotation :
Can anyone help me please
Code:
/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.3.0                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "constant";
    object      dynamicMeshDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dynamicFvMesh   solidBodyMotionFvMesh;

motionSolverLibs ( "libfvMotionSolvers.so" );

solidBodyMotionFvMeshCoeffs
{
    cellZone        TurbineV-cells;

    solidBodyMotionFunction  rotatingMotion;
    rotatingMotionCoeffs
    {
        origin      (0 0 0);
        axis        (0 0 1);
        omega       200; // rad/s
    }
}


// ************************************************************************* //
Attached Images
File Type: png tof1.png (38.7 KB, 16 views)
File Type: jpg tof2.jpg (198.6 KB, 17 views)
oumnion is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
CHT , multiphase, rotating domain. Can't get a solution diamondx CFX 3 December 10, 2014 11:12
Monitor a point in a rotating domain taichijulie CFX 0 August 12, 2009 16:25
Single Rotating Domain fluentnoob FLUENT 4 June 23, 2009 10:48
Problem with rotating SOLID domain Roland R CFX 0 May 8, 2009 03:38
rotating domain in rotating domain, different axis Robert Stringer CFX 3 December 4, 2006 07:04


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