Comment
This commit is contained in:
parent
996d065fb2
commit
16b9d2b796
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ void Foam::pressureInletVelocityFvPatchVectorField::updateCoeffs()
|
||||||
// Flux not available, do not update
|
// Flux not available, do not update
|
||||||
InfoIn
|
InfoIn
|
||||||
(
|
(
|
||||||
"void ::pressureInletVelocityFvPatchVectorField::updateCoeffs()"
|
"void pressureInletVelocityFvPatchVectorField::updateCoeffs()"
|
||||||
) << "Flux field " << phiName_ << " not found. "
|
) << "Flux field " << phiName_ << " not found. "
|
||||||
<< "Performing fixed value update" << endl;
|
<< "Performing fixed value update" << endl;
|
||||||
|
|
||||||
|
|
Reference in a new issue