1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM Extend Project: Open Source CFD |
4 | \\ / O peration | Version: 1.6-ext |
5 | \\ / A nd | Web: www.extend-project.de |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
27 grad(alpha1) Gauss linear;
32 div(rho*phi,U) Gauss linear;
33 div(phi,alpha) Gauss vanLeer01;
34 div(phirb,alpha) Gauss interfaceCompression;
39 default Gauss linear corrected;
60 // ************************************************************************* //