mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: limit to 80 chars
This commit is contained in:
@ -212,7 +212,11 @@ void Foam::doxygenXmlParser::skipBlock(IFstream& is, const word blockName) const
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void Foam::doxygenXmlParser::skipForward(IFstream& is, const word blockName) const
|
void Foam::doxygenXmlParser::skipForward
|
||||||
|
(
|
||||||
|
IFstream& is,
|
||||||
|
const word blockName
|
||||||
|
) const
|
||||||
{
|
{
|
||||||
// recurse to move forward in 'is' until come across <blockName>
|
// recurse to move forward in 'is' until come across <blockName>
|
||||||
|
|
||||||
|
|||||||
@ -32,8 +32,8 @@ Description
|
|||||||
on the boundary is that specified by the velocity boundary condition.
|
on the boundary is that specified by the velocity boundary condition.
|
||||||
|
|
||||||
The predicted flux to be compensated by the pressure gradient is evaluated
|
The predicted flux to be compensated by the pressure gradient is evaluated
|
||||||
as \f$(\phi - \phi_{H/A})\f$, both of which are looked-up from the database, as
|
as \f$(\phi - \phi_{H/A})\f$, both of which are looked-up from the database,
|
||||||
is the pressure diffusivity used to calculate the gradient using:
|
as is the pressure diffusivity used to calculate the gradient using:
|
||||||
|
|
||||||
\f[
|
\f[
|
||||||
\nabla(p) = \frac{\phi_{H/A} - \phi}{|Sf| D_p}
|
\nabla(p) = \frac{\phi_{H/A} - \phi}{|Sf| D_p}
|
||||||
|
|||||||
@ -32,8 +32,8 @@ Description
|
|||||||
on the boundary is that specified by the velocity boundary condition.
|
on the boundary is that specified by the velocity boundary condition.
|
||||||
|
|
||||||
The predicted flux to be compensated by the pressure gradient is evaluated
|
The predicted flux to be compensated by the pressure gradient is evaluated
|
||||||
as \f$(\phi - \phi_{H/A})\f$, both of which are looked-up from the database, as
|
as \f$(\phi - \phi_{H/A})\f$, both of which are looked-up from the database,
|
||||||
is the pressure diffusivity Dp used to calculate the gradient using:
|
as is the pressure diffusivity Dp used to calculate the gradient using:
|
||||||
|
|
||||||
\f[
|
\f[
|
||||||
\nabla(p) = \frac{\phi_{H/A} - \phi}{|Sf| Dp}
|
\nabla(p) = \frac{\phi_{H/A} - \phi}{|Sf| Dp}
|
||||||
|
|||||||
@ -51,7 +51,7 @@ Description
|
|||||||
\table
|
\table
|
||||||
Property | Description | Required | Default value
|
Property | Description | Required | Default value
|
||||||
refValue | reference value | yes |
|
refValue | reference value | yes |
|
||||||
offset | offset value | no | 0.0; // optional
|
offset | offset value | no | 0.0
|
||||||
amplitude | oscillation amplitude | yes |
|
amplitude | oscillation amplitude | yes |
|
||||||
frequency | oscillation frequency | yes |
|
frequency | oscillation frequency | yes |
|
||||||
\endtable
|
\endtable
|
||||||
|
|||||||
@ -30,7 +30,8 @@ Group
|
|||||||
Description
|
Description
|
||||||
This boundary condition provides a turbulent kinematic viscosity condition
|
This boundary condition provides a turbulent kinematic viscosity condition
|
||||||
when using wall functions for rough walls, based on turbulence kinetic
|
when using wall functions for rough walls, based on turbulence kinetic
|
||||||
energy. The condition manipulates the E parameter to account for roughness effects.
|
energy. The condition manipulates the E parameter to account for roughness
|
||||||
|
effects.
|
||||||
|
|
||||||
Parameter ranges
|
Parameter ranges
|
||||||
- roughness height = sand-grain roughness (0 for smooth walls)
|
- roughness height = sand-grain roughness (0 for smooth walls)
|
||||||
|
|||||||
Reference in New Issue
Block a user