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

MRF + DynamicMesh in FSI Simulation - Axial Fan

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 15, 2024, 06:38
Post MRF + DynamicMesh in FSI Simulation - Axial Fan
  #1
New Member
 
Marc
Join Date: Oct 2024
Posts: 8
Rep Power: 2
Trinxo123 is on a distinguished road
Hello,

I am carrying out FSI simulations using preCICE, I am simulating an axial fan by using a moving reference frame approach. In order to couple the structural solver with the fluid one, a dynamicMesh has to be set so that the displacements calculated by the structural solver are applied to the CFD mesh, the problem with this is that dynamicMesh applies displacement and velocity to the faces of the impeller, resulting in the velocity of the impeller being 0 instead of rotating as with Moving Reference Frame alone. The displacements are tiny, so I only care about the rotating velocity and not the deformation velocity of the impeller.

The current options for the dynamicMeshDict are:
Code:
dynamicFvMesh dynamicMotionSolverFvMesh;

motionSolverLibs ("libfvMotionSolvers.so");

solver      displacementLaplacian;
// OpenFOAM9 or newer: rename "solver" to "motionSolver"

displacementLaplacianCoeffs {
    diffusivity quadratic inverseDistance (externalwall-rotorcfd-tht100-rotorcfd-tht100 externalwall-rotorcfd-tht100-rotorcfd-tht100_1 externalwall-rotorcfd-tht100-rotorcfd-tht100_2);
}
I do not know if there is some option to indicate that the velocity field should not be updated or handled, or maybe a better dynamicMesh option would be suitable. Unfortunately, I have tried to modify the dynamicFvMesh library by erasing some lines that were changing the velocity, but It hasn't worked. The other thing would be to prioritise the MRF dictionary over the dynamicMeshDict, don't know if that's an option.

If anyone has some suggestions I would appreciate it! Thanks,

Marc
Trinxo123 is offline   Reply With Quote

Reply

Tags
axial fan, dynamicmesh, pimplefoam, soliddisplacementfoam, turbomachinery


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
The problems occurred in FSI simulation with System Coupling module hermedo FLUENT 0 July 23, 2020 10:00
Fan-assisted Natural Ventilation Simulation - Issues with results for an MRF case Tellur OpenFOAM Running, Solving & CFD 0 July 15, 2016 03:04
Fan flow simulation in open air idiroft CFX 5 June 10, 2014 08:34
Axial fan simulation in UG/NX 7.5 fan123 Main CFD Forum 2 April 23, 2011 09:22
flow simulation across a small fan jane luo Main CFD Forum 15 April 12, 2004 18:49


All times are GMT -4. The time now is 03:39.