Loading...
Searching...
No Matches
inclinedFilmNusseltInletVelocityFvPatchVectorField Class Reference

Film velocity boundary condition for inclined films that imposes a sinusoidal perturbation on top of a mean flow rate, where the velocity is calculated using the Nusselt solution. More...

#include <inclinedFilmNusseltInletVelocityFvPatchVectorField.H>

Inheritance diagram for inclinedFilmNusseltInletVelocityFvPatchVectorField:
Collaboration diagram for inclinedFilmNusseltInletVelocityFvPatchVectorField:

Public Member Functions

 TypeName ("inclinedFilmNusseltInletVelocity")
 Runtime type information.
 inclinedFilmNusseltInletVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &)
 Construct from patch and internal field.
 inclinedFilmNusseltInletVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 inclinedFilmNusseltInletVelocityFvPatchVectorField (const inclinedFilmNusseltInletVelocityFvPatchVectorField &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given.
 inclinedFilmNusseltInletVelocityFvPatchVectorField (const inclinedFilmNusseltInletVelocityFvPatchVectorField &)
 Construct as copy.
 inclinedFilmNusseltInletVelocityFvPatchVectorField (const inclinedFilmNusseltInletVelocityFvPatchVectorField &, const DimensionedField< vector, volMesh > &)
 Construct as copy setting internal field reference.
virtual tmp< fvPatchField< vector > > clone () const
 Return a clone.
virtual tmp< fvPatchField< vector > > clone (const DimensionedField< vector, volMesh > &iF) const
 Clone with an internal field reference.
virtual void updateCoeffs ()
 Update the coefficients associated with the patch field.
virtual void write (Ostream &) const
 Write.

Detailed Description

Film velocity boundary condition for inclined films that imposes a sinusoidal perturbation on top of a mean flow rate, where the velocity is calculated using the Nusselt solution.

Source files

Definition at line 50 of file inclinedFilmNusseltInletVelocityFvPatchVectorField.H.

Constructor & Destructor Documentation

◆ inclinedFilmNusseltInletVelocityFvPatchVectorField() [1/5]

inclinedFilmNusseltInletVelocityFvPatchVectorField ( const fvPatch & p,
const DimensionedField< vector, volMesh > & iF )

Construct from patch and internal field.

Definition at line 29 of file inclinedFilmNusseltInletVelocityFvPatchVectorField.C.

References p.

Referenced by inclinedFilmNusseltInletVelocityFvPatchVectorField(), inclinedFilmNusseltInletVelocityFvPatchVectorField(), inclinedFilmNusseltInletVelocityFvPatchVectorField(), and TypeName().

Here is the caller graph for this function:

◆ inclinedFilmNusseltInletVelocityFvPatchVectorField() [2/5]

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

Construct from patch, internal field and dictionary.

Definition at line 61 of file inclinedFilmNusseltInletVelocityFvPatchVectorField.C.

References dict, Foam::New(), and p.

Here is the call graph for this function:

◆ inclinedFilmNusseltInletVelocityFvPatchVectorField() [3/5]

inclinedFilmNusseltInletVelocityFvPatchVectorField ( const inclinedFilmNusseltInletVelocityFvPatchVectorField & ptf,
const fvPatch & p,
const DimensionedField< vector, volMesh > & iF,
const fvPatchFieldMapper & mapper )

Construct by mapping given.

inclinedFilmNusseltInletVelocityFvPatchVectorField onto a new patch

Definition at line 44 of file inclinedFilmNusseltInletVelocityFvPatchVectorField.C.

References clone(), inclinedFilmNusseltInletVelocityFvPatchVectorField(), and p.

Here is the call graph for this function:

◆ inclinedFilmNusseltInletVelocityFvPatchVectorField() [4/5]

inclinedFilmNusseltInletVelocityFvPatchVectorField ( const inclinedFilmNusseltInletVelocityFvPatchVectorField & fmfrpvf)

Construct as copy.

Definition at line 80 of file inclinedFilmNusseltInletVelocityFvPatchVectorField.C.

References clone(), and inclinedFilmNusseltInletVelocityFvPatchVectorField().

Here is the call graph for this function:

◆ inclinedFilmNusseltInletVelocityFvPatchVectorField() [5/5]

inclinedFilmNusseltInletVelocityFvPatchVectorField ( const inclinedFilmNusseltInletVelocityFvPatchVectorField & fmfrpvf,
const DimensionedField< vector, volMesh > & iF )

Construct as copy setting internal field reference.

Definition at line 94 of file inclinedFilmNusseltInletVelocityFvPatchVectorField.C.

References clone(), and inclinedFilmNusseltInletVelocityFvPatchVectorField().

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "inclinedFilmNusseltInletVelocity" )

Runtime type information.

References inclinedFilmNusseltInletVelocityFvPatchVectorField().

Here is the call graph for this function:

◆ clone() [1/2]

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

Return a clone.

Definition at line 139 of file inclinedFilmNusseltInletVelocityFvPatchVectorField.H.

References fvPatchField< Type >::Clone().

Referenced by inclinedFilmNusseltInletVelocityFvPatchVectorField(), inclinedFilmNusseltInletVelocityFvPatchVectorField(), and inclinedFilmNusseltInletVelocityFvPatchVectorField().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ clone() [2/2]

virtual tmp< fvPatchField< vector > > clone ( const DimensionedField< vector, volMesh > & iF) const
inlinevirtual

Clone with an internal field reference.

Definition at line 147 of file inclinedFilmNusseltInletVelocityFvPatchVectorField.H.

References fvPatchField< Type >::Clone().

Here is the call graph for this function:

◆ updateCoeffs()

◆ write()

void write ( Ostream & os) const
virtual

Write.

Definition at line 184 of file inclinedFilmNusseltInletVelocityFvPatchVectorField.C.

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

Here is the call graph for this function:

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