mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
adding selection message (as in other run-time selectable models)
This commit is contained in:
@ -64,6 +64,8 @@ autoPtr<LESmodel> LESmodel::New
|
|||||||
turbulencePropertiesDict.lookup("LESmodel") >> LESmodelTypeName;
|
turbulencePropertiesDict.lookup("LESmodel") >> LESmodelTypeName;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Info<< "Selecting turbulence model " << LESmodelTypeName << endl;
|
||||||
|
|
||||||
dictionaryConstructorTable::iterator cstrIter =
|
dictionaryConstructorTable::iterator cstrIter =
|
||||||
dictionaryConstructorTablePtr_->find(LESmodelTypeName);
|
dictionaryConstructorTablePtr_->find(LESmodelTypeName);
|
||||||
|
|
||||||
|
|||||||
@ -63,6 +63,8 @@ autoPtr<LESmodel> LESmodel::New
|
|||||||
turbulencePropertiesDict.lookup("LESmodel") >> LESmodelTypeName;
|
turbulencePropertiesDict.lookup("LESmodel") >> LESmodelTypeName;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Info<< "Selecting turbulence model " << LESmodelTypeName << endl;
|
||||||
|
|
||||||
dictionaryConstructorTable::iterator cstrIter =
|
dictionaryConstructorTable::iterator cstrIter =
|
||||||
dictionaryConstructorTablePtr_->find(LESmodelTypeName);
|
dictionaryConstructorTablePtr_->find(LESmodelTypeName);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user