Reading heat transfer coefficients in a porous zone is optional

This commit is contained in:
Hrvoje Jasak 2019-07-18 16:55:48 +01:00
parent 8d9c6a9c79
commit 0ed5f51ce2

View file

@ -221,17 +221,6 @@ Foam::porousZone::porousZone
" ,nCellsAuxInlet = " << nCellsAuxInlet_ << " ,nCellsAuxInlet = " << nCellsAuxInlet_ <<
" ,Qepsilon = " << Qepsilon_ << nl; " ,Qepsilon = " << Qepsilon_ << nl;
} }
else
{
FatalIOErrorIn
(
"Foam::porousZone::porousZone"
"(const fvMesh&, const word&, const dictionary&)",
dict_
) << "\"heatTransfer\" dictionary not specified"
<< exit(FatalIOError);
}
} }