37 lines
1.6 KiB
C++
37 lines
1.6 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: 2.3.0 |
|
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class dictionary;
|
|
location "constant";
|
|
object transportProperties;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
#include "../setUp"
|
|
|
|
contiuousPhaseName ;
|
|
|
|
transportModel Newtonian;
|
|
rho $rho; //continuous phase field
|
|
nu nu [ 0 2 -1 0 0 0 0 ] $nu; //continuous phase field
|
|
|
|
// ************************************************************************* //
|
|
|
|
vKC $vKC; // the Von Kármán constant
|
|
Z0 $Z0; // the surface roughness, in m s-1
|
|
Ustar $Ustar; // the friction velocity, in m s-1
|
|
flowDirection $flowDirection; // the friction velocity, (0 0 0) means no cyclic BCs and no external pressure gradient
|
|
H $zMax; // the height for the fluid domain, in m
|
|
noiseFactor $noiseFactor;
|
|
|
|
// ************************************************************************* //
|
|
constantPGrad true;
|