|
[Sponsors] |
February 10, 2021, 18:58 |
Question about denseParticleFoam
|
#1 |
New Member
Mingze Gao
Join Date: Sep 2020
Posts: 7
Rep Power: 6 |
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 |
|
|
|
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 |