relocation of turbulence models and renaming namespaces

This commit is contained in:
andy
2008-06-17 10:48:04 +01:00
parent 2251d431fb
commit 24c4b1b745
250 changed files with 1444 additions and 403 deletions

View File

@ -100,9 +100,14 @@ void Foam::calc(const argList& args, const Time& runTime, const fvMesh& mesh)
if (turbulenceProperties.found("turbulenceModel"))
{
autoPtr<turbulenceModel> turbulenceModel
autoPtr<incompressible::turbulenceModel> turbulenceModel
(
turbulenceModel::New(U, phi, laminarTransport)
incompressible::turbulenceModel::New
(
U,
phi,
laminarTransport
)
);
PePtr.set