Skip to main content

copiedFixedValue

Description

The copiedFixedValue is a generic boundary condition that copies the boundary values from a user specified field.

Usage

The condition requires entries in both the boundary and field files.

Boundary file

<patchName>
{
type patch;
...
}

Field file

<patchName>
{
// Mandatory entries
type copiedFixedValue;
sourceFieldName <word>;

// Inherited entries
...
}

where:

PropertyDescriptionTypeRequiredDefault
typeType name: copiedFixedValuewordyes-
sourceFieldNameName of the source fieldwordyes-

The inherited entries are elaborated in:

  • fixedValueFvPatchField.H

Further information

Tutorial:

Source code:

API:

History: Introduced in version v2012