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

Single propeller blade in SRFSimpleFoam

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 27, 2014, 14:51
Default Single propeller blade in SRFSimpleFoam
  #1
New Member
 
Mike
Join Date: Feb 2014
Posts: 2
Rep Power: 0
brownmj is on a distinguished road
Hello foamers!

I am running a single propeller blade using SRFSimpleFoam and periodic boundary conditions (cyclicAMI). My question has to do with the initial conditions of the flow. As far as I can tell, the only way to specify the initial conditions (for velocity, that is) is in the 0/Urel file, where all the velocities are, of course, relative.

For my inlet, far-field boundaries, I can use type=SRFVelocity and set relative=no in order to specify a uniform axial velocity (in the absolute reference frame). HOWEVER, I cannot figure out a way to input a uniform axial velocity in the absolute reference frame for the internalField. All I can do is set the RELATIVE velocity to (1 0 0), meaning that the initial condition for the flow is to be rotating with the propeller blade.

So, of course I'm having problems getting a converged solution and I think it could be because my initial condition is so far off from the physical solution.

Does anyone have any tips on how to input an initial condition of uniform velocity in the absolute frame to SRFSimplefoam?

In the meanwhile, I am running a case with very low RE# (~300). Hopefully all the extra viscosity will help the inlet and farfield BC's to decelerate all that rotating flow, and then I can update the RE# to a higher one once I get convergence. Any thoughts on this plan?

I've included my Urel file below, thanks for reading!

Code:
/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.3.0                               |
|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       volVectorField;
    location    "0";
    object      Urel.orig;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions      [0 1 -1 0 0 0 0];
internalField  uniform (1 0 0);
boundaryField
{
    hub-6
    {
        type            fixedValue;
        value           uniform (0 0 0);
    }
    farfield-5
    {
        type            SRFVelocity;
        inletValue      uniform (1 0 0);
        relative        no;
        value           uniform (1 0 0);
    }
    blade-4
    {
        type            fixedValue;
        value           uniform (0 0 0);
    }
    periodic_sfc1-9
    {
        type            cyclicAMI;
    }
    periodic_sfc2-10
    {
        type            cyclicAMI;
    }
    outlet-8
    {
        type            zeroGradient;
    }
    inlet-7
    {
        type            SRFVelocity;
        inletValue     uniform (1 0 0);
        relative        no;
        value           uniform (1 0 0);
    }
}
 
// ************************************************************************* //
brownmj is offline   Reply With Quote

Old   March 4, 2014, 12:26
Default
  #2
New Member
 
Mike
Join Date: Feb 2014
Posts: 2
Rep Power: 0
brownmj is on a distinguished road
Hi guys,

I just wanted to report back that I have fixed my own issue. Running 4000 times steps at a high viscosity was enough to get a somewhat converged solution. I then changed back to the desired viscosity and ran another 2000. Now, the forces are looking good compared to the experiment.

A colleague also has been teaching me about SwAK4Foam, and we have been trying to get those codes compiled on my machine so that I can use them to set up better initial conditions. However, as of Friday 3/1/14, the SWAK source doesn't seem to be compatible with OF 2.3.0.
brownmj is offline   Reply With Quote

Old   March 4, 2014, 14:42
Default
  #3
New Member
 
J. Brindley
Join Date: Mar 2014
Posts: 11
Rep Power: 12
oldirtybrindley is on a distinguished road
I am trying to simulate a Hydro-kinetic turbine blade. Could you share your case directory with me?
oldirtybrindley is offline   Reply With Quote

Old   April 22, 2014, 07:08
Default bc
  #4
Senior Member
 
Jiri
Join Date: Mar 2014
Posts: 215
Rep Power: 13
Jiricbeng is on a distinguished road
Hi brownmj,
would you mind uploading your files? I am struggling with similar issue.
Jiricbeng is offline   Reply With Quote

Old   August 6, 2014, 10:21
Default
  #5
Member
 
Ali
Join Date: Oct 2013
Location: St John's Canada
Posts: 31
Rep Power: 12
ashim is on a distinguished road
Hi,

Good morning. I am trying to simulate the same case as Mike, one propeller blade with cyclic boundary at the two sides using SRFSimpleFoam. After few iterations the time step continuity error become high and stops the simulation with error message. I couldn't understand the reason behind it. I am trying solve it from the last two weeks. But no progress. I think I have messed up the boundary conditions and solver settings. Would you please help me providing hints / advice. Any kind of help is appreciated.

Ali
ashim is offline   Reply With Quote

Old   August 12, 2014, 14:40
Default
  #6
Member
 
Ye Zhang
Join Date: Dec 2009
Location: Delft,Netherland
Posts: 92
Rep Power: 16
kiddmax is on a distinguished road
Hi Ali,

I have the same problem. Did you solve your issue?

Best regards
Ye
kiddmax is offline   Reply With Quote

Old   August 13, 2014, 07:12
Default
  #7
Member
 
Ali
Join Date: Oct 2013
Location: St John's Canada
Posts: 31
Rep Power: 12
ashim is on a distinguished road
Hi Ye,

Still now, I couldn't solve the problem. I have figured out that pressure at some points is relatively high than others. The pressure calculation is not going in correct way. I am expecting some help from this forum. Can anyone please help me?

Best regards,

Ali
ashim is offline   Reply With Quote

Old   August 14, 2014, 03:01
Default
  #8
Member
 
Ye Zhang
Join Date: Dec 2009
Location: Delft,Netherland
Posts: 92
Rep Power: 16
kiddmax is on a distinguished road
Hi Ali,

Thank you for your reply. I searched similar thread about SRFSimpleFoam, and what I conclude is that this solver maybe is not stable as MRFSimpleFoam. So I want to try MRFSimpleFoam and see what happens.

Kind regards,
Ye
kiddmax is offline   Reply With Quote

Old   July 12, 2021, 09:55
Default
  #9
New Member
 
Chakshu DEORA
Join Date: Jun 2021
Posts: 20
Rep Power: 4
chakshu is on a distinguished road
Hi Guys,


I know it has been a while on this post but any solution for the same problem? I am struggling with same issues, any kind of input is most welcomed.


I am trying to simulate a UAV propeller.


Thanks.
Regards.
chakshu 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
Simulation flow through Propeller by SRFSimpleFoam baoaero OpenFOAM Running, Solving & CFD 14 July 5, 2021 11:44
[ICEM] Blocking of impeller single blade sector (MRF) delaneyluke ANSYS Meshing & Geometry 1 May 6, 2011 09:28
360 degree fluid zone for a 4 blade propeller s0me0ne CFX 5 June 27, 2010 07:09
propeller blade meshing Terence Fidelity CFD 8 July 15, 2008 13:31
Blade thickness on propeller wash prediction Lam Main CFD Forum 1 October 28, 2005 02:36


All times are GMT -4. The time now is 03:07.