|
[Sponsors] |
Combined rotations in overset solver with dynamic mesh |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
December 3, 2020, 11:44 |
Combined rotations in overset solver with dynamic mesh
|
#1 |
Senior Member
TWB
Join Date: Mar 2009
Posts: 414
Rep Power: 19 |
Hi,
I am trying to use the overset pimplefoam solver to simulate an aileron deflection + full body roll motion. In dynamicMeshDict: Code:
left { cellZone left_flap_zone; // Solve displacement on top of solid-body rotation solver solidBody; solidBodyCoeffs { solidBodyMotionFunction multiMotion; multiMotionCoeffs { rotation_1 { solidBodyMotionFunction rotatingMotion; rotatingMotionCoeffs { origin (0.82844 0.068725 1.612); axis (0.30561883566790207600295853841501 0.05308097543117203395473586094744 0.95067320217426512707324472297049); omega 2.9;//0.269; // rad/s, 1rad/s=9.5rpm } } rotation_2 { solidBodyMotionFunction rotatingMotion; rotatingMotionCoeffs { origin (0.1 0 0); axis (1 0 0); omega 2; // rad/s, 1rad/s=9.5rpm } } } } } So if I need to implement a aileron deflection together with roll, how can I achieve it? Must I write a routine? I hope not ;-) Thanks. |
|
December 3, 2020, 13:38 |
|
#2 |
New Member
Tamas Egeresi
Join Date: Nov 2014
Location: Budapest, Hungary
Posts: 14
Rep Power: 12 |
Hi!
Can you, please, upload a minimal working example of this?
__________________
Tamas Egeresi Senior Hydraulics Engineer CFD Egeresi www.cfdegeresi.freecluster.eu |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Compressible Dynamic Mesh Solver in Foam-Extend 3.1 | matthewshorter | OpenFOAM Programming & Development | 1 | September 20, 2023 00:14 |
Ship resistance shows wiggles when using Overset mesh and dynamic mesh in Fluent | Qingsong | FLUENT | 2 | March 21, 2022 16:08 |
6DOF Dynamic Mesh Problem with Overset Meshing - Weird velocity contour | Caster_Troy | FLUENT | 1 | December 7, 2017 07:19 |
fluent divergence for no reason | sufjanst | FLUENT | 2 | March 23, 2016 17:08 |
[snappyHexMesh] No layers in a small gap | bobburnquist | OpenFOAM Meshing & Mesh Conversion | 6 | August 26, 2015 10:38 |