Loading...
Searching...
No Matches
edgeNormalFixedValueFaPatchVectorField Class Reference

Edge normal fixed value vector field finite area boundary condition. More...

#include <edgeNormalFixedValueFaPatchVectorField.H>

Inheritance diagram for edgeNormalFixedValueFaPatchVectorField:
Collaboration diagram for edgeNormalFixedValueFaPatchVectorField:

Public Member Functions

 TypeName ("edgeNormalFixedValue")
 Runtime type information.
 edgeNormalFixedValueFaPatchVectorField (const faPatch &, const DimensionedField< vector, areaMesh > &)
 Construct from patch and internal field.
 edgeNormalFixedValueFaPatchVectorField (const faPatch &, const DimensionedField< vector, areaMesh > &, const scalar refValue)
 Construct from patch, internal field and reference value.
 edgeNormalFixedValueFaPatchVectorField (const faPatch &, const DimensionedField< vector, areaMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 edgeNormalFixedValueFaPatchVectorField (const edgeNormalFixedValueFaPatchVectorField &, const faPatch &, const DimensionedField< vector, areaMesh > &, const faPatchFieldMapper &)
 Construct by mapping given edgeNormalFixedValueFaPatchVectorField onto a new patch.
 edgeNormalFixedValueFaPatchVectorField (const edgeNormalFixedValueFaPatchVectorField &)
 Construct as copy.
 edgeNormalFixedValueFaPatchVectorField (const edgeNormalFixedValueFaPatchVectorField &, const DimensionedField< vector, areaMesh > &)
 Construct as copy setting internal field reference.
virtual tmp< faPatchField< vector > > clone () const
 Return clone.
virtual tmp< faPatchField< vector > > clone (const DimensionedField< vector, areaMesh > &iF) const
 Clone with an internal field reference.
virtual void autoMap (const faPatchFieldMapper &)
 Map (and resize as needed) from self given a mapping object.
virtual void rmap (const faPatchVectorField &, const labelList &)
 Reverse map the given faPatchField onto this faPatchField.
virtual void updateCoeffs ()
 Update the coefficients associated with the patch field.
virtual void write (Ostream &) const
 Write includes "value" entry.

Detailed Description

Edge normal fixed value vector field finite area boundary condition.

Describes a surface normal vector boundary condition by its magnitude. Note: The value is positive for outward-pointing vectors

Author Zeljko Tukovic, FMENA Hrvoje Jasak, Wikki Ltd.

Source files

Definition at line 54 of file edgeNormalFixedValueFaPatchVectorField.H.

Constructor & Destructor Documentation

◆ edgeNormalFixedValueFaPatchVectorField() [1/6]

edgeNormalFixedValueFaPatchVectorField ( const faPatch & p,
const DimensionedField< vector, areaMesh > & iF )

Construct from patch and internal field.

Definition at line 28 of file edgeNormalFixedValueFaPatchVectorField.C.

References p, and Foam::Zero.

Referenced by edgeNormalFixedValueFaPatchVectorField(), edgeNormalFixedValueFaPatchVectorField(), edgeNormalFixedValueFaPatchVectorField(), rmap(), and TypeName().

Here is the caller graph for this function:

◆ edgeNormalFixedValueFaPatchVectorField() [2/6]

edgeNormalFixedValueFaPatchVectorField ( const faPatch & p,
const DimensionedField< vector, areaMesh > & iF,
const scalar refValue )

Construct from patch, internal field and reference value.

Definition at line 40 of file edgeNormalFixedValueFaPatchVectorField.C.

References p.

◆ edgeNormalFixedValueFaPatchVectorField() [3/6]

edgeNormalFixedValueFaPatchVectorField ( const faPatch & p,
const DimensionedField< vector, areaMesh > & iF,
const dictionary & dict )

Construct from patch, internal field and dictionary.

Definition at line 67 of file edgeNormalFixedValueFaPatchVectorField.C.

References dict, faPatchField< vector >::operator=(), and p.

Here is the call graph for this function:

◆ edgeNormalFixedValueFaPatchVectorField() [4/6]

edgeNormalFixedValueFaPatchVectorField ( const edgeNormalFixedValueFaPatchVectorField & ptf,
const faPatch & p,
const DimensionedField< vector, areaMesh > & iF,
const faPatchFieldMapper & mapper )

Construct by mapping given edgeNormalFixedValueFaPatchVectorField onto a new patch.

Definition at line 53 of file edgeNormalFixedValueFaPatchVectorField.C.

References edgeNormalFixedValueFaPatchVectorField(), and p.

Here is the call graph for this function:

◆ edgeNormalFixedValueFaPatchVectorField() [5/6]

edgeNormalFixedValueFaPatchVectorField ( const edgeNormalFixedValueFaPatchVectorField & pivpvf)

Construct as copy.

Definition at line 84 of file edgeNormalFixedValueFaPatchVectorField.C.

References edgeNormalFixedValueFaPatchVectorField().

Here is the call graph for this function:

◆ edgeNormalFixedValueFaPatchVectorField() [6/6]

edgeNormalFixedValueFaPatchVectorField ( const edgeNormalFixedValueFaPatchVectorField & pivpvf,
const DimensionedField< vector, areaMesh > & iF )

Construct as copy setting internal field reference.

Definition at line 95 of file edgeNormalFixedValueFaPatchVectorField.C.

References edgeNormalFixedValueFaPatchVectorField().

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "edgeNormalFixedValue" )

Runtime type information.

References edgeNormalFixedValueFaPatchVectorField().

Here is the call graph for this function:

◆ clone() [1/2]

virtual tmp< faPatchField< vector > > clone ( ) const
inlinevirtual

Return clone.

Definition at line 137 of file edgeNormalFixedValueFaPatchVectorField.H.

References faPatchField< Type >::Clone().

Here is the call graph for this function:

◆ clone() [2/2]

virtual tmp< faPatchField< vector > > clone ( const DimensionedField< vector, areaMesh > & iF) const
inlinevirtual

Clone with an internal field reference.

Definition at line 145 of file edgeNormalFixedValueFaPatchVectorField.H.

References faPatchField< Type >::Clone().

Here is the call graph for this function:

◆ autoMap()

void autoMap ( const faPatchFieldMapper & m)
virtual

Map (and resize as needed) from self given a mapping object.

Definition at line 109 of file edgeNormalFixedValueFaPatchVectorField.C.

◆ rmap()

void rmap ( const faPatchVectorField & ptf,
const labelList & addr )
virtual

Reverse map the given faPatchField onto this faPatchField.

Definition at line 119 of file edgeNormalFixedValueFaPatchVectorField.C.

References edgeNormalFixedValueFaPatchVectorField(), and Foam::refCast().

Here is the call graph for this function:

◆ updateCoeffs()

void updateCoeffs ( )
virtual

Update the coefficients associated with the patch field.

Definition at line 134 of file edgeNormalFixedValueFaPatchVectorField.C.

References faPatchField< vector >::operator=(), and faPatchField< vector >::updateCoeffs().

Here is the call graph for this function:

◆ write()

void write ( Ostream & os) const
virtual

Write includes "value" entry.

Definition at line 148 of file edgeNormalFixedValueFaPatchVectorField.C.

References os(), and fixedValueFaPatchField< Type >::write().

Here is the call graph for this function:

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