This boundary condition fixes the velocity to zero (eg, 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 this_bctype &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fvPatchFieldMapper &) | |
| Construct by mapping onto a new patch. More... | |
| noSlipFvPatchVectorField (const this_bctype &pfld, const DimensionedField< vector, volMesh > &iF) | |
| Copy construct with internal field reference. More... | |
| noSlipFvPatchVectorField (const this_bctype &pfld)=delete | |
| No copy without an internal field. More... | |
| virtual tmp< fvPatchField< vector > > | clone (const DimensionedField< vector, volMesh > &iF) const |
| Clone with an internal field reference. More... | |
| virtual void | write (Ostream &) const |
| Write. More... | |
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 & | , |
| 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 this_bctype & | , |
| const fvPatch & | , | ||
| const DimensionedField< vector, volMesh > & | , | ||
| const fvPatchFieldMapper & | |||
| ) |
Construct by mapping onto a new patch.
| noSlipFvPatchVectorField | ( | const this_bctype & | pfld, |
| const DimensionedField< vector, volMesh > & | iF | ||
| ) |
Copy construct with internal field reference.
|
delete |
No copy without an internal field.
| TypeName | ( | "noSlip" | ) |
Runtime type information.
|
inlinevirtual |
Clone with an internal field reference.
Definition at line 133 of file noSlipFvPatchVectorField.H.
References fvPatchField< Type >::Clone().

|
virtual |
Write.