/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \    /   O peration     | Version:  OpenFoam-9 (commit f8d11b031)
    \  /    A nd           | Upstream: A Wikki Brasil project
     \/     M anipulation  | Version:  v21.12
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "well0";
    object      fvModels;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //


friction0
{
	type                          SwameeJain;
	selectionMode                 cellZone;
	cellZone                      region0;
	roughness                     15e-06;
	rho                           rho;
	mu                            mu;
	U                             U;
	UNames                        (U.oil);
}
w0_icv1
{
	type                          CvWikkiPetrobras;
	anularCoeffs
	{
		type                          table;
		values
		(

			(
				0.0
				(0 0 0 0 0 0)
			)
		);
	}
	columnCoeffs
	{
		type                          table;
		values
		(

			(
				0.0
				(0 0 0 0 0 0)
			)
		);
	}
	rho                           rho;
	phi                           phi;
	U                             U;
	UNames                        (U.oil);
}
w0_icv2
{
	type                          CvWikkiPetrobras;
	anularCoeffs
	{
		type                          table;
		values
		(

			(
				0.0
				(189969700 194703654 29982171 2008 3551 0)
			)
		);
	}
	columnCoeffs
	{
		type                          table;
		values
		(

			(
				0.0
				(87244584 212344763 47475340 1859 3781 0)
			)
		);
	}
	rho                           rho;
	phi                           phi;
	U                             U;
	UNames                        (U.oil);
}

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