mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Updated BC header documentation
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 |
|
\\ / O peration |
|
||||||
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -62,7 +62,7 @@ Description
|
|||||||
|
|
||||||
\table
|
\table
|
||||||
Property | Description | Required | Default value
|
Property | Description | Required | Default value
|
||||||
z | vertical co-ordinate [m] | yes |
|
z | vertical direction of z-axis | yes |
|
||||||
kappa | Karman's constanat | no | 0.41
|
kappa | Karman's constanat | no | 0.41
|
||||||
Uref | reference velocity [m/s] | yes |
|
Uref | reference velocity [m/s] | yes |
|
||||||
Href | reference height [m] | yes |
|
Href | reference height [m] | yes |
|
||||||
@ -75,7 +75,7 @@ Description
|
|||||||
myPatch
|
myPatch
|
||||||
{
|
{
|
||||||
type atmBoundaryLayerInletEpsilon;
|
type atmBoundaryLayerInletEpsilon;
|
||||||
z 1.0;
|
z (0 1 0);
|
||||||
kappa 0.41;
|
kappa 0.41;
|
||||||
Uref 1.0;
|
Uref 1.0;
|
||||||
Href 0.0;
|
Href 0.0;
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration |
|
\\ / O peration |
|
||||||
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -69,7 +69,7 @@ Description
|
|||||||
\table
|
\table
|
||||||
Property | Description | Required | Default value
|
Property | Description | Required | Default value
|
||||||
n | flow direction | yes |
|
n | flow direction | yes |
|
||||||
z | vertical co-ordinate [m] | yes |
|
z | vertical direction of z-axis | yes |
|
||||||
kappa | Karman's constanat | no | 0.41
|
kappa | Karman's constanat | no | 0.41
|
||||||
Uref | reference velocity [m/s] | yes |
|
Uref | reference velocity [m/s] | yes |
|
||||||
Href | reference height [m] | yes |
|
Href | reference height [m] | yes |
|
||||||
@ -83,7 +83,7 @@ Description
|
|||||||
{
|
{
|
||||||
type atmBoundaryLayerInletVelocity;
|
type atmBoundaryLayerInletVelocity;
|
||||||
n (0 1 0);
|
n (0 1 0);
|
||||||
z 1.0;
|
z (0 1 0);
|
||||||
kappa 0.41;
|
kappa 0.41;
|
||||||
Uref 1.0;
|
Uref 1.0;
|
||||||
Href 0.0;
|
Href 0.0;
|
||||||
@ -135,7 +135,7 @@ class atmBoundaryLayerInletVelocityFvPatchVectorField
|
|||||||
//- Direction of the z-coordinate
|
//- Direction of the z-coordinate
|
||||||
vector z_;
|
vector z_;
|
||||||
|
|
||||||
//- Surface roughness lenght
|
//- Surface roughness length
|
||||||
scalarField z0_;
|
scalarField z0_;
|
||||||
|
|
||||||
//- Von Karman constant
|
//- Von Karman constant
|
||||||
|
|||||||
Reference in New Issue
Block a user