This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/validationSuite/incompressible/simpleFoam/backwardFacingStep/constant/RASProperties
Vuko Vukcevic b6cf22304f Created validationSuite
First validation test case: backwardFacingStep with simpleFoam, comparison of
velocity profiles and pressure coefficient with experimental data.
Author: Robert Keser, Merge: Vuko Vukcevic
2017-01-17 09:59:03 +01:00

21 lines
905 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 3.2 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object RASProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
RASModel kOmegaSST;//kEpsilon;
turbulence on;
// ************************************************************************* //