/*------------------------------------------------------------------------------------------------*\
|                                                                                                  | 
|    ANSA_VERSION: 18.1.2                                                                          | 
|                                                                                                  | 
|    file created by  A N S A  Sun Nov 29 16:29:08 2020                                            | 
|                                                                                                  | 
|    Output from: D:/Universidad/TFG/New Horizon/Scaled/Wheels/Porfa/fine_alternative_final.ansa   | 
|                                                                                                  | 
\*------------------------------------------------------------------------------------------------*/



FoamFile
{
	version 2.0;
	format binary;
	class volScalarField;
	location "";
	object omega;
}
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/


dimensions [0 0 -1 0 0 0 0];

internalField uniform 0.6666666666666666;


boundaryField
{
	"(Outlet|outlet|Top_bot)"
        {
		type zeroGradient;
        }
	"(Inlet|inlet)"
        {
		type freestream;
		freestreamValue $internalField;
        }
	"(Periodic|front|back)"
        {
                type empty;
        }
	"(Airfoil|airfoil|airfoil_slat|airfoil_main|airfoil_flap)"
        {
		type omegaWallFunction;
		value uniform 5.3333333333333334e-08;
        }
}
