|
[Sponsors] |
August 27, 2013, 01:41 |
using rotatingWallVelocity in openfoam
|
#1 |
New Member
Join Date: Mar 2011
Posts: 10
Rep Power: 15 |
i have made a case using rotatingWallVelocity it is running wellbut after some time i wish to stop the rotation.My boundary conditions are as follows.
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.1.1 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class volVectorField; location "0"; object U; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 1 -1 0 0 0 0]; internalField uniform (0 0 0); boundaryField { wall { type fixedValue; value uniform (0 0 0); } inner_rotating_wall { type rotatingWallVelocity; origin (0 0 0); axis (0 0 1); omega 400; } outlet1 { type fixedValue; value uniform (0 0 0); } inlet1 { type fluxCorrectedVelocity; value uniform (0 0 0); } inlet2 { type fluxCorrectedVelocity; value uniform (0 0 0); } defaultFaces { type empty; } } // ************************************************** *********************** // I am not able to stop the rotation since in the later time directories my boundary automatically changes to inner_rotating_wall { type calculated; value uniform (0 0 0); } Will changing the 0 time directory boundary condition will do the job ???? |
|
Tags |
boundary condition u, openfoam 2.1.1, rotatingwallvelocity |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Issues with OpenFoam | sanjibdsharma | OpenFOAM | 0 | August 14, 2009 09:41 |
Problem installing OpenFOAM 1.5 installation on RHEL 4. | vwsj84 | OpenFOAM Installation | 4 | April 23, 2009 05:48 |
2009 OpenFOAM Summer School in Zagreb, Croatia | hjasak | OpenFOAM Announcements from Other Sources | 0 | March 27, 2009 13:08 |
64bitrhel5 OF installation instructions | mirko | OpenFOAM Installation | 2 | August 12, 2008 19:07 |
OpenFOAM Training and Workshop | Hrvoje Jasak | Main CFD Forum | 0 | October 7, 2005 08:14 |