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

MoveDynamicMesh for a cylinder. Good mesh in serial. Bad mesh in parallel

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 25, 2023, 08:40
Default MoveDynamicMesh for a cylinder. Good mesh in serial. Bad mesh in parallel
  #1
Senior Member
 
M. Montero
Join Date: Mar 2009
Location: Madrid
Posts: 153
Rep Power: 17
be_inspired is on a distinguished road
Hi All,

OpenFoam version: 2212

I am simulating a cylinder with a prescribed deformation based on the z-coordinate. After playing a little bit with the laplacian solver, it works ok in serial. The mesh is ok for every time step. I am using moveDynamicMesh for testing purposes before launching the pimpleDyMFoam.

The problem is that, it fails in parallel and the quality issues are located more or less where the partitions are located.

Here you can find my dynamicMeshDict. Defining the interpolation method did a great improvement due to the special characteristics of the mesh (y+=1, high aspect ratio cells near the surface).

I have tried scotch and simple for the decomposition, 2 or 8 processors. There are always problems but in different regions of the mesh.

I have tried commsType blocking; but there is no effect.

Any clue about how to solve it?

Code:
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    object      dynamicMeshDict;
}

dynamicFvMesh dynamicMotionSolverFvMesh;

motionSolverLibs ("libfvMotionSolvers.so");

solver      displacementLaplacian;

displacementLaplacianCoeffs {
    diffusivity quadratic inverseDistance (cylinder);
    frozenPointsZone frozenZone;
    interpolation patchCorrected
        (
            (cylinder)
        );

}
Best Regards
M
be_inspired 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
Is my Mesh good or Bad jobingthampi FLUENT 2 October 14, 2023 07:07
[snappyHexMesh] Is it a good mesh for a square cylinder ? belier1988 OpenFOAM Meshing & Mesh Conversion 2 September 10, 2020 11:59
The problem when i use parallel computation for mesh deforming. Hiroaki Sumikawa OpenFOAM Running, Solving & CFD 0 November 20, 2018 02:58
Gambit problems Althea FLUENT 22 January 4, 2017 03:19
Good MEsh and a bad one Himanshu Sharma FLUENT 3 June 6, 2006 03:24


All times are GMT -4. The time now is 21:35.