mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Surface film - improved output message
This commit is contained in:
@ -44,7 +44,7 @@ autoPtr<filmTurbulenceModel> filmTurbulenceModel::New
|
||||
{
|
||||
const word modelType(dict.lookup("turbulence"));
|
||||
|
||||
Info<< " " << modelType << endl;
|
||||
Info<< " Selecting filmTurbulenceModel " << modelType << endl;
|
||||
|
||||
dictionaryConstructorTable::iterator cstrIter =
|
||||
dictionaryConstructorTablePtr_->find(modelType);
|
||||
|
||||
Reference in New Issue
Block a user