Clean-up
This commit is contained in:
parent
498c69257a
commit
49e554ee72
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ int main(int argc, char *argv[])
|
|||
incompressible::LESModel::New(U, phi, laminarTransport)
|
||||
);
|
||||
|
||||
volScalarField::GeometricBoundaryField d = nearWallDist(mesh).y();
|
||||
volScalarField::GeometricBoundaryField d = nearWallDist(mesh);
|
||||
volScalarField nuEff = sgsModel->nuEff();
|
||||
|
||||
const fvPatchList& patches = mesh.boundary();
|
||||
|
|
Reference in a new issue