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

Combined rotations in overset solver with dynamic mesh

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 3, 2020, 10:44
Default Combined rotations in overset solver with dynamic mesh
  #1
Senior Member
 
TWB
Join Date: Mar 2009
Posts: 400
Rep Power: 19
quarkz is on a distinguished road
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
					}
                }

			}
		}

	}
However, I realise that when combining both rotations, the axis and center of rotation changes for the aileron when the body, together with the aileron, does a roll motion.

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.
quarkz is offline   Reply With Quote

Old   December 3, 2020, 12:38
Default
  #2
New Member
 
Tamas's Avatar
 
Tamas Egeresi
Join Date: Nov 2014
Location: Budapest, Hungary
Posts: 14
Rep Power: 11
Tamas is on a distinguished road
Hi!


Can you, please, upload a minimal working example of this?
__________________
Tamas Egeresi
Senior Hydraulics Engineer

CFD Egeresi
www.cfdegeresi.freecluster.eu
Tamas 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
Compressible Dynamic Mesh Solver in Foam-Extend 3.1 matthewshorter OpenFOAM Programming & Development 1 September 19, 2023 23:14
Ship resistance shows wiggles when using Overset mesh and dynamic mesh in Fluent Qingsong FLUENT 2 March 21, 2022 15:08
6DOF Dynamic Mesh Problem with Overset Meshing - Weird velocity contour Caster_Troy FLUENT 1 December 7, 2017 06:19
fluent divergence for no reason sufjanst FLUENT 2 March 23, 2016 16:08
[snappyHexMesh] No layers in a small gap bobburnquist OpenFOAM Meshing & Mesh Conversion 6 August 26, 2015 09:38


All times are GMT -4. The time now is 00:41.