Public Member Functions | List of all members
noSlipFvPatchVectorField Class Reference

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

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

Public Member Functions

 TypeName ("noSlip")
 
 noSlipFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &)
 
 noSlipFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &)
 
 noSlipFvPatchVectorField (const noSlipFvPatchVectorField &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fvPatchFieldMapper &)
 
 noSlipFvPatchVectorField (const noSlipFvPatchVectorField &)
 
virtual tmp< fvPatchVectorFieldclone () const
 
 noSlipFvPatchVectorField (const noSlipFvPatchVectorField &, const DimensionedField< vector, volMesh > &)
 
virtual tmp< fvPatchVectorFieldclone (const DimensionedField< vector, volMesh > &iF) const
 
virtual void write (Ostream &) const
 

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 61 of file noSlipFvPatchVectorField.H.

Constructor & Destructor Documentation

◆ noSlipFvPatchVectorField() [1/5]

noSlipFvPatchVectorField ( const fvPatch p,
const DimensionedField< vector, volMesh > &  iF 
)

Definition at line 28 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 
)

Definition at line 38 of file noSlipFvPatchVectorField.C.

References dict.

◆ noSlipFvPatchVectorField() [3/5]

noSlipFvPatchVectorField ( const noSlipFvPatchVectorField ptf,
const fvPatch p,
const DimensionedField< vector, volMesh > &  iF,
const fvPatchFieldMapper mapper 
)

Definition at line 51 of file noSlipFvPatchVectorField.C.

◆ noSlipFvPatchVectorField() [4/5]

Definition at line 63 of file noSlipFvPatchVectorField.C.

◆ noSlipFvPatchVectorField() [5/5]

Definition at line 72 of file noSlipFvPatchVectorField.C.

Member Function Documentation

◆ TypeName()

TypeName ( "noSlip"  )

◆ clone() [1/2]

virtual tmp<fvPatchVectorField> clone ( ) const
inlinevirtual

Definition at line 106 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

Definition at line 123 of file noSlipFvPatchVectorField.H.

References noSlipFvPatchVectorField::noSlipFvPatchVectorField().

Here is the call graph for this function:

◆ write()

void write ( Ostream os) const
virtual

Definition at line 83 of file noSlipFvPatchVectorField.C.

References os(), and fvPatchField::write().

Here is the call graph for this function:

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