Removed info message
This commit is contained in:
parent
5a42868d78
commit
58edb15fa9
1 changed files with 1 additions and 1 deletions
|
@ -533,7 +533,7 @@ void Foam::MRFZone::correctBoundaryVelocity(volVectorField& U) const
|
|||
{
|
||||
const vector& origin = origin_.value();
|
||||
const vector rotVel = Omega();
|
||||
Info<< "rotVel: " << rotVel << endl;
|
||||
|
||||
// Included patches
|
||||
forAll (includedFaces_, patchi)
|
||||
{
|
||||
|
|
Reference in a new issue