mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: use DebugInFunction macro
This commit is contained in:
@ -72,7 +72,7 @@ functions
|
||||
|
||||
dimensionedScalar uInfX("uInfx", dimVelocity, ULeft);
|
||||
|
||||
Info << "U at inlet = " << uInfX.value() << " m/s" << endl;
|
||||
Info<< "U at inlet = " << uInfX.value() << " m/s" << endl;
|
||||
|
||||
|
||||
scalar magCylinder = 0.0;
|
||||
@ -86,7 +86,7 @@ functions
|
||||
|
||||
dimensionedScalar radius("radius", dimLength, magCylinder);
|
||||
|
||||
Info << "Cylinder radius = " << radius.value() << " m" << endl;
|
||||
Info<< "Cylinder radius = " << radius.value() << " m" << endl;
|
||||
|
||||
volVectorField UA
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user