Minor update to faceCells' fringe interface

This commit is contained in:
Vuko Vukcevic 2019-05-20 16:15:51 +02:00
parent f353593d6e
commit db6dd0cf97
2 changed files with 7 additions and 1 deletions

View file

@ -72,7 +72,7 @@ void Foam::faceCellsFringe::calcAddressing() const
( (
"void faceCellsFringe::calcAddressing() const" "void faceCellsFringe::calcAddressing() const"
) << "Fringe patch " << patchNames_[nameI] ) << "Fringe patch " << patchNames_[nameI]
<< " cannot be found" << " cannot be found."
<< abort(FatalError); << abort(FatalError);
} }

View file

@ -115,6 +115,12 @@ public:
// Member Functions // Member Functions
//- Access to patch names
const wordList& patchNames() const
{
return patchNames_;
}
//- Update iteration. Note: invalidates parameter //- Update iteration. Note: invalidates parameter
virtual bool updateIteration virtual bool updateIteration
( (