This boundary condition provides a surface-normal vector boundary condition by its magnitude. More...
#include <surfaceNormalFixedValueFvPatchVectorField.H>


Public Member Functions | |
| TypeName ("surfaceNormalFixedValue") | |
| Runtime type information. | |
| surfaceNormalFixedValueFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &) | |
| Construct from patch and internal field. | |
| surfaceNormalFixedValueFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. | |
| surfaceNormalFixedValueFvPatchVectorField (const surfaceNormalFixedValueFvPatchVectorField &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fvPatchFieldMapper &) | |
| Construct by mapping given. | |
| surfaceNormalFixedValueFvPatchVectorField (const surfaceNormalFixedValueFvPatchVectorField &) | |
| Construct as copy. | |
| surfaceNormalFixedValueFvPatchVectorField (const surfaceNormalFixedValueFvPatchVectorField &, const DimensionedField< vector, volMesh > &) | |
| Construct as copy setting internal field reference. | |
| virtual tmp< fvPatchField< vector > > | clone () const |
| Return a clone. | |
| virtual tmp< fvPatchField< vector > > | clone (const DimensionedField< vector, volMesh > &iF) const |
| Clone with an internal field reference. | |
| virtual void | autoMap (const fvPatchFieldMapper &) |
| Map (and resize as needed) from self given a mapping object. | |
| virtual void | rmap (const fvPatchVectorField &, const labelList &) |
| Reverse map the given fvPatchField onto this fvPatchField. | |
| virtual void | updateCoeffs () |
| Update the coefficients associated with the patch field. | |
| virtual void | write (Ostream &) const |
| Write. | |
This boundary condition provides a surface-normal vector boundary condition by its magnitude.
| Property | Description | Required | Default |
|---|---|---|---|
refValue | reference value | yes | |
ramp | time-based ramping | no |
Example of the boundary condition specification:
<patchName>
{
type surfaceNormalFixedValue;
refValue uniform -10; // 10 INTO the domain
}
Definition at line 91 of file surfaceNormalFixedValueFvPatchVectorField.H.
| surfaceNormalFixedValueFvPatchVectorField | ( | const fvPatch & | p, |
| const DimensionedField< vector, volMesh > & | iF ) |
Construct from patch and internal field.
Definition at line 29 of file surfaceNormalFixedValueFvPatchVectorField.C.
References p.
Referenced by rmap(), surfaceNormalFixedValueFvPatchVectorField(), surfaceNormalFixedValueFvPatchVectorField(), surfaceNormalFixedValueFvPatchVectorField(), and TypeName().

| surfaceNormalFixedValueFvPatchVectorField | ( | const fvPatch & | p, |
| const DimensionedField< vector, volMesh > & | iF, | ||
| const dictionary & | dict ) |
Construct from patch, internal field and dictionary.
Definition at line 42 of file surfaceNormalFixedValueFvPatchVectorField.C.
References dict, fvPatchField< vector >::operator=(), p, and tmp< T >::ref().

| surfaceNormalFixedValueFvPatchVectorField | ( | const surfaceNormalFixedValueFvPatchVectorField & | ptf, |
| const fvPatch & | p, | ||
| const DimensionedField< vector, volMesh > & | iF, | ||
| const fvPatchFieldMapper & | mapper ) |
Construct by mapping given.
surfaceNormalFixedValueFvPatchVectorField onto a new patch
Definition at line 65 of file surfaceNormalFixedValueFvPatchVectorField.C.
References clone(), fvPatchField< vector >::operator=(), p, tmp< T >::ref(), and surfaceNormalFixedValueFvPatchVectorField().

| surfaceNormalFixedValueFvPatchVectorField | ( | const surfaceNormalFixedValueFvPatchVectorField & | ptf | ) |
Construct as copy.
Definition at line 94 of file surfaceNormalFixedValueFvPatchVectorField.C.
References clone(), and surfaceNormalFixedValueFvPatchVectorField().

| surfaceNormalFixedValueFvPatchVectorField | ( | const surfaceNormalFixedValueFvPatchVectorField & | ptf, |
| const DimensionedField< vector, volMesh > & | iF ) |
Construct as copy setting internal field reference.
Definition at line 106 of file surfaceNormalFixedValueFvPatchVectorField.C.
References clone(), and surfaceNormalFixedValueFvPatchVectorField().

| TypeName | ( | "surfaceNormalFixedValue" | ) |
Runtime type information.
References surfaceNormalFixedValueFvPatchVectorField().

|
inlinevirtual |
Return a clone.
Definition at line 168 of file surfaceNormalFixedValueFvPatchVectorField.H.
References fvPatchField< Type >::Clone().
Referenced by surfaceNormalFixedValueFvPatchVectorField(), surfaceNormalFixedValueFvPatchVectorField(), and surfaceNormalFixedValueFvPatchVectorField().


|
inlinevirtual |
Clone with an internal field reference.
Definition at line 176 of file surfaceNormalFixedValueFvPatchVectorField.H.
References fvPatchField< Type >::Clone().

|
virtual |
Map (and resize as needed) from self given a mapping object.
Definition at line 121 of file surfaceNormalFixedValueFvPatchVectorField.C.
|
virtual |
Reverse map the given fvPatchField onto this fvPatchField.
Definition at line 131 of file surfaceNormalFixedValueFvPatchVectorField.C.
References Foam::refCast(), and surfaceNormalFixedValueFvPatchVectorField().

|
virtual |
Update the coefficients associated with the patch field.
Definition at line 146 of file surfaceNormalFixedValueFvPatchVectorField.C.
References fvPatchField< vector >::operator=(), tmp< T >::ref(), and fvPatchField< vector >::updateCoeffs().

|
virtual |
Write.
Definition at line 165 of file surfaceNormalFixedValueFvPatchVectorField.C.
References os(), and fvPatchField< Type >::write().
