|
[Sponsors] |
Mapping Lagrangian particles in deforming mesh |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 23, 2022, 10:00 |
Mapping Lagrangian particles in deforming mesh
|
#1 |
New Member
Join Date: Nov 2020
Posts: 5
Rep Power: 6 |
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; |
|
Tags |
lagrange particles, mapfieldspar, pointdisplacement |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Interface Creation Problem with chtMultiRegionSimpleFoam | AC CFD | OpenFOAM Running, Solving & CFD | 2 | November 14, 2022 03:33 |
UDF in case with DPM modle | POSTHU | Fluent UDF and Scheme Programming | 0 | March 3, 2021 08:21 |
Radiation heating of lagrangian particles in reactingParcelFoam | CHUIKOV | OpenFOAM Running, Solving & CFD | 0 | February 28, 2021 15:53 |
Cht tutorial in 15 | braennstroem | OpenFOAM Running, Solving & CFD | 197 | June 10, 2015 04:02 |
fluent add additional zones for the mesh file | SSL | FLUENT | 2 | January 26, 2008 12:55 |