1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | foam-extend: Open Source CFD |
4 | \\ / O peration | Version: 3.2 |
5 | \\ / A nd | Web: http://www.foam-extend.org |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
30 div(phia,Ua) Gauss limitedLinearV 1;
31 div(phib,Ub) Gauss limitedLinearV 1;
32 div(phib,k) Gauss limitedLinear 1;
33 div(phib,epsilon) Gauss limitedLinear 1;
34 div(phi,alpha) Gauss limitedLinear01 1;
35 div((-nuEffa*grad(Ua).T())) Gauss linear;
36 div((-nuEffb*grad(Ub).T())) Gauss linear;
42 laplacian(nuEffa,Ua) Gauss linear corrected;
43 laplacian(nuEffb,Ub) Gauss linear corrected;
44 laplacian((rho*(1|A(U))),p) Gauss linear corrected;
63 // ************************************************************************* //