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

Dynamic Mesh issue when coupling OpenFOAM with FSI

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 12, 2020, 06:19
Default Dynamic Mesh issue when coupling OpenFOAM with FSI
  #1
New Member
 
Conor
Join Date: Oct 2016
Posts: 14
Rep Power: 9
ConorMD is on a distinguished road
Hi there,

While trying to run a simple FSI model, coupling Openfoam with Calculix with preCICE, I am encountering a problem with the dynamic mesh.

I am modelling the deflections on a single foil of a VAWT and the model is simplified to contain only a single foil rotating around a center point.

I am using a solidBody solver to define the rotating motion and a Laplacian for the foil deflection.

Before trying with FSI, I modelled as CFD only and the mesh moved as intended i.e. sliding. However, when tried with the FSI settings enabled, the mesh does not slide. It stretches and contorts. See attached pics.

Does anyone have a solution for this?

FYI, Openfoam 7 now allows the coupling of multiple motion solvers.

Many thanks in advance,
Conor

My dynamicMeshDict:

Code:
dynamicFvMesh  dynamicMotionSolverFvMesh;
motionSolverLibs ("libfvMotionSolvers.so");
solvers
(

	Turbine
	{
		motionSolverLibs ("libfvMotionSolvers.so");
		solver solidBody;

		solidBodyCoeffs
		{
   		 	cellZone        rotorVolume;
    			solidBodyMotionFunction  rotatingMotion;
    			rotatingMotionCoeffs
    			{
     			 origin		(0 0 0);
      			 axis		(0 0 -1);
     		 	 omega       5.625;
   			}
		}
	}

	Foil
	{
		motionSolverLibs ("libfvMotionSolvers.so");
		solver displacementLaplacian;
		

		

		displacementLaplacianCoeffs 
		{

   		diffusivity quadratic inverseDistance (foil1);

		}
	}





);
Attached Images
File Type: png Before FSI - correct.png (47.4 KB, 25 views)
File Type: png FSI enabled - incorrect.png (70.8 KB, 26 views)
ConorMD is offline   Reply With Quote

Reply

Tags
calculix, fsi, precice

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
foam-extend-4.1 release hjasak OpenFOAM Announcements from Other Sources 19 July 16, 2021 05:02
[mesh manipulation] Importing Multiple Meshes thomasnwalshiii OpenFOAM Meshing & Mesh Conversion 18 December 19, 2015 18:57
Update of the variables after dynamic mesh motion. gtg258f OpenFOAM Programming & Development 9 January 18, 2014 10:08
Postprocessing issue with dynamic mesh? ghost82 FLUENT 1 November 2, 2012 10:06
fluent add additional zones for the mesh file SSL FLUENT 2 January 26, 2008 11:55


All times are GMT -4. The time now is 06:53.