Skip to content

drag models: WenYu and GidaspowSchillerNaumann #1

@kakila

Description

@kakila

These two drag models (WenYu and GidaspowSchillerNaumann) seem to be exactly the same. their formulas are written slightly different but equivalent.
What's the difference between them?

GidaspowSchillerNaumann:

const volScalarField CdsRes
(
neg(Res - 1000)*24*(1.0 + 0.15*pow(Res, 0.687))/alpha2
+ pos0(Res - 1000)*0.44*Res
);
return CdsRes*pow(alpha2, -1.65);

WenYu:

const volScalarField CdsRes
(
neg(Res - 1000)*24*(1.0 + 0.15*pow(Res, 0.687))
+ pos0(Res - 1000)*0.44*Res
);
return CdsRes*pow(alpha2, -2.65);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions