noSlipFvPatchVectorField Class Reference

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

Inheritance diagram for noSlipFvPatchVectorField:
[legend]
Collaboration diagram for noSlipFvPatchVectorField:
[legend]

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< fvPatchVectorFieldclone () const
 Construct and return a clone. More...
 
 noSlipFvPatchVectorField (const noSlipFvPatchVectorField &, const DimensionedField< vector, volMesh > &)
 Construct as copy setting internal field reference. More...
 
virtual tmp< fvPatchVectorFieldclone (const DimensionedField< vector, volMesh > &iF) const
 Construct and return a clone setting internal field reference. More...
 
virtual void write (Ostream &) const
 Write. More...
 

Detailed Description

This boundary condition fixes the velocity to zero at walls.

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

Definition at line 65 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 35 of file noSlipFvPatchVectorField.C.

Referenced by noSlipFvPatchVectorField::clone().

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 45 of file noSlipFvPatchVectorField.C.

References dict.

◆ noSlipFvPatchVectorField() [3/5]

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 58 of file noSlipFvPatchVectorField.C.

◆ noSlipFvPatchVectorField() [4/5]

Construct as copy.

Definition at line 70 of file noSlipFvPatchVectorField.C.

◆ noSlipFvPatchVectorField() [5/5]

Construct as copy setting internal field reference.

Definition at line 79 of file noSlipFvPatchVectorField.C.

Member Function Documentation

◆ TypeName()

TypeName ( "noSlip"  )

Runtime type information.

◆ clone() [1/2]

virtual tmp<fvPatchVectorField> clone ( ) const
inlinevirtual

Construct and return a clone.

Definition at line 110 of file noSlipFvPatchVectorField.H.

References noSlipFvPatchVectorField::noSlipFvPatchVectorField().

Here is the call graph for this function:

◆ clone() [2/2]

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

Construct and return a clone setting internal field reference.

Definition at line 127 of file noSlipFvPatchVectorField.H.

References noSlipFvPatchVectorField::noSlipFvPatchVectorField().

Here is the call graph for this function:

◆ write()

void write ( Ostream os) const
virtual

Write.

Definition at line 90 of file noSlipFvPatchVectorField.C.

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

Here is the call graph for this function:

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