Public Member Functions | List of all members
edgeNormalFixedValueFaPatchVectorField Class Reference

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

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

Public Member Functions

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

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]

Construct from patch and internal field.

Definition at line 30 of file edgeNormalFixedValueFaPatchVectorField.C.

Referenced by edgeNormalFixedValueFaPatchVectorField::clone().

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 42 of file edgeNormalFixedValueFaPatchVectorField.C.

◆ 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 69 of file edgeNormalFixedValueFaPatchVectorField.C.

References Foam::foamVersion::patch.

◆ edgeNormalFixedValueFaPatchVectorField() [4/6]

Construct by mapping given edgeNormalFixedValueFaPatchVectorField onto a new patch.

Definition at line 55 of file edgeNormalFixedValueFaPatchVectorField.C.

◆ edgeNormalFixedValueFaPatchVectorField() [5/6]

Construct as copy.

Definition at line 86 of file edgeNormalFixedValueFaPatchVectorField.C.

◆ edgeNormalFixedValueFaPatchVectorField() [6/6]

Construct as copy setting internal field reference.

Definition at line 97 of file edgeNormalFixedValueFaPatchVectorField.C.

Member Function Documentation

◆ TypeName()

TypeName ( "edgeNormalFixedValue"  )

Runtime type information.

◆ clone() [1/2]

virtual tmp<faPatchVectorField> clone ( ) const
inlinevirtual

Construct and return a clone.

Definition at line 128 of file edgeNormalFixedValueFaPatchVectorField.H.

References edgeNormalFixedValueFaPatchVectorField::edgeNormalFixedValueFaPatchVectorField().

Here is the call graph for this function:

◆ clone() [2/2]

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

Construct and return a clone setting internal field reference.

Definition at line 149 of file edgeNormalFixedValueFaPatchVectorField.H.

References edgeNormalFixedValueFaPatchVectorField::edgeNormalFixedValueFaPatchVectorField().

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 110 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 120 of file edgeNormalFixedValueFaPatchVectorField.C.

References edgeNormalFixedValueFaPatchVectorField::rmap().

Referenced by edgeNormalFixedValueFaPatchVectorField::rmap().

Here is the call graph for this function:
Here is the caller 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< Type >::operator=(), Foam::foamVersion::patch, and faPatchField< Type >::updateCoeffs().

Here is the call graph for this function:

◆ write()

void write ( Ostream os) const
virtual

Write.

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: