Skip to main content

scaledFixedValue

Description

The scaledFixedValue is a boundary condition that applies a scalar multiplier to the value of another boundary condition.

Usage

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

Boundary file

<patchName>
{
type patch;
...
}

Field file

<patchName>
{
// Mandatory entries
type scaledFixedValue;
scale <PatchFunction1<scalar>>;
refValue <fvPatchField<Type>>;

// Inherited entries
...
}

where:

PropertyDescriptionTypeRequiredDefault
typeType name: scaledFixedValuewordyes-
scaleScalar scale factorPatchFunction1<scalar>yes-
refValueCondition to supply the reference valuefvPatchField<Type>yes-

The inherited entries are elaborated in:

Further information

Tutorial:

  • N/A

Source code:

API:

History: Introduced in version v1906