atmBoundaryLayer: Corrected examples
Resolves bug report https://bugs.openfoam.org/view.php?id=4097
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration | Website: https://openfoam.org
|
\\ / O peration | Website: https://openfoam.org
|
||||||
\\ / A nd | Copyright (C) 2011-2023 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2011-2024 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -35,7 +35,8 @@ Description
|
|||||||
ground
|
ground
|
||||||
{
|
{
|
||||||
type atmBoundaryLayerInletEpsilon;
|
type atmBoundaryLayerInletEpsilon;
|
||||||
z (0 0 1);
|
flowDir (1 0 0);
|
||||||
|
zDir (0 0 1);
|
||||||
Uref 10.0;
|
Uref 10.0;
|
||||||
Zref 20.0;
|
Zref 20.0;
|
||||||
z0 uniform 0.1;
|
z0 uniform 0.1;
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration | Website: https://openfoam.org
|
\\ / O peration | Website: https://openfoam.org
|
||||||
\\ / A nd | Copyright (C) 2014-2023 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2014-2024 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -35,7 +35,8 @@ Description
|
|||||||
ground
|
ground
|
||||||
{
|
{
|
||||||
type atmBoundaryLayerInletK;
|
type atmBoundaryLayerInletK;
|
||||||
z (0 0 1);
|
flowDir (1 0 0);
|
||||||
|
zDir (0 0 1);
|
||||||
Uref 10.0;
|
Uref 10.0;
|
||||||
Zref 20.0;
|
Zref 20.0;
|
||||||
z0 uniform 0.1;
|
z0 uniform 0.1;
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration | Website: https://openfoam.org
|
\\ / O peration | Website: https://openfoam.org
|
||||||
\\ / A nd | Copyright (C) 2011-2023 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2011-2024 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -35,8 +35,8 @@ Description
|
|||||||
ground
|
ground
|
||||||
{
|
{
|
||||||
type atmBoundaryLayerInletVelocity;
|
type atmBoundaryLayerInletVelocity;
|
||||||
n (1 0 0);
|
flowDir (1 0 0);
|
||||||
z (0 0 1);
|
zDir (0 0 1);
|
||||||
Uref 10.0;
|
Uref 10.0;
|
||||||
Zref 20.0;
|
Zref 20.0;
|
||||||
z0 uniform 0.1;
|
z0 uniform 0.1;
|
||||||
|
|||||||
Reference in New Issue
Block a user