adding selection message (as in other run-time selectable models)

This commit is contained in:
andy
2008-06-18 18:32:32 +01:00
committed by graham
parent 5b9673c584
commit c27f98559e
2 changed files with 4 additions and 0 deletions

View File

@ -64,6 +64,8 @@ autoPtr<LESmodel> LESmodel::New
turbulencePropertiesDict.lookup("LESmodel") >> LESmodelTypeName;
}
Info<< "Selecting turbulence model " << LESmodelTypeName << endl;
dictionaryConstructorTable::iterator cstrIter =
dictionaryConstructorTablePtr_->find(LESmodelTypeName);

View File

@ -63,6 +63,8 @@ autoPtr<LESmodel> LESmodel::New
turbulencePropertiesDict.lookup("LESmodel") >> LESmodelTypeName;
}
Info<< "Selecting turbulence model " << LESmodelTypeName << endl;
dictionaryConstructorTable::iterator cstrIter =
dictionaryConstructorTablePtr_->find(LESmodelTypeName);