|
[Sponsors] |
Dynamic Mesh issue when coupling OpenFOAM with FSI |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 12, 2020, 07:19 |
Dynamic Mesh issue when coupling OpenFOAM with FSI
|
#1 |
New Member
Conor
Join Date: Oct 2016
Posts: 14
Rep Power: 10 |
Hi there,
While trying to run a simple FSI model, coupling Openfoam with Calculix with preCICE, I am encountering a problem with the dynamic mesh. I am modelling the deflections on a single foil of a VAWT and the model is simplified to contain only a single foil rotating around a center point. I am using a solidBody solver to define the rotating motion and a Laplacian for the foil deflection. Before trying with FSI, I modelled as CFD only and the mesh moved as intended i.e. sliding. However, when tried with the FSI settings enabled, the mesh does not slide. It stretches and contorts. See attached pics. Does anyone have a solution for this? FYI, Openfoam 7 now allows the coupling of multiple motion solvers. Many thanks in advance, Conor My dynamicMeshDict: Code:
dynamicFvMesh dynamicMotionSolverFvMesh; motionSolverLibs ("libfvMotionSolvers.so"); solvers ( Turbine { motionSolverLibs ("libfvMotionSolvers.so"); solver solidBody; solidBodyCoeffs { cellZone rotorVolume; solidBodyMotionFunction rotatingMotion; rotatingMotionCoeffs { origin (0 0 0); axis (0 0 -1); omega 5.625; } } } Foil { motionSolverLibs ("libfvMotionSolvers.so"); solver displacementLaplacian; displacementLaplacianCoeffs { diffusivity quadratic inverseDistance (foil1); } } ); |
|
Tags |
calculix, fsi, precice |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
foam-extend-4.1 release | hjasak | OpenFOAM Announcements from Other Sources | 19 | July 16, 2021 06:02 |
[mesh manipulation] Importing Multiple Meshes | thomasnwalshiii | OpenFOAM Meshing & Mesh Conversion | 18 | December 19, 2015 19:57 |
Update of the variables after dynamic mesh motion. | gtg258f | OpenFOAM Programming & Development | 9 | January 18, 2014 11:08 |
Postprocessing issue with dynamic mesh? | ghost82 | FLUENT | 1 | November 2, 2012 11:06 |
fluent add additional zones for the mesh file | SSL | FLUENT | 2 | January 26, 2008 12:55 |