OpenFOAM logo
The Open Source CFD Toolbox
  Source Guide OpenCFD Solutions Contact OpenFOAM

activeBaffleVelocityFvPatchVectorField Class Reference

Boundary condition that modifies mesh areas based on velocity. More...

Collaboration diagram for activeBaffleVelocityFvPatchVectorField:

List of all members.


Public Member Functions

 TypeName ("activeBaffleVelocity")
 Runtime type information.
 activeBaffleVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &)
 Construct from patch and internal field.
 activeBaffleVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 activeBaffleVelocityFvPatchVectorField (const activeBaffleVelocityFvPatchVectorField &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given activeBaffleVelocityFvPatchVectorField.
 activeBaffleVelocityFvPatchVectorField (const activeBaffleVelocityFvPatchVectorField &)
 Construct as copy.
virtual tmp< fvPatchVectorFieldclone () const
 Construct and return a clone.
 activeBaffleVelocityFvPatchVectorField (const activeBaffleVelocityFvPatchVectorField &, const DimensionedField< vector, volMesh > &)
 Construct as copy setting internal field reference.
virtual tmp< fvPatchVectorFieldclone (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 updateCoeffs ()
 Update the coefficients associated with the patch field.
virtual void write (Ostream &) const
 Write.

Detailed Description

Boundary condition that modifies mesh areas based on velocity.

Source files

Definition at line 45 of file activeBaffleVelocityFvPatchVectorField.H.


Constructor & Destructor Documentation

Construct from patch and internal field.

Definition at line 27 of file activeBaffleVelocityFvPatchVectorField.C.

Referenced by activeBaffleVelocityFvPatchVectorField::clone().

Here is the caller graph for this function:

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

Construct from patch, internal field and dictionary.

Definition at line 71 of file activeBaffleVelocityFvPatchVectorField.C.

Construct by mapping given activeBaffleVelocityFvPatchVectorField.

onto a new patch

Definition at line 48 of file activeBaffleVelocityFvPatchVectorField.C.

Construct as copy.

Definition at line 100 of file activeBaffleVelocityFvPatchVectorField.C.

References dictionary::lookup().

Here is the call graph for this function:

Construct as copy setting internal field reference.

Definition at line 120 of file activeBaffleVelocityFvPatchVectorField.C.


Member Function Documentation

TypeName ( "activeBaffleVelocity"   ) 

Runtime type information.

virtual tmp<fvPatchVectorField> clone (  )  const [inline, virtual]

Construct and return a clone.

Definition at line 133 of file activeBaffleVelocityFvPatchVectorField.H.

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

Construct and return a clone setting internal field reference.

Definition at line 150 of file activeBaffleVelocityFvPatchVectorField.H.

References activeBaffleVelocityFvPatchVectorField::activeBaffleVelocityFvPatchVectorField().

Here is the call graph for this function:

void autoMap ( const fvPatchFieldMapper m  )  [virtual]

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

Note: cannot map field from cyclic patch anyway so just recalculate

Areas should be consistent when doing autoMap except in case of topo changes. ! Note: we don't want to use Sf here since triggers rebuilding of /*! fvMesh::S() which will give problems when mapped (since already on new mesh)

Definition at line 142 of file activeBaffleVelocityFvPatchVectorField.C.

void rmap ( const fvPatchVectorField ptf,
const labelList addr 
) [virtual]

Reverse map the given fvPatchField onto this fvPatchField.

Definition at line 166 of file activeBaffleVelocityFvPatchVectorField.C.

void updateCoeffs (  )  [virtual]

Update the coefficients associated with the patch field.

Definition at line 183 of file activeBaffleVelocityFvPatchVectorField.C.

void write ( Ostream os  )  const [virtual]

Write.

Definition at line 248 of file activeBaffleVelocityFvPatchVectorField.C.


The documentation for this class was generated from the following files:
Copyright © 2000-2009 OpenCFD Ltd