Surface-normal fixed value vector boundary condition. More...


Surface-normal fixed value vector boundary condition.
in which the vector field is obtained by scaling the patch normals by the evaluated scalar Function1 provided.
| Property | Description | Required | Default value |
|---|---|---|---|
uniformValue | uniform value | yes |
Example of the boundary condition specification:
<patchName>
{
type surfaceNormalUniformFixedValue;
uniformValue constant -0.2; // 0.2 INTO the domain
}Note: Sign conventions:
Definition at line 84 of file surfaceNormalUniformFixedValueFvPatchVectorField.H.
| surfaceNormalUniformFixedValueFvPatchVectorField | ( | const fvPatch & | p, |
| const DimensionedField< vector, volMesh > & | iF | ||
| ) |
Construct from patch and internal field.
Definition at line 35 of file surfaceNormalUniformFixedValueFvPatchVectorField.C.
Referenced by surfaceNormalUniformFixedValueFvPatchVectorField::clone(), and surfaceNormalUniformFixedValueFvPatchVectorField::surfaceNormalUniformFixedValueFvPatchVectorField().

| surfaceNormalUniformFixedValueFvPatchVectorField | ( | const fvPatch & | p, |
| const DimensionedField< vector, volMesh > & | iF, | ||
| const dictionary & | dict | ||
| ) |
Construct from patch, internal field and dictionary.
Definition at line 47 of file surfaceNormalUniformFixedValueFvPatchVectorField.C.
References Foam::evaluate(), and surfaceNormalUniformFixedValueFvPatchVectorField::surfaceNormalUniformFixedValueFvPatchVectorField().

| surfaceNormalUniformFixedValueFvPatchVectorField | ( | const surfaceNormalUniformFixedValueFvPatchVectorField & | pvf, |
| const fvPatch & | p, | ||
| const DimensionedField< vector, volMesh > & | iF, | ||
| const fvPatchFieldMapper & | mapper | ||
| ) |
Construct by mapping given.
surfaceNormalUniformFixedValueFvPatchVectorField onto a new patch
Definition at line 62 of file surfaceNormalUniformFixedValueFvPatchVectorField.C.
References Foam::evaluate(), and surfaceNormalUniformFixedValueFvPatchVectorField::surfaceNormalUniformFixedValueFvPatchVectorField().

|
delete |
Disallow copy without setting internal field reference.
| surfaceNormalUniformFixedValueFvPatchVectorField | ( | const surfaceNormalUniformFixedValueFvPatchVectorField & | pvf, |
| const DimensionedField< vector, volMesh > & | iF | ||
| ) |
Copy constructor setting internal field reference.
Definition at line 79 of file surfaceNormalUniformFixedValueFvPatchVectorField.C.
References Foam::evaluate().

| TypeName | ( | "surfaceNormalUniformFixedValue" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Definition at line 142 of file surfaceNormalUniformFixedValueFvPatchVectorField.H.
References surfaceNormalUniformFixedValueFvPatchVectorField::surfaceNormalUniformFixedValueFvPatchVectorField(), surfaceNormalUniformFixedValueFvPatchVectorField::updateCoeffs(), and surfaceNormalUniformFixedValueFvPatchVectorField::write().

|
virtual |
Update the coefficients associated with the patch field.
Definition at line 97 of file surfaceNormalUniformFixedValueFvPatchVectorField.C.
References fvPatchField< Type >::operator=(), fvPatchField< Type >::updateCoeffs(), and surfaceNormalUniformFixedValueFvPatchVectorField::write().
Referenced by surfaceNormalUniformFixedValueFvPatchVectorField::clone().


|
virtual |
Write.
Definition at line 112 of file surfaceNormalUniformFixedValueFvPatchVectorField.C.
References Foam::makePatchTypeField(), fvPatchField< Type >::write(), and Foam::writeEntry().
Referenced by surfaceNormalUniformFixedValueFvPatchVectorField::clone(), and surfaceNormalUniformFixedValueFvPatchVectorField::updateCoeffs().

