Skip to content
Snippets Groups Projects
Commit c78781e1 authored by andy's avatar andy
Browse files

STYLE: Added description to uniformFixedValue BC header

parent 097bb722
Branches
Tags
No related merge requests found
......@@ -25,7 +25,21 @@ Class
Foam::uniformFixedValueFvPatchField
Description
Foam::uniformFixedValueFvPatchField
Enables the specification of a uniform fixed value boundary condition.
Example of the boundary condition specification:
\verbatim
inlet
{
type uniformFixedValue;
uniformValue constant 0.2;
}
\endverbatim
The uniformValue entry is a DataEntry type, able to describe time
varying functions. The example above gives the usage for supplying a
constant value.
SourceFiles
uniformFixedValueFvPatchField.C
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment