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

@ -162,9 +162,9 @@ void Foam::calc(const argList& args, const Time& runTime, const fvMesh& mesh)
}
else if (turbulenceProperties.found("LESmodel"))
{
autoPtr<LESmodel> sgsModel
autoPtr<incompressible::LESmodel> sgsModel
(
LESmodel::New(U, phi, laminarTransport)
incompressible::LESmodel::New(U, phi, laminarTransport)
);
execFlowFunctionObjects(args, runTime);