|
[Sponsors] |
Solid body motion on boundary and not entire mesh |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 15, 2019, 22:59 |
Solid body motion on boundary and not entire mesh
|
#1 |
New Member
Tommy Mello
Join Date: Mar 2015
Posts: 17
Rep Power: 11 |
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); } } |
|
June 5, 2020, 08:02 |
Did you manage to sort out the linear motion?
|
#2 |
New Member
Joost Linthorst
Join Date: May 2020
Posts: 8
Rep Power: 6 |
Hey Tommy Mello, I have a similar problem. Was wondering if you figured out how to move only the wing.
|
|
Thread Tools | Search this Thread |
Display Modes | |
|
|