CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

fvModels-accelerationSource - No velocity change

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 4, 2023, 02:42
Wink fvModels-accelerationSource - No velocity change
  #1
Senior Member
 
Desh
Join Date: Mar 2021
Location: Sydney
Posts: 118
Rep Power: 5
dasith0001 is on a distinguished road
Hi Foamers,

I am trying to simulate an effect of fan, and I am using ''accelerationSource'' fvModel. I am using OpenFoam10

The fvModel works fine if I include 'halfCosineRamp' but I cannot see any changes to velocity field when I change it to ''constant''.

I am assuming the fan would exert a constant accelaration to the fluid. Would you take a look into the file ?

PHP Code:
accelerationSource1
{
    
type            accelerationSource;

    
selectionMode   cellZone;
    
cellZone        rotor;

    
U               U;

    
velocity        scale;            //constant; //uniform;
    
value           (0 0 10);

 
    
scale
    
{
        
type         constant;     //one;  //halfCosineRamp;  //constant; 
                                      //halfCosineRamp; uniform constant
        
value        1;
        
        
//start           0;
        //duration        100;
    
}

Also, is this the 'right' fvModel to simulated the 'effect of the fan' ?

Thank you
Dasith
dasith0001 is offline   Reply With Quote

Reply

Tags
accelerationsource, fvmodels


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
serial udf to parallel udf radioss Fluent UDF and Scheme Programming 10 January 19, 2019 09:56
Multiphase flow - incorrect velocity on inlet Mike_Tom CFX 6 September 29, 2016 02:27
How to use "translation" in solidBodyMotionFunction in OpenFOAM rupesh_w OpenFOAM Running, Solving & CFD 5 August 16, 2016 05:27
Change in velocity at inlet mutewinter Main CFD Forum 0 June 6, 2014 07:01
mean velocity change from inlet to outlet ro FLUENT 2 April 19, 2008 14:37


All times are GMT -4. The time now is 00:39.