FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

surfaceNormalFixedValueFvPatchVectorField Class Reference

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

#include <finiteVolume/surfaceNormalFixedValueFvPatchVectorField.H>


Detailed Description

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

Source files

Definition at line 51 of file surfaceNormalFixedValueFvPatchVectorField.H.

Collaboration diagram for surfaceNormalFixedValueFvPatchVectorField:

List of all members.

Public Member Functions

 TypeName ("surfaceNormalFixedValue")
 Runtime type information.
 surfaceNormalFixedValueFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &)
 Construct from patch and internal field.
 surfaceNormalFixedValueFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 surfaceNormalFixedValueFvPatchVectorField (const surfaceNormalFixedValueFvPatchVectorField &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given.
 surfaceNormalFixedValueFvPatchVectorField (const surfaceNormalFixedValueFvPatchVectorField &)
 Construct as copy.
virtual tmp< fvPatchVectorField >  clone () const
 Construct and return a clone.
 surfaceNormalFixedValueFvPatchVectorField (const surfaceNormalFixedValueFvPatchVectorField &, const DimensionedField< vector, volMesh > &)
 Construct as copy setting internal field reference.
virtual tmp< fvPatchVectorField >  clone (const DimensionedField< vector, volMesh > &iF) const
 Construct and return a clone setting internal field reference.
virtual void  autoMap (const fvPatchFieldMapper &)
 Map (and resize as needed) from self given a mapping object.
virtual void  rmap (const fvPatchVectorField &, const labelList &)
 Reverse map the given fvPatchField onto this fvPatchField.
virtual void  write (Ostream &) const
 Write.

Constructor & Destructor Documentation

Construct from patch and internal field.

Definition at line 40 of file surfaceNormalFixedValueFvPatchVectorField.C.

Referenced by surfaceNormalFixedValueFvPatchVectorField::clone().

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

Construct from patch, internal field and dictionary.

Definition at line 68 of file surfaceNormalFixedValueFvPatchVectorField.C.

References fvPatchField< Type >::operator=().

Construct by mapping given.

surfaceNormalFixedValueFvPatchVectorField onto a new patch

Definition at line 52 of file surfaceNormalFixedValueFvPatchVectorField.C.

Construct as copy setting internal field reference.

Definition at line 94 of file surfaceNormalFixedValueFvPatchVectorField.C.


Member Function Documentation

TypeName ( "surfaceNormalFixedValue"    )

Runtime type information.

virtual tmp<fvPatchVectorField> clone (  ) const [inline, virtual]
virtual tmp<fvPatchVectorField> clone ( const DimensionedField< vector, volMesh > &   iF  ) const [inline, virtual]

Construct and return a clone setting internal field reference.

Definition at line 118 of file surfaceNormalFixedValueFvPatchVectorField.H.

References surfaceNormalFixedValueFvPatchVectorField::surfaceNormalFixedValueFvPatchVectorField().

void autoMap ( const fvPatchFieldMapper &   m  ) [virtual]

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

Definition at line 107 of file surfaceNormalFixedValueFvPatchVectorField.C.

void rmap ( const fvPatchVectorField &   ptf,
const labelList &   addr  
) [virtual]
void write ( Ostream &   os  ) const [virtual]

Write.

Definition at line 131 of file surfaceNormalFixedValueFvPatchVectorField.C.

References Field< Type >::writeEntry().


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