mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STY: column limit
This commit is contained in:
@ -121,7 +121,8 @@ Foam::tmp<Foam::volSymmTensorField> Foam::PDRDragModels::basic::Dcu() const
|
|||||||
const volScalarField& betav =
|
const volScalarField& betav =
|
||||||
U_.db().lookupObject<volScalarField>("betav");
|
U_.db().lookupObject<volScalarField>("betav");
|
||||||
|
|
||||||
DragDcu = (0.5*rho_)*CR_*mag(U_) + (Csu*I)*betav*turbulence_.muEff()*sqr(Aw_);
|
DragDcu =
|
||||||
|
(0.5*rho_)*CR_*mag(U_) + (Csu*I)*betav*turbulence_.muEff()*sqr(Aw_);
|
||||||
}
|
}
|
||||||
|
|
||||||
return tDragDcu;
|
return tDragDcu;
|
||||||
|
|||||||
Reference in New Issue
Block a user