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

FSI motion error

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 14, 2017, 05:14
Default FSI motion error
  #1
Member
 
thegauravonline's Avatar
 
GS
Join Date: Mar 2016
Posts: 81
Rep Power: 10
thegauravonline is on a distinguished road
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);
    }
}
Please help
Thanks
Attached Images
File Type: png Screenshot from 2017-01-14 15-37-08.png (28.5 KB, 25 views)
thegauravonline is offline   Reply With Quote

Old   January 22, 2017, 11:51
Default
  #2
Senior Member
 
khedar
Join Date: Oct 2016
Posts: 111
Rep Power: 9
khedar is on a distinguished road
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.
khedar is offline   Reply With Quote

Old   January 23, 2017, 02:46
Default
  #3
Member
 
thegauravonline's Avatar
 
GS
Join Date: Mar 2016
Posts: 81
Rep Power: 10
thegauravonline is on a distinguished road
using single mesh.

I am running foam extend 3.2. Other versions dont have this solver

How to use mergeMesh?
thegauravonline 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
[OpenFOAM.org] compile error in dynamicMesh and thermophysicalModels libraries NickG OpenFOAM Installation 3 December 30, 2019 00:21
[OpenFOAM] Native ParaView Reader Bugs tj22 ParaView 270 January 4, 2016 11:39
[OpenFOAM.org] Compile OF 2.3 on Mac OS X .... the patch gschaider OpenFOAM Installation 225 August 25, 2015 19:43
[swak4Foam] GroovyBC the dynamic cousin of funkySetFields that lives on the suburb of the mesh gschaider OpenFOAM Community Contributions 300 October 29, 2014 18:00
How to get the max value of the whole field waynezw0618 OpenFOAM Running, Solving & CFD 4 June 17, 2008 05:07


All times are GMT -4. The time now is 22:23.