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

Question about denseParticleFoam

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 10, 2021, 18:58
Default Question about denseParticleFoam
  #1
New Member
 
Mingze Gao
Join Date: Sep 2020
Posts: 7
Rep Power: 6
mgao1 is on a distinguished road
Recently I am working on the denseParticleFoam, I have a question about the cloudSU term. It contains two part, cloudSU.source and cloudSU.diag, what do these two parts represent? Also, how to understand the following code to calculate cloudSU (clouds.SU)?

Foam::tmp<Foam::fvVectorMatrix> Foam:arcelCloudList::SU
(
volVectorField& U
) const
{
tmp<fvVectorMatrix> tSU(new fvVectorMatrix(U, dimMass*dimAcceleration));
forAll(*this, i)
{
tSU.ref() += operator[](i).SU(U);
}
return tSU;
}

Appreciate for any helps
mgao1 is offline   Reply With Quote

Reply


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
Question about symmetry in Autodesk Cfd 2016 ecto Autodesk Simulation CFD 0 October 20, 2015 05:16
small question about the functionalities of topological changes in OpenFoam ngj OpenFOAM Running, Solving & CFD 2 February 28, 2013 11:02
Question Re Engineering Data Source imnull ANSYS 0 March 5, 2012 14:51
internal field question - PitzDaily Case atareen64 OpenFOAM Running, Solving & CFD 2 January 26, 2011 16:26
Poisson Solver question Suresh Main CFD Forum 3 August 12, 2005 05:37


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