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

combine dynamicMotionSolverFvMesh and solidBodyMotionFvMesh

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By PonchO

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 25, 2012, 15:41
Default combine dynamicMotionSolverFvMesh and solidBodyMotionFvMesh
  #1
New Member
 
Eric
Join Date: Jan 2012
Posts: 18
Rep Power: 14
EVBUCF is on a distinguished road
Hello Foamer's

I'm interested in simulating a helicopter rotor.
I've done this with solidBodyMotion with AMI at the interface and works well

I would like to combine the two mesh solvers, dynamicMotionSolverFvMesh and solidBodyMotionFvMesh. Ideally, I want the rotating domain of the mesh to
use mesh elasticity on the rotor blade (located in the center of the rotating domain).

I tried using rotatingWallVelocity and just use dynamicMotionSolverFvMesh. Which does work, but the rotatingWall BC's doesn't work for blades (non circular surfaces)

It seems possible, but don't really know where to start. I assume many could benefit from the functionality.

Any suggestions as to where to start or any dev. versions which have incorporated this.

-Carlos
EVBUCF is offline   Reply With Quote

Old   July 9, 2013, 03:43
Default
  #2
New Member
 
st.zhang
Join Date: Mar 2013
Location: China
Posts: 1
Rep Power: 0
yy_st is on a distinguished road
Hello EVBUCF:

I meet the same question as yours, and how did you solve this problem? Is there some suggestions?

Thank you!!!
yy_st is offline   Reply With Quote

Old   November 5, 2015, 05:38
Default
  #3
Senior Member
 
louisgag's Avatar
 
Louis Gagnon
Join Date: Mar 2009
Location: Stuttgart, Germany
Posts: 338
Rep Power: 18
louisgag is on a distinguished road
Send a message via ICQ to louisgag
If anyone have a solution for this problem, I'd be curious to know3 about it.
Thanks,
-Louis
louisgag is offline   Reply With Quote

Old   November 6, 2015, 19:23
Default
  #4
New Member
 
Christoph Kratzsch
Join Date: Nov 2011
Location: Freiberg
Posts: 28
Rep Power: 14
PonchO is on a distinguished road
Hello everyone,

i read about this in the "openfoam technology primer" http://www.sourceflux.de/book/. Have a look at chapter 13.

Good speed.
louisgag likes this.
PonchO is offline   Reply With Quote

Old   April 21, 2017, 03:00
Default
  #5
New Member
 
马国祯
Join Date: Apr 2017
Posts: 10
Rep Power: 9
magz is on a distinguished road
Quote:
Originally Posted by EVBUCF View Post
Hello Foamer's

I'm interested in simulating a helicopter rotor.
I've done this with solidBodyMotion with AMI at the interface and works well

I would like to combine the two mesh solvers, dynamicMotionSolverFvMesh and solidBodyMotionFvMesh. Ideally, I want the rotating domain of the mesh to
use mesh elasticity on the rotor blade (located in the center of the rotating domain).

I tried using rotatingWallVelocity and just use dynamicMotionSolverFvMesh. Which does work, but the rotatingWall BC's doesn't work for blades (non circular surfaces)

It seems possible, but don't really know where to start. I assume many could benefit from the functionality.

Any suggestions as to where to start or any dev. versions which have incorporated this.

-Carlos
can you send me your case file? thank u so much
magz is offline   Reply With Quote

Old   April 25, 2017, 11:04
Default
  #6
New Member
 
Bojan Sekutkovski
Join Date: Oct 2012
Posts: 19
Rep Power: 13
Bojan is on a distinguished road
Hi Carlos,

I have implemented exactly what you are searching for into mine fsi application. I wanted to simulate jet engine start up including the rotordynamics effects. Successfuly done it, but simulation time is enormously huge. So stopped for now.

If you are interested I can post the code.

Best regards,

Bojan


Quote:
Originally Posted by EVBUCF View Post
Hello Foamer's

I'm interested in simulating a helicopter rotor.
I've done this with solidBodyMotion with AMI at the interface and works well

