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

Mapping Lagrangian particles in deforming mesh

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 23, 2022, 09:00
Default Mapping Lagrangian particles in deforming mesh
  #1
tkr
New Member
 
Join Date: Nov 2020
Posts: 5
Rep Power: 5
tkr is on a distinguished road
I would like to map the fields of a case onto a slightly deformed geometry of another case with a different mesh. The dynamic mesh motion is calculated with dynamicMotionSolverFvMesh. Meshing is done with geometries in snappyHexMesh. Mapping of the fields did work, even after changing the solver from pimpleFoam to kinematicParcelFoam. The problem comes with the introduction of lagrangian particles to the simulation. The lagrangian fields are mapped just fine with mapsFieldsPar, but the pointDisplacement cannot be transferred and thus the case fails to solve, as it “cannot find file $TIMESTEP/pointDisplacement”.
In this question (Why are pointVectorFields not mapped using mapFields?) I found that fvMesh could be replaced by solidBodyMotionFvMesh, but as described in https://openfoamwiki.net/index.php/DynamicMeshDict, this option only works when the mesh topology does not change. Mesh topology change is not evitable in this case.
The settings of the dynamicMeshDict are:
Code:
dynamicFvMesh    dynamicMotionSolverFvMesh;
motionSolverLibs    ("libfvMotionSolvers.so");
motionSolver     displacementSBRStress;
diffusivity      uniform;
Do you have an idea on how to solve this problem?
tkr is offline   Reply With Quote

Reply

Tags
lagrange particles, mapfieldspar, pointdisplacement


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
Interface Creation Problem with chtMultiRegionSimpleFoam AC CFD OpenFOAM Running, Solving & CFD 2 November 14, 2022 02:33
UDF in case with DPM modle POSTHU Fluent UDF and Scheme Programming 0 March 3, 2021 07:21
Radiation heating of lagrangian particles in reactingParcelFoam CHUIKOV OpenFOAM Running, Solving & CFD 0 February 28, 2021 14:53
Cht tutorial in 15 braennstroem OpenFOAM Running, Solving & CFD 197 June 10, 2015 03:02
fluent add additional zones for the mesh file SSL FLUENT 2 January 26, 2008 11:55


All times are GMT -4. The time now is 11:17.