// The FOAM Project // File: earthProperties
/*
-------------------------------------------------------------------------------
 =========         | dictionary
 \\      /         |
  \\    /          | Name:   earthProperties
   \\  /           | Family: FoamX configuration file
    \\/            |
    F ield         | FOAM version: 2.2
    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            "/home/dm2/hilary/foam/hilary2.3/run/cosineBell";
    case            "WilliamsonAlpha0";
    instance        "constant";
    local           "";

    class           dictionary;
    object          earthProperties;
}

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

// Geometry
nLayers 1;
expansionRatio 1;
linearRadialCoeffs
{
    R        6372320;
    Rsurface 6370220;
};
earthRadius    earthRadius   [0 1 0 0 0] 6371220;

// Parameters for solid body rotation set using setWilliBalanced3
// Earth properties
g            g           [0 1 -2 0 0]  9.80616;
magg         magg        [0 1 -2 0 0]  9.80616;
Omega        Omega       [0 0 -1 0 0]  (0 0 7.292e-5);
H            H           [0 1 0 0 0] 2000;

// Initial conditions
h1           h1          [0 1 0 0 0] 2998.115;
rotationPeriod rotationPeriod  [0 0 1 0 0]   12;

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