1 Info<< "\nReading transportProperties\n" << endl;
2 IOdictionary transportProperties
18 transportProperties.lookup("nu")
22 // Read centerline velocity for channel simulations
23 dimensionedVector Ubar
25 transportProperties.lookup("Ubar")
28 dimensionedScalar magUbar = mag(Ubar);
29 vector flowDirection = (Ubar/magUbar).value();