I would like to combine the two mesh solvers, dynamicMotionSolverFvMesh and solidBodyMotionFvMesh. Ideally, I want the rotating domain of the mesh to
use mesh elasticity on the rotor blade (located in the center of the rotating domain).

I tried using rotatingWallVelocity and just use dynamicMotionSolverFvMesh. Which does work, but the rotatingWall BC's doesn't work for blades (non circular surfaces)

It seems possible, but don't really know where to start. I assume many could benefit from the functionality.

Any suggestions as to where to start or any dev. versions which have incorporated this.

-Carlos
Bojan is offline   Reply With Quote

Old   April 25, 2017, 21:52
Default
  #7
New Member
 
马国祯
Join Date: Apr 2017
Posts: 10
Rep Power: 9
magz is on a distinguished road
Quote:
Originally Posted by Bojan View Post
Hi Carlos,

I have implemented exactly what you are searching for into mine fsi application. I wanted to simulate jet engine start up including the rotordynamics effects. Successfuly done it, but simulation time is enormously huge. So stopped for now.

If you are interested I can post the code.

Best regards,

Bojan
Hi, Bojan!
I am going on a similar case to yours, I want to simulation fsi of helicopter rotor, I have used solidBodyMotionFvMesh to simulation helicopter rotor in hover, now I also want to combine dynamicMotionSolverFvMesh and solidBodyMotionFvMesh to do a fsi based on OpenFOAM, can you send me your case files? my email is 1094351222@qq.com, thank you so much!
magz is offline   Reply With Quote

Old   May 18, 2018, 04:22
Default
  #8
New Member
 
marco polo
Join Date: Dec 2014
Posts: 2
Rep Power: 0
isrmar10 is on a distinguished road
Quote:
Originally Posted by Bojan View Post
Hi Carlos,

I have implemented exactly what you are searching for into mine fsi application. I wanted to simulate jet engine start up including the rotordynamics effects. Successfuly done it, but simulation time is enormously huge. So stopped for now.

If you are interested I can post the code.

Best regards,

Bojan

Hi, Bojan!

I am working in similar case like yours, I am trying to simulate a 6DOF sphere and I would like to combine dynamicMotionSolverFvMesh and solidBodyMotionFvMesh, can you send me your case files? My emai is marco.espinoza.autocad@gmail.com, Thank you!!
isrmar10 is offline   Reply With Quote

Old   May 18, 2018, 05:05
Default
  #9
New Member
 
Bojan Sekutkovski
Join Date: Oct 2012
Posts: 19
Rep Power: 13
Bojan is on a distinguished road
Hi Marco,

I will send the code to you as soon as I reach home later today.

Best regards
Bojan is offline   Reply With Quote

Old   June 11, 2018, 04:49
Default
  #10
New Member
 
Join Date: Apr 2013
Posts: 26
Rep Power: 13
pippo2013 is on a distinguished road
Quote:
Originally Posted by Bojan View Post
Hi Carlos,

I have implemented exactly what you are searching for into mine fsi application. I wanted to simulate jet engine start up including the rotordynamics effects. Successfuly done it, but simulation time is enormously huge. So stopped for now.

If you are interested I can post the code.

Best regards,

Bojan

Hi everyone!
I am also working to combine the two dynamic solvers. Bojan, it would be great to test your code, could you please send me it? my email is: extmgbox@gmail.com
Thanks in advance!!!
pippo2013 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
Combine non rotating part with rotating parts or not ? teck0516 Main CFD Forum 0 July 16, 2011 13:38
How to combine UDF and Scheme? ali hemmati Fluent UDF and Scheme Programming 3 March 19, 2011 14:45
how to combine parts of MRFSimpleFoam and TurbFoam to create a new solver? renyun0511 OpenFOAM Running, Solving & CFD 0 May 3, 2010 22:10
how to combine multiple block files in ICEM? kpv CFX 3 December 13, 2007 08:12
how combine two volume MESHES in GAMBIT sreenivas FLUENT 2 October 10, 2007 10:48


All times are GMT -4. The time now is 15:03.