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 \*---------------------------------------------------------------------------*/
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
19 // Solver for the U equation
32 // Solver for the k equation
45 // Solver for the epsilon equation
58 // Solver for the R equation
71 // Solver for the nuTilda equation
88 // Number of PISO correctors
90 // Number of non-orthogonal correctors
91 nNonOrthogonalCorrectors 0;
93 momentumPredictor yes;
112 // ************************************************************************* //