Inlet velocity in which the actual interstitial velocity is calculated by dividing the specified inletVelocity field with the local phase-fraction. More...
#include <interstitialInletVelocityFvPatchVectorField.H>


Public Member Functions | |
| TypeName ("interstitialInletVelocity") | |
| Runtime type information. | |
| interstitialInletVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &) | |
| Construct from patch and internal field. | |
| interstitialInletVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. | |
| interstitialInletVelocityFvPatchVectorField (const interstitialInletVelocityFvPatchVectorField &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fvPatchFieldMapper &) | |
| Construct by mapping given. | |
| interstitialInletVelocityFvPatchVectorField (const interstitialInletVelocityFvPatchVectorField &) | |
| Construct as copy. | |
| interstitialInletVelocityFvPatchVectorField (const interstitialInletVelocityFvPatchVectorField &, 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 | 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. | |
Inlet velocity in which the actual interstitial velocity is calculated by dividing the specified inletVelocity field with the local phase-fraction.
Example of the boundary condition specification:
inlet
{
type interstitialInletVelocity;
inletVelocity uniform (0 0.2 0);// Non-interstitial inlet velocity
alpha alpha.particles; // Name of the phase-fraction field
value uniform (0 0 0);
}
Definition at line 57 of file interstitialInletVelocityFvPatchVectorField.H.
| interstitialInletVelocityFvPatchVectorField | ( | const fvPatch & | p, |
| const DimensionedField< vector, volMesh > & | iF ) |
Construct from patch and internal field.
Definition at line 30 of file interstitialInletVelocityFvPatchVectorField.C.
References p, and Foam::Zero.
Referenced by interstitialInletVelocityFvPatchVectorField(), interstitialInletVelocityFvPatchVectorField(), interstitialInletVelocityFvPatchVectorField(), rmap(), and TypeName().

| interstitialInletVelocityFvPatchVectorField | ( | const fvPatch & | p, |
| const DimensionedField< vector, volMesh > & | iF, | ||
| const dictionary & | dict ) |
Construct from patch, internal field and dictionary.
Definition at line 58 of file interstitialInletVelocityFvPatchVectorField.C.
| interstitialInletVelocityFvPatchVectorField | ( | const interstitialInletVelocityFvPatchVectorField & | ptf, |
| const fvPatch & | p, | ||
| const DimensionedField< vector, volMesh > & | iF, | ||
| const fvPatchFieldMapper & | mapper ) |
Construct by mapping given.
interstitialInletVelocityFvPatchVectorField onto a new patch
Definition at line 43 of file interstitialInletVelocityFvPatchVectorField.C.
References interstitialInletVelocityFvPatchVectorField(), and p.

| interstitialInletVelocityFvPatchVectorField | ( | const interstitialInletVelocityFvPatchVectorField & | ptf | ) |
Construct as copy.
Definition at line 72 of file interstitialInletVelocityFvPatchVectorField.C.
References interstitialInletVelocityFvPatchVectorField().

| interstitialInletVelocityFvPatchVectorField | ( | const interstitialInletVelocityFvPatchVectorField & | ptf, |
| const DimensionedField< vector, volMesh > & | iF ) |
Construct as copy setting internal field reference.
Definition at line 84 of file interstitialInletVelocityFvPatchVectorField.C.
References interstitialInletVelocityFvPatchVectorField().

| TypeName | ( | "interstitialInletVelocity" | ) |
Runtime type information.
References interstitialInletVelocityFvPatchVectorField().

|
inlinevirtual |
Return a clone.
Definition at line 137 of file interstitialInletVelocityFvPatchVectorField.H.
References fvPatchField< Type >::Clone().

|
inlinevirtual |
Clone with an internal field reference.
Definition at line 145 of file interstitialInletVelocityFvPatchVectorField.H.
References fvPatchField< Type >::Clone().

|
virtual |
Map (and resize as needed) from self given a mapping object.
Definition at line 99 of file interstitialInletVelocityFvPatchVectorField.C.
|
virtual |
Reverse map the given fvPatchField onto this fvPatchField.
Definition at line 109 of file interstitialInletVelocityFvPatchVectorField.C.
References interstitialInletVelocityFvPatchVectorField(), and Foam::refCast().

|
virtual |
Update the coefficients associated with the patch field.
Definition at line 124 of file interstitialInletVelocityFvPatchVectorField.C.
References Foam::operator==().

|
virtual |
Write.
Definition at line 138 of file interstitialInletVelocityFvPatchVectorField.C.
References os(), fvPatchField< Type >::write(), and fvPatchField< Type >::writeValueEntry().
