Describes a surface normal vector boundary condition by its magnitude. Note: The value is positive for outward-pointing vectors. More...
#include <finiteVolume/surfaceNormalFixedValueFvPatchVectorField.H>
Describes a surface normal vector boundary condition by its magnitude. Note: The value is positive for outward-pointing vectors.
Definition at line 51 of file 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.
| |
virtual tmp< fvPatchVectorField > | clone () const |
Construct and return a clone.
| |
surfaceNormalFixedValueFvPatchVectorField (const surfaceNormalFixedValueFvPatchVectorField &, const DimensionedField< vector, volMesh > &) | |
Construct as copy setting internal field reference.
| |
virtual tmp< fvPatchVectorField > | clone (const DimensionedField< vector, volMesh > &iF) const |
Construct and return a clone setting 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 | write (Ostream &) const |
Write.
|
surfaceNormalFixedValueFvPatchVectorField | ( | const fvPatch & | p, |
const DimensionedField< vector, volMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 40 of file surfaceNormalFixedValueFvPatchVectorField.C.
Referenced by surfaceNormalFixedValueFvPatchVectorField::clone().
surfaceNormalFixedValueFvPatchVectorField | ( | const fvPatch & | p, |
const DimensionedField< vector, volMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 68 of file surfaceNormalFixedValueFvPatchVectorField.C.
References fvPatchField< Type >::operator=().
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 52 of file surfaceNormalFixedValueFvPatchVectorField.C.
surfaceNormalFixedValueFvPatchVectorField | ( | const surfaceNormalFixedValueFvPatchVectorField & | pivpvf ) |
Construct as copy.
Definition at line 83 of file surfaceNormalFixedValueFvPatchVectorField.C.
surfaceNormalFixedValueFvPatchVectorField | ( | const surfaceNormalFixedValueFvPatchVectorField & | pivpvf, |
const DimensionedField< vector, volMesh > & | iF | ||
) |
Construct as copy setting internal field reference.
Definition at line 94 of file surfaceNormalFixedValueFvPatchVectorField.C.
TypeName | ( | "surfaceNormalFixedValue" | ) |
Runtime type information.
virtual tmp<fvPatchVectorField> clone | ( | ) | const [inline, virtual]
|
Construct and return a clone.
Definition at line 101 of file surfaceNormalFixedValueFvPatchVectorField.H.
References surfaceNormalFixedValueFvPatchVectorField::surfaceNormalFixedValueFvPatchVectorField().
virtual tmp<fvPatchVectorField> clone | ( | const DimensionedField< vector, volMesh > & | iF ) | const [inline, virtual]
|
Construct and return a clone setting internal field reference.
Definition at line 118 of file surfaceNormalFixedValueFvPatchVectorField.H.
References surfaceNormalFixedValueFvPatchVectorField::surfaceNormalFixedValueFvPatchVectorField().
void autoMap | ( | const fvPatchFieldMapper & | m ) | [virtual]
|
Map (and resize as needed) from self given a mapping object.
Definition at line 107 of file surfaceNormalFixedValueFvPatchVectorField.C.
void rmap | ( | const fvPatchVectorField & | ptf, |
const labelList & | addr | ||
) | [virtual]
|
Reverse map the given fvPatchField onto this fvPatchField.
Definition at line 117 of file surfaceNormalFixedValueFvPatchVectorField.C.
References surfaceNormalFixedValueFvPatchVectorField::rmap().
Referenced by surfaceNormalFixedValueFvPatchVectorField::rmap().
void write | ( | Ostream & | os ) | const [virtual]
|
Write.
Definition at line 131 of file surfaceNormalFixedValueFvPatchVectorField.C.
References Field< Type >::writeEntry().