/*------------------------------------------------------------------------------------------------*\
|                                                                                                  | 
|    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 k;
}
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/


dimensions [0 2 -2 0 0 0 0];

internalField uniform 1.1111111111111113e-09;


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 kqRWallFunction;
		value 0.;
        }
}

