/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  4.x                                   |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile {
  version     2.0;
  format      ascii;
  class       dictionary;
  location    "system";
  object      fvSchemes;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

ddtSchemes {
default         Euler;
}

gradSchemes {
default     none;
  grad(p)     Gauss linear;
  grad(Ta)    Gauss linear;
}

divSchemes {
default          none;
  div(phi_g,Tg)    Gauss upwind;
}

laplacianSchemes {
default              none;
  laplacian(k_s,Ta)    Gauss linear orthogonal;
  laplacian(k_g,Tg)    Gauss linear orthogonal;
  laplacian(Gamma,p)   Gauss linear orthogonal;
}

interpolationSchemes {
default         linear;
}

snGradSchemes {
default         orthogonal;
}


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