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/validationAndVerificationSuite/verification/GGI/bridgedOverlap/basicMesh-potentialFoam/constant/transportProperties
Vuko Vukcevic 40530a7921 Conservative bridged overlap GGI verification case
Channel test case (7 cells) with sudden contraction using bridged overlap with
potentialFoam.
2018-04-25 12:37:23 +02:00

22 lines
955 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 4.0 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object transportProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
transportModel Newtonian;
//nu nu [0 2 -1 0 0 0 0] 1e-5;
nu nu [0 2 -1 0 0 0 0] 0;
// ************************************************************************* //