This boundary condition fixes the velocity to zero at walls. More...


Public Member Functions | |
| TypeName ("noSlip") | |
| Runtime type information. More... | |
| noSlipFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &) | |
| Construct from patch and internal field. More... | |
| noSlipFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. More... | |
| noSlipFvPatchVectorField (const noSlipFvPatchVectorField &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fvPatchFieldMapper &) | |
| Construct by mapping given noSlipFvPatchVectorField. More... | |
| noSlipFvPatchVectorField (const noSlipFvPatchVectorField &) | |
| Construct as copy. More... | |
| virtual tmp< fvPatchVectorField > | clone () const |
| Construct and return a clone. More... | |
| noSlipFvPatchVectorField (const noSlipFvPatchVectorField &, 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 | write (Ostream &) const |
| Write. More... | |
This boundary condition fixes the velocity to zero at walls.
<patchName>
{
type noSlip;
}
Definition at line 63 of file noSlipFvPatchVectorField.H.
| noSlipFvPatchVectorField | ( | const fvPatch & | p, |
| const DimensionedField< vector, volMesh > & | iF | ||
| ) |
Construct from patch and internal field.
Definition at line 32 of file noSlipFvPatchVectorField.C.
Referenced by noSlipFvPatchVectorField::clone(), and noSlipFvPatchVectorField::noSlipFvPatchVectorField().

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

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

| noSlipFvPatchVectorField | ( | const noSlipFvPatchVectorField & | mwvpvf | ) |
Construct as copy.
Definition at line 65 of file noSlipFvPatchVectorField.C.
References noSlipFvPatchVectorField::noSlipFvPatchVectorField().

| noSlipFvPatchVectorField | ( | const noSlipFvPatchVectorField & | mwvpvf, |
| const DimensionedField< vector, volMesh > & | iF | ||
| ) |
Construct as copy setting internal field reference.
Definition at line 74 of file noSlipFvPatchVectorField.C.
| TypeName | ( | "noSlip" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Definition at line 108 of file noSlipFvPatchVectorField.H.
References noSlipFvPatchVectorField::noSlipFvPatchVectorField().

|
inlinevirtual |
Construct and return a clone setting internal field reference.
Definition at line 125 of file noSlipFvPatchVectorField.H.
References noSlipFvPatchVectorField::noSlipFvPatchVectorField(), and noSlipFvPatchVectorField::write().

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


1.8.11