mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STY: Cleaning Info statement in BC constructor
This commit is contained in:
@ -71,10 +71,7 @@ outletMachNumberPressureFvPatchScalarField
|
|||||||
UName_(dict.lookupOrDefault<word>("U", "U")),
|
UName_(dict.lookupOrDefault<word>("U", "U")),
|
||||||
choked_(dict.lookup("choked")),
|
choked_(dict.lookup("choked")),
|
||||||
relax_(dict.lookupOrDefault<scalar>("relax", 0))
|
relax_(dict.lookupOrDefault<scalar>("relax", 0))
|
||||||
{
|
{}
|
||||||
Info<< "The outletMachNumber pressure BC is using the flag choked: "
|
|
||||||
<< choked_ << endl;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
Foam::outletMachNumberPressureFvPatchScalarField::
|
Foam::outletMachNumberPressureFvPatchScalarField::
|
||||||
|
|||||||
Reference in New Issue
Block a user