This boundary condition provides a uniform surface-normal vector boundary condition by its magnitude. More...
Public Member Functions | |
TypeName ("uniformNormalFixedValue") | |
Runtime type information. More... | |
uniformNormalFixedValueFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &) | |
Construct from patch and internal field. More... | |
uniformNormalFixedValueFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary. More... | |
uniformNormalFixedValueFvPatchVectorField (const uniformNormalFixedValueFvPatchVectorField &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fvPatchFieldMapper &) | |
Construct by mapping given. More... | |
uniformNormalFixedValueFvPatchVectorField (const uniformNormalFixedValueFvPatchVectorField &) | |
Construct as copy. More... | |
virtual tmp< fvPatchVectorField > | clone () const |
Construct and return a clone. More... | |
uniformNormalFixedValueFvPatchVectorField (const uniformNormalFixedValueFvPatchVectorField &, const DimensionedField< vector, volMesh > &) | |
Construct as copy setting internal field reference. More... | |
virtual tmp< fvPatchVectorField > | clone (const DimensionedField< vector, volMesh > &iF) const |
Construct and return a clone setting internal field reference. More... | |
virtual void | autoMap (const fvPatchFieldMapper &) |
Map (and resize as needed) from self given a mapping object. More... | |
virtual void | rmap (const fvPatchVectorField &, const labelList &) |
Reverse map the given fvPatchField onto this fvPatchField. More... | |
virtual void | updateCoeffs () |
Update the coefficients associated with the patch field. More... | |
virtual void | write (Ostream &os) const |
Write. More... | |
This boundary condition provides a uniform surface-normal vector boundary condition by its magnitude.
Property | Description | Required | Default |
---|---|---|---|
uniformValue | uniform value | yes | |
ramp | time-based ramping | no |
Example of the boundary condition specification:
<patchName> { type uniformNormalFixedValue; uniformValue constant -10; // 10 INTO the domain }
Definition at line 97 of file uniformNormalFixedValueFvPatchVectorField.H.
uniformNormalFixedValueFvPatchVectorField | ( | const fvPatch & | p, |
const DimensionedField< vector, volMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 35 of file uniformNormalFixedValueFvPatchVectorField.C.
uniformNormalFixedValueFvPatchVectorField | ( | const fvPatch & | p, |
const DimensionedField< vector, volMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 48 of file uniformNormalFixedValueFvPatchVectorField.C.
References dict, dictionary::found(), fvPatchField< vector >::operator, p, and UList< T >::size().
uniformNormalFixedValueFvPatchVectorField | ( | const uniformNormalFixedValueFvPatchVectorField & | ptf, |
const fvPatch & | p, | ||
const DimensionedField< vector, volMesh > & | iF, | ||
const fvPatchFieldMapper & | mapper | ||
) |
Construct by mapping given.
uniformNormalFixedValueFvPatchVectorField onto a new patch
Definition at line 74 of file uniformNormalFixedValueFvPatchVectorField.C.
References FieldMapper::direct(), and FieldMapper::hasUnmapped().
Construct as copy.
Definition at line 100 of file uniformNormalFixedValueFvPatchVectorField.C.
uniformNormalFixedValueFvPatchVectorField | ( | const uniformNormalFixedValueFvPatchVectorField & | ptf, |
const DimensionedField< vector, volMesh > & | iF | ||
) |
Construct as copy setting internal field reference.
Definition at line 112 of file uniformNormalFixedValueFvPatchVectorField.C.
TypeName | ( | "uniformNormalFixedValue" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Definition at line 150 of file uniformNormalFixedValueFvPatchVectorField.H.
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Definition at line 166 of file uniformNormalFixedValueFvPatchVectorField.H.
|
virtual |
Map (and resize as needed) from self given a mapping object.
Definition at line 127 of file uniformNormalFixedValueFvPatchVectorField.C.
|
virtual |
Reverse map the given fvPatchField onto this fvPatchField.
Definition at line 143 of file uniformNormalFixedValueFvPatchVectorField.C.
|
virtual |
Update the coefficients associated with the patch field.
Definition at line 158 of file uniformNormalFixedValueFvPatchVectorField.C.
References fvPatchField< vector >::operator=(), tmp< T >::ref(), and fvPatchField< vector >::updateCoeffs().
|
virtual |
Write.
Definition at line 179 of file uniformNormalFixedValueFvPatchVectorField.C.
References os(), and ObukhovLength::write().