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

Solid body motion on boundary and not entire mesh

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By twinturbotom

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 15, 2019, 21:59
Default Solid body motion on boundary and not entire mesh
  #1
New Member
 
Tommy Mello
Join Date: Mar 2015
Posts: 17
Rep Power: 11
twinturbotom is on a distinguished road
I hope to use linear motion to move an internal boundary.
I have modified "wingMotion2D_pimpleFoam" to move the "wing".

When starting pimpleFoam I see: Applying solid body motion to entire mesh

The domain and wing move together (as the output says) but I only want to move the wing.

Below is how I modified the dynamicMeshDict file.

Any ideas?

Thanks!


Code:
dynamicFvMesh dynamicMotionSolverFvMesh;

solver solidBody;

solidBodyCoeffs
{
    patches             (wing);
    solidBodyMotionFunction linearMotion;
    linearMotionCoeffs
    {
        velocity        (1.0 0.0 0);
    }
}
JoostLinthorst likes this.
twinturbotom is offline   Reply With Quote

Old   June 5, 2020, 07:02
Default Did you manage to sort out the linear motion?
  #2
New Member
 
Joost Linthorst
Join Date: May 2020
Posts: 8
Rep Power: 5
JoostLinthorst is on a distinguished road
Hey Tommy Mello, I have a similar problem. Was wondering if you figured out how to move only the wing.
JoostLinthorst 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



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