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);
|
||||
}
|
||||
|
||||
Info<< "min/max mag(zetap) = " << min(zetap & nf()) << ", "
|
||||
<< max(zetap & nf()) << endl;
|
||||
Info<< "min/max mag(zetap) = " << gMin(zetap & nf()) << ", "
|
||||
<< gMax(zetap & nf()) << endl;
|
||||
|
||||
fixedValueFvPatchScalarField::updateCoeffs();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user