|
[Sponsors] |
January 14, 2017, 06:14 |
FSI motion error
|
#1 |
Member
GS
Join Date: Mar 2016
Posts: 81
Rep Power: 10 |
Grids of my 3D geometry are leaving some gap at interface between solid and fluid.[see- attachment]
What could be the reasons for it? solver- icoFSIElasticNonLinULSolidFoam motion U Code:
FoamFile { version 2.0; format ascii; class tetPointVectorField; object motionU; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 1 -1 0 0 0 0]; internalField uniform (0 0 0); boundaryField { plate { type fixedValue; value uniform (0 0 0); } topWall { type slip; value uniform (0 0 0); } bottomWall { type fixedValue; value uniform (0 0 0); } outlet { type fixedValue; value uniform (0 0 0); } frontAndBackPlanes { type slip; value uniform (0 0 0); } inlet { type fixedValue; value uniform (0 0 0); } } U Code:
FoamFile { version 2.0; format ascii; class volVectorField; object U; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 1 -1 0 0 0 0]; internalField uniform (0 0 0); boundaryField { plate { type movingWallVelocity; value uniform (0 0 0); } topWall { type fixedValue; value uniform (0 0 0); } bottomWall { type fixedValue; value uniform (0 0 0); } outlet { type zeroGradient; } inlet { type transitionalParabolicVelocity; maxValue 0.056; n ( 1 0 0 ); y ( 0 1 0 ); transitionPeriod 1.17; boundBoxMin ( 0 0 -0.024 ); boundBoxMax ( 0 0.0275 0.024 ); value uniform (0 0 0); } frontAndBackPlanes { type fixedValue; value uniform (0 0 0); } } Thanks |
|
January 22, 2017, 12:51 |
|
#2 |
Senior Member
khedar
Join Date: Oct 2016
Posts: 111
Rep Power: 10 |
Is your mesh a single mesh or you are using mergeMesh to merge two meshes.
I have had similar problem in OF2.3.1 which i solved by shifting to OF4.x. |
|
January 23, 2017, 03:46 |
|
#3 |
Member
GS
Join Date: Mar 2016
Posts: 81
Rep Power: 10 |
using single mesh.
I am running foam extend 3.2. Other versions dont have this solver How to use mergeMesh? |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[OpenFOAM.org] compile error in dynamicMesh and thermophysicalModels libraries | NickG | OpenFOAM Installation | 3 | December 30, 2019 01:21 |
[OpenFOAM] Native ParaView Reader Bugs | tj22 | ParaView | 270 | January 4, 2016 12:39 |
[OpenFOAM.org] Compile OF 2.3 on Mac OS X .... the patch | gschaider | OpenFOAM Installation | 225 | August 25, 2015 20:43 |
[swak4Foam] GroovyBC the dynamic cousin of funkySetFields that lives on the suburb of the mesh | gschaider | OpenFOAM Community Contributions | 300 | October 29, 2014 19:00 |
How to get the max value of the whole field | waynezw0618 | OpenFOAM Running, Solving & CFD | 4 | June 17, 2008 06:07 |