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>
|
||||
|
||||
|
||||
@ -32,8 +32,8 @@ Description
|
||||
on the boundary is that specified by the velocity boundary condition.
|
||||
|
||||
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
|
||||
is the pressure diffusivity used to calculate the gradient using:
|
||||
as \f$(\phi - \phi_{H/A})\f$, both of which are looked-up from the database,
|
||||
as is the pressure diffusivity used to calculate the gradient using:
|
||||
|
||||
\f[
|
||||
\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.
|
||||
|
||||
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
|
||||
is the pressure diffusivity Dp used to calculate the gradient using:
|
||||
as \f$(\phi - \phi_{H/A})\f$, both of which are looked-up from the database,
|
||||
as is the pressure diffusivity Dp used to calculate the gradient using:
|
||||
|
||||
\f[
|
||||
\nabla(p) = \frac{\phi_{H/A} - \phi}{|Sf| Dp}
|
||||
|
||||
@ -51,7 +51,7 @@ Description
|
||||
\table
|
||||
Property | Description | Required | Default value
|
||||
refValue | reference value | yes |
|
||||
offset | offset value | no | 0.0; // optional
|
||||
offset | offset value | no | 0.0
|
||||
amplitude | oscillation amplitude | yes |
|
||||
frequency | oscillation frequency | yes |
|
||||
\endtable
|
||||
|
||||
@ -30,7 +30,8 @@ Group
|
||||
Description
|
||||
This boundary condition provides a turbulent kinematic viscosity condition
|
||||
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
|
||||
- roughness height = sand-grain roughness (0 for smooth walls)
|
||||
|
||||
Reference in New Issue
Block a user