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

weird result of nut

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 14, 2023, 06:15
Exclamation weird result of nut
  #1
Senior Member
 
Saeed Jamshidi
Join Date: Aug 2019
Posts: 214
Rep Power: 7
saeed jamshidi is on a distinguished road
Hello,

I have simulated turbulent flow around a cylinder, and I have come across strange figure of nut!!

here is the nut BC:
Code:
/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  v2112                                |
|   \\  /    A nd           | Website:  www.openfoam.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       volScalarField;
    location    "0";
    object      nut;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions      [0 2 -1 0 0 0 0];

internalField   uniform 0; 

boundaryField
{

    inlet
    {
        type            calculated;
        value           uniform 0;
    }

    outlet
    {
        type            calculated;
        value           uniform 0;
    }

    Bottom
    {
        type            calculated;
        value           uniform 0;
    }

    top
    {
        type            calculated;
        value           uniform 0;
    }

	cylinder
    {
        type fixedValue;
		value uniform 0;
    }
	
    front
    {   
        type            calculated;
        value           uniform 0;
    }
	
	Back
    {   
        type            calculated;
        value           uniform 0;
    }
    
}

// ************************************************************************* //
would you tell me why nut has undergone these steep changes? at the inlet and locations with mesh refinement.

Besides, z component of the velocity does not make sence!!
By the way, I am using k omega SST.

thank you in advance.
Attached Images
File Type: jpg Screenshot (196).jpg (135.4 KB, 9 views)
File Type: jpg Screenshot (197).jpg (82.5 KB, 7 views)
saeed jamshidi is offline   Reply With Quote

Reply


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
Really weird sensitivity convergence result of SU2 6.2.0 Kevin_N SU2 Shape Design 0 July 18, 2019 04:00
FlLUENT Hydrofoil weird result Polymont FLUENT 1 June 21, 2019 04:03
Does a larger number of iterations for steady state gives better result? cfdnewb123 FLUENT 0 March 3, 2019 00:09
nut for kklomega giammy92 OpenFOAM 6 June 21, 2016 04:36
Airfoil 2D, very weird result Martin FLUENT 4 June 13, 2007 12:21


All times are GMT -4. The time now is 08:52.