Skip to main content

timeVaryingMappedFixedValue

Description

Usage

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

Boundary file

<patchName>
{
type patch;
...
}

Field file

<patchName>
{
// Mandatory entries
type timeVaryingMappedFixedValue;

// Optional entries
setAverage <bool>;
perturb <scalar>;
points <word>;
offset <Function1<Type>>;
fieldTable <word>;
mapMethod <word>;

// Inherited entries
...
}

where:

PropertyDescriptionTypeRequiredDefault
typeType name: timeVaryingMappedFixedValuewordyes-
setAverageUse average valueboolnofalse
perturbPerturb points for regular geometriesscalarno1e-5
pointsName of points filewordnopoints
fieldTableAlternative field name to samplewordnothis field name
mapMethodType of mappingwordnoplanar
offsetOffset to mapped valuesscalarnoZero

The inherited entries are elaborated in:

  • fixedValuePointPatchField.H
  • Function1.H

Further information

Tutorial:

  • N/A

Source code:

API:

History: Introduced in version 2.1.1