// The FOAM Project // File: fvSchemes
/*
-------------------------------------------------------------------------------
 =========         | dictionary
 \\      /         |
  \\    /          | Name:   fvSchemes
   \\  /           | Family: FoamX configuration file
    \\/            |
    F ield         | FOAM version: 2.3
    O peration     | Product of Nabla Ltd.
    A and          |
    M anipulation  | Email: Enquiries@Nabla.co.uk
-------------------------------------------------------------------------------
*/
// FoamX Case Dictionary.

FoamFile
{
    version         2.0;
    format          ascii;

    root            "";
    case            "";
    instance        "system";
    local           "";

    class           dictionary;
    object          VoronoiSphereMesh;
}

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

//initialPointsFrom InitialPointsFromFile;
initialPointsFrom InitialPointsFromFile;

uniformResolution 800000;


initialCellCentresFile "/home/sws02hs/f77/buckyball_griddata/grid5.out/cellCentres_noHeader";

//sourceCase "../../../shallowWaterSphereMesh/WilliSteady/HRbucky4";
//sourcePatch "originalPatch";

radiusOfSphere 1000;
relaxationFactorStart 1;
relaxationFactorEnd 1;
addRemovePoints false;
fixBadShapes false;
nLloydIterations 0;
nLaplacianSmooths 0;
nHRIterations 0;
maxPittewayIterations 0;
nTomitaSprings 0;
TomitaSpringsBeta 1.2;
smoothAll false;
spatialSort true;

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


