added info statement giving name of proous zone on construction

This commit is contained in:
andy
2009-06-01 14:39:58 +01:00
parent 83322a9041
commit b6b2fc5e75

View File

@ -79,6 +79,8 @@ Foam::porousZone::porousZone
D_("D", dimensionSet(0, -2, 0, 0, 0), tensor::zero),
F_("F", dimensionSet(0, -1, 0, 0, 0), tensor::zero)
{
Info<< "Creating porous zone: " << name_ << endl;
if (cellZoneID_ == -1 && !Pstream::parRun())
{
FatalErrorIn