movingMappedWallVelocityFvPatchVectorField Class Reference

This boundary condition provides a no-slip velocity condition for mapped walls. The wall velocity is taken to be the mesh velocity of the neighbouring region. More...

Inheritance diagram for movingMappedWallVelocityFvPatchVectorField:
Collaboration diagram for movingMappedWallVelocityFvPatchVectorField:

Public Member Functions

 TypeName ("movingMappedWallVelocity")
 Runtime type information. More...
 
 movingMappedWallVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary. More...
 
 movingMappedWallVelocityFvPatchVectorField (const movingMappedWallVelocityFvPatchVectorField &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fieldMapper &)
 Construct by mapping given. More...
 
 movingMappedWallVelocityFvPatchVectorField (const movingMappedWallVelocityFvPatchVectorField &)=delete
 Disallow copy without setting internal field reference. More...
 
 movingMappedWallVelocityFvPatchVectorField (const movingMappedWallVelocityFvPatchVectorField &, const DimensionedField< vector, volMesh > &)
 Copy constructor 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 map (const fvPatchVectorField &, const fieldMapper &)
 Map the given fvPatchField onto this fvPatchField. More...
 
virtual void updateCoeffs ()
 Update the coefficients associated with the patch field. More...
 
virtual void write (Ostream &) const
 Write. More...
 

Detailed Description

This boundary condition provides a no-slip velocity condition for mapped walls. The wall velocity is taken to be the mesh velocity of the neighbouring region.

This will typically be used in CHT simulations in order to apply the mesh motion of a solid region to the boundary of the adjacent fluid region.

Usage
Example of the boundary condition specification:
<patchName>
{
    type            movingMappedWallVelocity;
    value           uniform (0 0 0);    // Initial value
}
See also
Foam::fixedValueFvPatchVectorField
Source files

Definition at line 67 of file movingMappedWallVelocityFvPatchVectorField.H.

Constructor & Destructor Documentation

◆ movingMappedWallVelocityFvPatchVectorField() [1/4]

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

Construct from patch, internal field and dictionary.

Definition at line 35 of file movingMappedWallVelocityFvPatchVectorField.C.

Referenced by movingMappedWallVelocityFvPatchVectorField::clone().

Here is the caller graph for this function:

◆ movingMappedWallVelocityFvPatchVectorField() [2/4]

◆ movingMappedWallVelocityFvPatchVectorField() [3/4]

Disallow copy without setting internal field reference.

◆ movingMappedWallVelocityFvPatchVectorField() [4/4]

Copy constructor setting internal field reference.

Definition at line 62 of file movingMappedWallVelocityFvPatchVectorField.C.

Member Function Documentation

◆ TypeName()

TypeName ( "movingMappedWallVelocity"  )

Runtime type information.

◆ clone()

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

Construct and return a clone setting internal field reference.

Definition at line 112 of file movingMappedWallVelocityFvPatchVectorField.H.

References movingMappedWallVelocityFvPatchVectorField::movingMappedWallVelocityFvPatchVectorField().

Here is the call graph for this function:

◆ map()

void map ( const fvPatchVectorField ptf,
const fieldMapper mapper 
)
virtual

◆ updateCoeffs()

◆ write()

void write ( Ostream os) const
virtual

Write.

Definition at line 139 of file movingMappedWallVelocityFvPatchVectorField.C.

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

Here is the call graph for this function:

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