Reading heat transfer coefficients in a porous zone is optional
This commit is contained in:
parent
8d9c6a9c79
commit
0ed5f51ce2
1 changed files with 0 additions and 11 deletions
|
@ -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);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue