|
[Sponsors] |
May 23, 2013, 12:10 |
Mesh movement during runtime
|
#1 |
New Member
Matthias Stammen
Join Date: Oct 2010
Posts: 8
Rep Power: 16 |
Hello there,
although I already was searching here and there, I am still not sure how to use the diffusivity of the velocityLaplacian solver in the dynamicMeshDict. I want to move my mesh during runtime depending on the pressure on the patch boundary "airfoil" (optimization of a 2D-airfoil). But somehow the diffusivity (uniform, quadratic, motionDirectional etc.) does not change much the results and I always get some overlapping cells (see attachment). If I choose different values for uniform I also don't see any change in the result. Here is the dynamicMeshDict I am using: HTML Code:
dynamicFvMesh dynamicMotionSolverFvMesh; motionSolverLibs ("libDynamicFvMesh.so"); solver velocityLaplacian; diffusivity quadratic uniform; //uniform ; //(100); distancePatches (airfoil); Kind regards, Matthias |
|
May 23, 2013, 13:00 |
|
#2 |
Senior Member
Marco A. Turcios
Join Date: Mar 2009
Location: Vancouver, BC, Canada
Posts: 740
Rep Power: 28 |
I'm not sure you can get the behaviour you want with the standard motion solvers. I'm not sure how you are coupling the pressure on the patch with the motionSolver. velocityLaplacian means that the displacement of the points is computed with velocity specified as initial and boundary conditions of the laplacian equation.
The diffusivity for the points mainly affects how "stiff" the mesh is. The different options are there to modify how diffusivity is computed based on several criteria. I know there is one called inverseDistance that has the diffusivity be proportional to the inverse distance from certain patches (so its highest near the patches and then falls off as you move further). I think you will need some kind of distance dependant diffusivity to help things move along. |
|
May 23, 2013, 16:03 |
|
#3 |
New Member
Matthias Stammen
Join Date: Oct 2010
Posts: 8
Rep Power: 16 |
Thanks, mturcios.
The coupling of pressure and motionSolver I am doing via the pointMotionU. The diffusivity inverseDistance I also tried, but the results are just slightly different and I still get overlapping cells. But is it normal that different values, e.g. in motionDirectional, give no difference in the result? So, is my dynamicMeshDict correct in principle? |
|
May 23, 2013, 16:52 |
|
#4 | |
Senior Member
Marco A. Turcios
Join Date: Mar 2009
Location: Vancouver, BC, Canada
Posts: 740
Rep Power: 28 |
Quote:
|
||
August 16, 2020, 03:07 |
|
#5 |
Senior Member
Hojatollah Gholami
Join Date: Jan 2019
Posts: 171
Rep Power: 7 |
Dear foamer
I use dynamic mesh for "Flow-induced deformation of a flexible thin structure as manifestation of heat transfer enhancement" article. the geometry is same as turek-hron FSI benchmark. the quadratic inverseDistance uses 1/L^2 relation of laplacian equation of mesh motion, but when deflection amplitude increases the mesh deform near the moving boundary and make it distorted as below. I looking for a better diffusion parameter for this case. I think some mesh layers of the moving boundary should move with boundary (for example 3layers) and then diffusion spread in mesh domain to prevent distortion of mesh in first mesh layer of moving boundary. do you have any suggestion for any formulation to change the code base it? Thanks. |
|
February 3, 2021, 05:23 |
|
#6 |
New Member
Conor
Join Date: Oct 2016
Posts: 14
Rep Power: 10 |
Hi Hgholami,
I am experiencing the same issue as you when using the displacementLaplacian solver with a cantilever foil. Have you been able to find a fix for this? Regards, Conor |
|
February 3, 2021, 08:14 |
|
#7 |
Senior Member
Hojatollah Gholami
Join Date: Jan 2019
Posts: 171
Rep Power: 7 |
Hi Conor
I used velocity solver prefer than displacement solver. At now, the refVelocityLaplacian is prefer than other. Also "diffusivity quadratic inverseDistance" is good. But still it can't support large deflection. I also modified "quadratic" in motionDiffusivity for compatibility with geometry but still it is not sufficient. May you can use overset in foam-extend4.1. the solids4Foam for FSI problems use it. |
|
Tags |
displacementlaplacian, mesh movement, moving meshes, velocitylaplacian |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
sliding mesh problem in CFX | Saima | CFX | 46 | September 11, 2021 08:38 |
[snappyHexMesh] snappyHexMesh does not create any mesh except one for the reference cell | Arman_N | OpenFOAM Meshing & Mesh Conversion | 1 | May 20, 2019 18:16 |
[snappyHexMesh] Snappyhex mesh: poor inlet mesh | Swagga5aur | OpenFOAM Meshing & Mesh Conversion | 1 | December 3, 2016 17:59 |
[snappyHexMesh] SnappyHexMesh no layers and no decent mesh for complex geometry | pizzaspinate | OpenFOAM Meshing & Mesh Conversion | 1 | February 25, 2015 08:05 |
fluent add additional zones for the mesh file | SSL | FLUENT | 2 | January 26, 2008 12:55 |