STYLE: use DebugInFunction macro

This commit is contained in:
Mark Olesen
2020-05-01 16:11:18 +02:00
parent a3c226a1bd
commit a1ccd1b716
56 changed files with 360 additions and 840 deletions

View File

@ -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
(