Loading...
Searching...
No Matches
noSlipFvPatchVectorField Class Reference

This boundary condition fixes the velocity to zero (eg, at walls). More...

#include <noSlipFvPatchVectorField.H>

Inheritance diagram for noSlipFvPatchVectorField:
Collaboration diagram for noSlipFvPatchVectorField:

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.

Detailed Description

This boundary condition fixes the velocity to zero (eg, at walls).

Usage
Example of the boundary condition specification:
<patchName>
{
    type    noSlip;
}
See also
Foam::fixedValueFvPatchVectorField Foam::zeroValueFvPatchVectorField
Source files

Definition at line 62 of file noSlipFvPatchVectorField.H.

Constructor & Destructor Documentation

◆ noSlipFvPatchVectorField() [1/5]

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().

Here is the caller graph for this function:

◆ noSlipFvPatchVectorField() [2/5]

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.

Here is the call graph for this function:

◆ noSlipFvPatchVectorField() [3/5]

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.

Here is the call graph for this function:

◆ noSlipFvPatchVectorField() [4/5]

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.

Here is the call graph for this function:

◆ noSlipFvPatchVectorField() [5/5]

noSlipFvPatchVectorField ( const noSlipFvPatchVectorField & pfld)
inline

Copy construct.

Definition at line 124 of file noSlipFvPatchVectorField.H.

References noSlipFvPatchVectorField().

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "noSlip" )

Runtime type information.

References noSlipFvPatchVectorField().

Here is the call graph for this function:

◆ clone() [1/2]

virtual tmp< fvPatchField< vector > > clone ( ) const
inlinevirtual

Return a clone.

Definition at line 133 of file noSlipFvPatchVectorField.H.

References fvPatchField< Type >::Clone().

Here is the call graph for this function:

◆ clone() [2/2]

virtual tmp< fvPatchField< vector > > clone ( const DimensionedField< vector, volMesh > & iF) const
inlinevirtual

Clone with an internal field reference.

Definition at line 141 of file noSlipFvPatchVectorField.H.

References fvPatchField< Type >::Clone().

Here is the call graph for this function:

◆ write()

void write ( Ostream & os) const
virtual

Write.

Definition at line 78 of file noSlipFvPatchVectorField.C.

References os(), and fvPatchField< Type >::write().

Here is the call graph for this function:

The documentation for this class was generated from the following files: