timeVaryingUniformFixedValue
Description
The timeVaryingUniformFixedValue is a boundary condition that provides
a time-varying form of a uniform fixed value condition for finite area
calculations.
Usage
The condition requires entries in both the boundary and field files.
Boundary file
<patchName>
{
type patch;
...
}
Field file
<patchName>
{
// Mandatory entries
type timeVaryingUniformFixedValue;
// Inherited entries
...
}
where:
| Property | Description | Type | Required | Default |
|---|---|---|---|---|
type | Type name: timeVaryingUniformFixedValue | word | yes | - |
The inherited entries are elaborated in:
- faPatchFields.H
- interpolationTable.H
Further information
Tutorial:
- N/A
Source code:
API:
History: Introduced in version v1712