|
[Sponsors] | |||||
|
|
|
#1 |
|
New Member
oum
Join Date: Feb 2017
Posts: 14
Rep Power: 10 ![]() |
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
}
}
// ************************************************************************* //
|
|
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CHT , multiphase, rotating domain. Can't get a solution | diamondx | CFX | 3 | December 10, 2014 12:12 |
| Monitor a point in a rotating domain | taichijulie | CFX | 0 | August 12, 2009 17:25 |
| Single Rotating Domain | fluentnoob | FLUENT | 4 | June 23, 2009 11:48 |
| Problem with rotating SOLID domain | Roland R | CFX | 0 | May 8, 2009 04:38 |
| rotating domain in rotating domain, different axis | Robert Stringer | CFX | 3 | December 4, 2006 08:04 |