Public Member Functions | Private Attributes
fixedNormalSlipPointPatchField Class Reference

slip with user-specified normal More...

Collaboration diagram for fixedNormalSlipPointPatchField:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("fixedNormalSlip")
 Runtime type information. More...
 
 fixedNormalSlipPointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &)
 Construct from patch and internal field. More...
 
 fixedNormalSlipPointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary. More...
 
 fixedNormalSlipPointPatchField (const fixedNormalSlipPointPatchField< Type > &, const pointPatch &, const DimensionedField< Type, pointMesh > &, const pointPatchFieldMapper &)
 Construct by mapping given patchField<Type> onto a new patch. More...
 
virtual autoPtr< pointPatchField< Type > > clone () const
 Construct and return a clone. More...
 
 fixedNormalSlipPointPatchField (const fixedNormalSlipPointPatchField< Type > &, const DimensionedField< Type, pointMesh > &)
 Construct as copy setting internal field reference. More...
 
virtual autoPtr< pointPatchField< Type > > clone (const DimensionedField< Type, pointMesh > &iF) const
 Construct and return a clone setting internal field reference. More...
 
virtual void evaluate (const Pstream::commsTypes commsType=Pstream::blocking)
 Update the patch field. More...
 
virtual void write (Ostream &) const
 Write. More...
 

Private Attributes

vector n_
 User specified normal. More...
 

Detailed Description

slip with user-specified normal

Source files

Definition at line 47 of file fixedNormalSlipPointPatchField.H.

Constructor & Destructor Documentation

◆ fixedNormalSlipPointPatchField() [1/4]

Construct from patch and internal field.

◆ fixedNormalSlipPointPatchField() [2/4]

fixedNormalSlipPointPatchField ( const pointPatch ,
const DimensionedField< Type, pointMesh > &  ,
const dictionary  
)

Construct from patch, internal field and dictionary.

◆ fixedNormalSlipPointPatchField() [3/4]

Construct by mapping given patchField<Type> onto a new patch.

◆ fixedNormalSlipPointPatchField() [4/4]

Construct as copy setting internal field reference.

Member Function Documentation

◆ TypeName()

TypeName ( "fixedNormalSlip"  )

Runtime type information.

◆ clone() [1/2]

virtual autoPtr<pointPatchField<Type> > clone ( ) const
inlinevirtual

Construct and return a clone.

Definition at line 105 of file fixedNormalSlipPointPatchField.H.

◆ clone() [2/2]

virtual autoPtr<pointPatchField<Type> > clone ( const DimensionedField< Type, pointMesh > &  iF) const
inlinevirtual

Construct and return a clone setting internal field reference.

Definition at line 125 of file fixedNormalSlipPointPatchField.H.

◆ evaluate()

void evaluate ( const Pstream::commsTypes  commsType = Pstream::blocking)
virtual

Update the patch field.

Definition at line 85 of file fixedNormalSlipPointPatchField.C.

References Foam::I, internalField(), and Foam::transform().

Here is the call graph for this function:

◆ write()

void write ( Ostream os) const
virtual

Write.

Definition at line 100 of file fixedNormalSlipPointPatchField.C.

References token::END_STATEMENT, Foam::nl, pointPatchField< Type >::write(), and Ostream::writeKeyword().

Here is the call graph for this function:

Field Documentation

◆ n_

vector n_
private

User specified normal.

Definition at line 69 of file fixedNormalSlipPointPatchField.H.


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