mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
very minor formatting
This commit is contained in:
@ -95,8 +95,8 @@ int main(int argc, char *argv[])
|
|||||||
<< exit(FatalError);
|
<< exit(FatalError);
|
||||||
}
|
}
|
||||||
|
|
||||||
Info<< "\nCreating boundary-layer for U of thickness" << ybl.value() << " m"
|
Info<< "\nCreating boundary-layer for U of thickness "
|
||||||
<< nl << endl;
|
<< ybl.value() << " m" << nl << endl;
|
||||||
|
|
||||||
// Modify velocity by applying a 1/7th power law boundary-layer
|
// Modify velocity by applying a 1/7th power law boundary-layer
|
||||||
// u/U0 = (y/ybl)^(1/7)
|
// u/U0 = (y/ybl)^(1/7)
|
||||||
|
|||||||
Reference in New Issue
Block a user