mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Correction to output
This commit is contained in:
@ -121,8 +121,8 @@ int main(int argc, char *argv[])
|
|||||||
|
|
||||||
Info<< "Patch " << patchi
|
Info<< "Patch " << patchi
|
||||||
<< " named " << currPatch.name()
|
<< " named " << currPatch.name()
|
||||||
<< " y+ : min: " << min(Yp) << " max: " << max(Yp)
|
<< " y+ : min: " << min(yPlus) << " max: " << max(yPlus)
|
||||||
<< " average: " << average(Yp) << nl << endl;
|
<< " average: " << average(yPlus) << nl << endl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user