|
[Sponsors] |
Linking a velocity field to particles using icouncoupledKinematicParcelFoam |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 2, 2019, 08:58 |
Linking a velocity field to particles using icouncoupledKinematicParcelFoam
|
#1 |
New Member
Join Date: Sep 2019
Posts: 14
Rep Power: 7 |
Hello everyone,
i have a velocity field and a pressure field of a gas with rhopimpleFoam available. Now I would like to add and couple particles so that the particle movements are simulated based on the velocity and pressure field. For this the solver icouncoupledKinematicParcelFoam should be used. My question now would be how icouncoupledKinematicParcelFoam is structured and works? And how do I have to work with my rhopimpleFoam? Maybe someone has already experienced this and can give me useful tips and help me further Thank you very much! |
|
October 3, 2019, 16:37 |
icoUncoupledKinematicParcelFoam
|
#2 |
New Member
Akbalom
Join Date: Aug 2019
Location: Istanbul, Turkey
Posts: 7
Rep Power: 7 |
Hi Johanning,
I have similar problem with yours. In my case, ı need to see airfoil icing analysis with openfoam. In my case, I used Spallart-Allmaras Model with simpleFoam solver for airfoil. Until flow field simulation, all is well. After that, I want to simulate droplet trajectories with icoUncoupledKinematicParcelFoam with Lagrangian application. However, I could'nt set up simulation case such as constant,0,system folder. If you have a solution, please share... |
|
July 22, 2021, 08:37 |
icoUncoupledKinematicParcelFoam / particleFoam
|
#3 |
New Member
Kathrin Skinder
Join Date: Apr 2021
Location: Germany, Clausthal-Zellerfeld
Posts: 12
Rep Power: 5 |
Hi all,
the way I understand it, the solver icoUncoupledKinematicParcelFoam uses a pre-calculated velocity field U. It then only solves the lagrangian side, meaning the particle movements from that velocity field. If anyone is still working on this, I recommend using as a base case one of the tutorial cases in /openfoam/tutorials/lagrangian/icoUncoupledKinematicParcelFoam. In the 0 folder, exchange the dict U with your already calculated velocity field by for example simpleFoam and also copy your case mesh into the new case. Then you will probably need to adjust some parameters in /const/transportProperties and /const/kinematicCloudProperties. Let me know if anybody has any luck with that. I am not sure if there is a way to do this with a pre-calculated transient solution. Any ideas? Btw, the same solver seems to have been renamed in OpenFOAM 8 to particleFoam. |
|
September 26, 2021, 15:56 |
|
#4 |
Senior Member
Josh Williams
Join Date: Feb 2021
Location: Scotland
Posts: 113
Rep Power: 5 |
To use a pre-calculated transient solution, you can adjust the solver to read a new velocity field at each time step. Or you can take a solver such as MPPICFoam, and remove the UEqn.H and pEqn.H.
|
|
April 19, 2023, 05:47 |
|
#5 |
New Member
navid toussi
Join Date: Nov 2015
Posts: 20
Rep Power: 11 |
Hi Josh,
I have a pre-calculated transient solution at several time steps and would like to use particleFoam on this transient solution to check particle trajectories. First, I was wondering if OpenFOAM has already included this type of simulation in any of its solvers, so I do not need to create my own solver. If this is not the case, then I would like to try your suggestions, but I need some guidance since I am not a C++ programmer and do not know how to handle this. Would appreciate any help! Regards |
|
Tags |
gas, icouncoupledkinematic, multi phase flow, particle |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Foam::error::PrintStack | almir | OpenFOAM Running, Solving & CFD | 92 | May 21, 2024 08:56 |
A Question About Setting Whole Velocity Field Using "Proflie" in FLUENT | adsl17754 | FLUENT | 5 | July 31, 2018 05:29 |
potential flows, helmholtz decomposition and other stuffs | pigna | Main CFD Forum | 1 | October 26, 2017 09:34 |
Having problems getting the mean vorticity field from mean velocity field | Martin1 | Fluent UDF and Scheme Programming | 1 | June 18, 2015 09:20 |
Finely dispersed particles in predetermined velocity field | BrainDebugger | STAR-CCM+ | 1 | May 14, 2014 07:32 |