相关文章推荐
英俊的凉面  ·  Power BI ...·  4 天前    · 
英俊的凉面  ·  Moving points with ...·  10 月前    · 
英俊的凉面  ·  No code “EPSG:4490“ ...·  10 月前    · 
英俊的凉面  ·  Redirect everything ...·  11 月前    · 
英俊的凉面  ·  How to use the ...·  11 月前    · 
英俊的凉面  ·  python opencv ...·  1 年前    · 
英俊的凉面  ·  entity ...·  1 年前    · 
不爱学习的火腿肠  ·  java ...·  1小时前    · 
旅行中的铁链  ·  错误信息:SSL ShakeHand ...·  1小时前    · 

Hi everyone,

trying to couple my OpenFOAM mesh to a FSI solver via preCICE, I have first coupled a python dummy solver with OpenFOAM via preCICE.

My aim is to give a rotation movement from the FSI solver to OpenFOAM.
Therefore I have first tried a simple displacement, which worked pretty well:
Next moving to a rotation movement.
First I wanted to make a rotational movement around the bottom of the airfoil. I have plottet the vectors I am giving from python to OpenFOAM via preCICE with matplotlib.
The problem I am facing is, that the points I am trying to displace in different speed and direction are deforming the arifoil and do not result in a rotation motion:
Is there anything obvious I could make wrong?
I have set the python mesh vertices to:

[[0.32, -0.105],[0.32, 0.016 ],[0.32, 0.097]]

which are three points in the airfoil I have picked with paraview: The first one at the bottom, second somewhere in the middle and the third at the top of the airfoil.

The full case is available here
If you need any other data, please let me know in the comments.
Please also see my python dummy solver code here.

 
推荐文章