diff --git a/src/functionObjects/field/streamLine/streamLineBase.C b/src/functionObjects/field/streamLine/streamLineBase.C index 9b6daeee12c484a59d2d46a8b9b86e9115748915..3356524a06ef6b94167bbdb7da46e286dba5cea7 100644 --- a/src/functionObjects/field/streamLine/streamLineBase.C +++ b/src/functionObjects/field/streamLine/streamLineBase.C @@ -514,6 +514,8 @@ bool Foam::functionObjects::streamLineBase::read(const dictionary& dict) dict.lookup("fields") >> fields_; UName_ = dict.lookupOrDefault<word>("U", "U"); + Info<< " Employing velocity field " << UName_ << endl; + if (findIndex(fields_, UName_) == -1) { FatalIOErrorInFunction(dict)