fluxCorrectedVelocity
Description
The fluxCorrectedVelocity is a velocity-outlet boundary condition that
corrects the extrapolated velocity to match the specified flow rate.
Usage
The condition requires entries in both the boundary and field files.
Boundary file
<patchName>
{
type patch;
...
}
Field file
<patchName>
{
// Mandatory entries
type fluxCorrectedVelocity;
// Optional entries
phi <word>;
rho <word>;
// Inherited entries
...
}
where:
| Property | Description | Type | Required | Default |
|---|---|---|---|---|
type | Type name: fluxCorrectedVelocity | word | yes | - |
phi | Name of flux field | word | no | phi |
rho | Name of density field | word | no | rho |
The inherited entries are elaborated in:
Method
where:
| Property | Description |
|---|---|
| Patch velocity [m/s] | |
| Velocity in cells adjacent to the patch [m/s] | |
| Patch-normal vectors [-] | |
| Patch flux [m^3/s] or [kg/s] | |
| Patch face area vectors [m^2] |
Further information
Tutorial:
Source code:
API:
History: Introduced in version 1.5