|
[Sponsors] |
December 14, 2023, 07:15 |
weird result of nut
|
#1 |
Senior Member
Saeed Jamshidi
Join Date: Aug 2019
Posts: 214
Rep Power: 8 |
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; } } // ************************************************************************* // Besides, z component of the velocity does not make sence!! By the way, I am using k omega SST. thank you in advance. |
|
|
|
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 05:00 |
FlLUENT Hydrofoil weird result | Polymont | FLUENT | 1 | June 21, 2019 05:03 |
Does a larger number of iterations for steady state gives better result? | cfdnewb123 | FLUENT | 0 | March 3, 2019 01:09 |
nut for kklomega | giammy92 | OpenFOAM | 6 | June 21, 2016 05:36 |
Airfoil 2D, very weird result | Martin | FLUENT | 4 | June 13, 2007 13:21 |