Public Member Functions
improvedNoSlipFvPatchVectorField Class Reference

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

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

Public Member Functions

 TypeName ("improvedNoSlip")
 Runtime type information. More...
 
 improvedNoSlipFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &)
 Construct from patch and internal field. More...
 
 improvedNoSlipFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary. More...
 
 improvedNoSlipFvPatchVectorField (const improvedNoSlipFvPatchVectorField &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given improvedNoSlipFvPatchVectorField. More...
 
 improvedNoSlipFvPatchVectorField (const improvedNoSlipFvPatchVectorField &)
 Construct as copy. More...
 
virtual tmp< fvPatchVectorFieldclone () const
 Construct and return a clone. More...
 
 improvedNoSlipFvPatchVectorField (const improvedNoSlipFvPatchVectorField &, 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 tmp< Field< vector > > gradientInternalCoeffs () const
 
virtual tmp< Field< vector > > gradientBoundaryCoeffs () const
 
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            improvedNoSlip;
}

See also Foam::fixedValueFvPatchVectorField

Source files

Definition at line 63 of file improvedNoSlipFvPatchVectorField.H.

Constructor & Destructor Documentation

◆ improvedNoSlipFvPatchVectorField() [1/5]

Construct from patch and internal field.

Definition at line 33 of file improvedNoSlipFvPatchVectorField.C.

References Foam::endl(), and Foam::Info.

Referenced by improvedNoSlipFvPatchVectorField::clone().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ improvedNoSlipFvPatchVectorField() [2/5]

improvedNoSlipFvPatchVectorField ( const fvPatch p,
const DimensionedField< vector, volMesh > &  iF,
const dictionary dict 
)

Construct from patch, internal field and dictionary.

Definition at line 45 of file improvedNoSlipFvPatchVectorField.C.

References Foam::endl(), and Foam::Info.

Here is the call graph for this function:

◆ improvedNoSlipFvPatchVectorField() [3/5]

Construct by mapping given improvedNoSlipFvPatchVectorField.

onto a new patch

Definition at line 58 of file improvedNoSlipFvPatchVectorField.C.

References Foam::endl(), and Foam::Info.

Here is the call graph for this function:

◆ improvedNoSlipFvPatchVectorField() [4/5]

Construct as copy.

Definition at line 74 of file improvedNoSlipFvPatchVectorField.C.

References Foam::endl(), and Foam::Info.

Here is the call graph for this function:

◆ improvedNoSlipFvPatchVectorField() [5/5]

Construct as copy setting internal field reference.

Definition at line 85 of file improvedNoSlipFvPatchVectorField.C.

References Foam::endl(), and Foam::Info.

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "improvedNoSlip"  )

Runtime type information.

◆ clone() [1/2]

virtual tmp<fvPatchVectorField> clone ( ) const
inlinevirtual

Construct and return a clone.

Definition at line 108 of file improvedNoSlipFvPatchVectorField.H.

References improvedNoSlipFvPatchVectorField::improvedNoSlipFvPatchVectorField().

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 125 of file improvedNoSlipFvPatchVectorField.H.

References improvedNoSlipFvPatchVectorField::improvedNoSlipFvPatchVectorField().

Here is the call graph for this function:

◆ gradientInternalCoeffs()

Foam::tmp< Foam::Field< Foam::vector > > gradientInternalCoeffs ( ) const
virtual

Definition at line 101 of file improvedNoSlipFvPatchVectorField.C.

References Foam::endl(), forAll, Foam::Info, and n.

Here is the call graph for this function:

◆ gradientBoundaryCoeffs()

Foam::tmp< Foam::Field< Foam::vector > > gradientBoundaryCoeffs ( ) const
virtual

Definition at line 118 of file improvedNoSlipFvPatchVectorField.C.

References Foam::endl(), forAll, Foam::Info, and n.

Here is the call graph for this function:

◆ write()

void write ( Ostream os) const
virtual

Write.

Definition at line 145 of file improvedNoSlipFvPatchVectorField.C.

References fvPatchField::write().

Here is the call graph for this function:

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