|
[Sponsors] |
September 4, 2024, 05:46 |
Dynamic Mesh Problem - FSI
|
#1 |
New Member
Alice Zanella
Join Date: Oct 2019
Posts: 9
Rep Power: 7 |
Hi everyone,
I'm having some troubles while deforming my mesh during an FSI simulation. The test case is a 2D naca0012 pitching and plunging. I'm using k-omega sst with wall functions and my mesh is unstructured + BL. The problem is that whatever displacementLaplacian method I use, I always end up with a distorsion near the trailing edge and on the pressure side. The crash happens within the first 10-20 timesteps, depending on which diffusivity I choose. This is my dynamicMeshDict: Code:
FoamFile { version 2.0; format ascii; class dictionary; object dynamicMeshDict; } dynamicFvMesh dynamicMotionSolverFvMesh; motionSolverLibs ("libfvMotionSolvers.so"); solver displacementLaplacian; // OpenFOAM9 or newer: rename "solver" to "motionSolver" displacementLaplacianCoeffs { //diffusivity quadratic inverseDistance 1 (airfoil); // diffusivity inverseDistance (airfoil); diffusivity quadratic inverseDistance 1 (airfoil); // diffusivity exponential 0.25 inverseDistance (airfoil); } Do you have any ideas how to solve this problem? Thank you! |
|
Tags |
displacementlaplacian, dynamic mesh, fsi, morphing |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Mesh Disappering with Dynamic Mesh | FaroukH | FLUENT | 0 | February 23, 2021 19:26 |
[Other] conformed FSI mesh for unstructured fluid region | ashish.svm | OpenFOAM Meshing & Mesh Conversion | 10 | August 2, 2019 09:40 |
Prescribed Translating Cylinder Mesh for Added Mass Problem (Transient FSI) | Lloyd Sullivan | CFX | 5 | August 7, 2018 09:11 |
Sliding / Dynamic Mesh in heat transfer problem | platzhalter | FLUENT | 0 | May 7, 2018 06:25 |
Mesh not converging as expected in a FSI problem | amrbekhit | CFX | 5 | September 8, 2015 03:36 |