This boundary condition fixes the velocity to zero (eg, at walls). More...
#include <noSlipFvPatchVectorField.H>


Public Member Functions | |
| TypeName ("noSlip") | |
| Runtime type information. | |
| noSlipFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &) | |
| Construct from patch and internal field. | |
| noSlipFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. | |
| noSlipFvPatchVectorField (const noSlipFvPatchVectorField &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fvPatchFieldMapper &) | |
| Construct by mapping given noSlipFvPatchVectorField onto a new patch. | |
| noSlipFvPatchVectorField (const noSlipFvPatchVectorField &pfld, const DimensionedField< vector, volMesh > &iF) | |
| Copy construct with internal field reference. | |
| noSlipFvPatchVectorField (const noSlipFvPatchVectorField &pfld) | |
| Copy construct. | |
| 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 | write (Ostream &) const |
| Write. | |
This boundary condition fixes the velocity to zero (eg, at walls).
<patchName>
{
type noSlip;
}
Definition at line 62 of file noSlipFvPatchVectorField.H.
| noSlipFvPatchVectorField | ( | const fvPatch & | p, |
| const DimensionedField< vector, volMesh > & | iF ) |
Construct from patch and internal field.
Definition at line 27 of file noSlipFvPatchVectorField.C.
References p, and Foam::Zero.
Referenced by noSlipFvPatchVectorField(), noSlipFvPatchVectorField(), noSlipFvPatchVectorField(), and TypeName().

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

| noSlipFvPatchVectorField | ( | const noSlipFvPatchVectorField & | pfld, |
| const fvPatch & | p, | ||
| const DimensionedField< vector, volMesh > & | iF, | ||
| const fvPatchFieldMapper & | ) |
Construct by mapping given noSlipFvPatchVectorField onto a new patch.
Definition at line 52 of file noSlipFvPatchVectorField.C.
References noSlipFvPatchVectorField(), p, and Foam::Zero.

| noSlipFvPatchVectorField | ( | const noSlipFvPatchVectorField & | pfld, |
| const DimensionedField< vector, volMesh > & | iF ) |
Copy construct with internal field reference.
Definition at line 65 of file noSlipFvPatchVectorField.C.
References noSlipFvPatchVectorField(), and Foam::Zero.

|
inline |
Copy construct.
Definition at line 124 of file noSlipFvPatchVectorField.H.
References noSlipFvPatchVectorField().

| TypeName | ( | "noSlip" | ) |
Runtime type information.
References noSlipFvPatchVectorField().

|
inlinevirtual |
Return a clone.
Definition at line 133 of file noSlipFvPatchVectorField.H.
References fvPatchField< Type >::Clone().

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

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