noSlipFvPatchVectorField Class Reference

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

Inheritance diagram for noSlipFvPatchVectorField:
Collaboration diagram for noSlipFvPatchVectorField:

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

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]

Construct from patch and internal field.

◆ noSlipFvPatchVectorField() [2/5]

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

Construct from patch, internal field and dictionary.

◆ noSlipFvPatchVectorField() [3/5]

noSlipFvPatchVectorField ( const this_bctype ,
const fvPatch ,
const DimensionedField< vector, volMesh > &  ,
const fvPatchFieldMapper  
)

Construct by mapping onto a new patch.

◆ noSlipFvPatchVectorField() [4/5]

noSlipFvPatchVectorField ( const this_bctype pfld,
const DimensionedField< vector, volMesh > &  iF 
)

Copy construct with internal field reference.

◆ noSlipFvPatchVectorField() [5/5]

noSlipFvPatchVectorField ( const this_bctype pfld)
delete

No copy without an internal field.

Member Function Documentation

◆ TypeName()

TypeName ( "noSlip"  )

Runtime type information.

◆ clone()

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

Clone with an internal field reference.

Definition at line 133 of file noSlipFvPatchVectorField.H.

References fvPatchField< Type >::Clone().

Here is the call graph for this function:

◆ write()

virtual void write ( Ostream ) const
virtual

Write.


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