created incompressible namespace for incompressible LES models

This commit is contained in:
andy
2008-06-18 17:43:42 +01:00
parent c6d765ccb3
commit b3cb7c3dd3
53 changed files with 177 additions and 54 deletions

View File

@ -16,9 +16,9 @@ volVectorField U
singlePhaseTransportModel laminarTransport(U, phi);
autoPtr<LESmodel> sgsModel
autoPtr<incompressible::LESmodel> sgsModel
(
LESmodel::New(U, phi, laminarTransport)
incompressible::LESmodel::New(U, phi, laminarTransport)
);
volScalarField::GeometricBoundaryField d = nearWallDist(mesh).y();