mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Corrected output from BC for parallel running
This commit is contained in:
@ -209,8 +209,8 @@ void Foam::waveSurfacePressureFvPatchScalarField::updateCoeffs()
|
|||||||
<< exit(FatalError);
|
<< exit(FatalError);
|
||||||
}
|
}
|
||||||
|
|
||||||
Info<< "min/max mag(zetap) = " << min(zetap & nf()) << ", "
|
Info<< "min/max mag(zetap) = " << gMin(zetap & nf()) << ", "
|
||||||
<< max(zetap & nf()) << endl;
|
<< gMax(zetap & nf()) << endl;
|
||||||
|
|
||||||
fixedValueFvPatchScalarField::updateCoeffs();
|
fixedValueFvPatchScalarField::updateCoeffs();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user