This commit is contained in:
Hrvoje Jasak 2017-12-30 09:32:19 +00:00
parent 498c69257a
commit 49e554ee72

View file

@ -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();