|
[Sponsors] |
Source term convergence issues with a gas-solid model |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 2, 2022, 01:01 |
Source term convergence issues with a gas-solid model
|
#1 |
New Member
Felix
Join Date: Apr 2020
Posts: 4
Rep Power: 6 |
Hello friends.
I am modeling a transient particle-gas system inside a tube. The particle trajectories are calculated externally using UDFs, so I have to pass back the drag forces as source terms to take into account the effect of the particles on the gas flow. I found that fluent had difficulty converging in the case of dense particles accumulated in one or more cells (porosity becoming less than 0.5). As a result, the gas flow velocity can suddenly become very high due to the inability to converge. I tried to reduce the time step of Fluent (gas flow) to 1e-7s, and it worked well for dilute particle cases. But the problem still occurs when more particles are injected. Can anyone give me a suggestion to solve this problem? Thanks! *****Here is the udf for source terms*****: DEFINE_SOURCE(xmom_source,c,t,dS,eqn) { real source = 0.; if(initialized) { source = C_UDMI(c,t,1)/C_VOLUME(c,t); } dS[eqn] = 0.0; return source; } C_UDMI(c,t,1) stores the drag force on particles. |
|
February 2, 2022, 09:51 |
|
#2 |
New Member
Felix
Join Date: Apr 2020
Posts: 4
Rep Power: 6 |
Can anyone help with this problem?
|
|
Tags |
cfd-dem, drag force, source term |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Using PengRobinsonGas EoS with sprayFoam | Jabo | OpenFOAM Running, Solving & CFD | 36 | July 16, 2024 04:52 |
How to add Source term (2) for PYROLYSIS - reactingOneDim | Kummi | OpenFOAM | 10 | April 12, 2021 22:11 |
[OpenFOAM.org] Error creating ParaView-4.1.0 OpenFOAM 2.3.0 | tlcoons | OpenFOAM Installation | 13 | April 20, 2016 18:34 |
OpenFOAM without MPI | kokizzu | OpenFOAM Installation | 4 | May 26, 2014 10:17 |
[swak4Foam] build problem swak4Foam OF 2.2.0 | mcathela | OpenFOAM Community Contributions | 14 | April 23, 2013 14:59 |