CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > FLUENT > Fluent UDF and Scheme Programming

Source term convergence issues with a gas-solid model

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 2, 2022, 00:01
Default Source term convergence issues with a gas-solid model
  #1
New Member
 
Felix
Join Date: Apr 2020
Posts: 4
Rep Power: 6
DHSYNE is on a distinguished road
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.
DHSYNE is offline   Reply With Quote

Old   February 2, 2022, 08:51
Default
  #2
New Member
 
Felix
Join Date: Apr 2020
Posts: 4
Rep Power: 6
DHSYNE is on a distinguished road
Can anyone help with this problem?
DHSYNE is offline   Reply With Quote

Reply

Tags
cfd-dem, drag force, source term


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
Using PengRobinsonGas EoS with sprayFoam Jabo OpenFOAM Running, Solving & CFD 36 July 16, 2024 03:52
How to add Source term (2) for PYROLYSIS - reactingOneDim Kummi OpenFOAM 10 April 12, 2021 21:11
[OpenFOAM.org] Error creating ParaView-4.1.0 OpenFOAM 2.3.0 tlcoons OpenFOAM Installation 13 April 20, 2016 17:34
OpenFOAM without MPI kokizzu OpenFOAM Installation 4 May 26, 2014 09:17
[swak4Foam] build problem swak4Foam OF 2.2.0 mcathela OpenFOAM Community Contributions 14 April 23, 2013 13:59


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