/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  v2306                                 |
|   \\  /    A nd           | Website:  www.openfoam.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/

//massFlowRate 		 0.78; // kg min^-1
Re					721;
//radius 				19e-03; // m
diameter			38e-03; // m
//density 			1000; // kg m^-3
//pi					3.14159;

//crossSectionArea	#eval{ $pi * $radius * $radius};
//flowMag				#eval{ $massFlowRate / ($density * $crossSectionArea * 60.0)};
flowMag				#eval{ $Re * 1e-06 / $diameter};


flowVelocity		(0 0 $flowMag);
pressure			0;
turbulentKE			9.45e-06;
turbulentOmega  	2.96e-03;

// ************************************************************************* //
