|
[Sponsors] |
which formula used in drag force in dragModel.C? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
August 12, 2020, 06:14 |
which formula used in drag force in dragModel.C?
|
#1 |
Senior Member
|
Hi, everyone. I am confused that the expression of drag force used in Openfoam, as shown in the following codes. Why there is nu and divided by square of particle diameter. I saw the formula is without nu and only divided by diameter in some literature. Do you have any tip for me? Thanks a lot. By the way, After I deleted pair_.continuous().nu() and only divided by diameter. The results I obtained are totally the same.
Foam::tmp<Foam::volScalarField> Foam::dragModel::Ki() const { return 0.75 *CdRe() *swarmCorrection_->Cs() *pair_.continuous().rho() *pair_.continuous().nu() /sqr(pair_.dispersed().d()); } |
|
August 12, 2020, 08:28 |
|
#2 |
Senior Member
|
I understood the formula because CdRe already multiplied by a Re, so it should time nu and divide the other diameter in dragModel.C.
|
|
Tags |
drag model, twophaseeuelrfoam |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Applying drag force in the fluid model | CanadaFlanker | CFX | 7 | May 6, 2014 00:13 |
Force vectors for drag during sweeping motion | aamer | FLUENT | 0 | April 18, 2011 09:17 |
exporting drag force from fluent | fluentguy | FLUENT | 2 | October 27, 2009 15:19 |
drag coefficient & drag force | abhishek.mnit | FLUENT | 0 | April 30, 2009 00:48 |
Airfoil Drag Force | wowakai | Main CFD Forum | 3 | October 13, 1998 20:27 |