Loading...
Searching...
No Matches
JohnsonJacksonParticleSlipFvPatchVectorField Class Reference

Partial slip boundary condition for the particulate velocity. More...

#include <JohnsonJacksonParticleSlipFvPatchVectorField.H>

Inheritance diagram for JohnsonJacksonParticleSlipFvPatchVectorField:
Collaboration diagram for JohnsonJacksonParticleSlipFvPatchVectorField:

Public Member Functions

 TypeName ("JohnsonJacksonParticleSlip")
 Runtime type information.
 JohnsonJacksonParticleSlipFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &)
 Construct from patch and internal field.
 JohnsonJacksonParticleSlipFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 JohnsonJacksonParticleSlipFvPatchVectorField (const JohnsonJacksonParticleSlipFvPatchVectorField &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping onto a new patch.
 JohnsonJacksonParticleSlipFvPatchVectorField (const JohnsonJacksonParticleSlipFvPatchVectorField &)
 Construct as copy.
 JohnsonJacksonParticleSlipFvPatchVectorField (const JohnsonJacksonParticleSlipFvPatchVectorField &, 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.
virtual void write (Ostream &) const
 Write.
 TypeName ("JohnsonJacksonParticleSlip")
 Runtime type information.
 JohnsonJacksonParticleSlipFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &)
 Construct from patch and internal field.
 JohnsonJacksonParticleSlipFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 JohnsonJacksonParticleSlipFvPatchVectorField (const JohnsonJacksonParticleSlipFvPatchVectorField &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping onto a new patch.
 JohnsonJacksonParticleSlipFvPatchVectorField (const JohnsonJacksonParticleSlipFvPatchVectorField &)
 Construct as copy.
 JohnsonJacksonParticleSlipFvPatchVectorField (const JohnsonJacksonParticleSlipFvPatchVectorField &, 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.
virtual void write (Ostream &) const
 Write.

Detailed Description

Partial slip boundary condition for the particulate velocity.

References:

    Reuge, N., Cadoret, L., Coufort-Saudejaud, C., Pannala, S., Syamlal, M.,
    & Caussat, B. (2008).
    Multifluid Eulerian modeling of dense gas–solids fluidized bed
    hydrodynamics: influence of the dissipation parameters.
    Chemical Engineering Science, 63(22), 5540-5551.
    Johnson, P. C., & Jackson, R. (1987).
    Frictional–collisional constitutive relations for granular materials,
    with application to plane shearing.
    Journal of fluid Mechanics, 176, 67-93.
Source files

References:

    "Multifluid Eulerian modeling of dense gas–solids fluidized bed
     hydrodynamics: Influence of the dissipation parameters"
    Reuge, N.,
    Chemical Engineering Science
    Volume 63, Issue 22, November 2008, pp. 5540-5551
    "Frictional-collisional constitutive relations for granular materials,
     with application to plane shearing"
    Johnson, P.C., and Jackson, R.,
    Journal of Fluid Mechanics
    Volume 176, March 1987, pp. 67-93
Source files

Definition at line 62 of file JohnsonJacksonParticleSlipFvPatchVectorField.H.

Constructor & Destructor Documentation

◆ JohnsonJacksonParticleSlipFvPatchVectorField() [1/10]

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

Construct from patch and internal field.

Definition at line 39 of file JohnsonJacksonParticleSlipFvPatchVectorField.C.

References Foam::dimless, p, and Foam::Zero.

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

Here is the caller graph for this function:

◆ JohnsonJacksonParticleSlipFvPatchVectorField() [2/10]

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

Construct from patch, internal field and dictionary.

Definition at line 65 of file JohnsonJacksonParticleSlipFvPatchVectorField.C.

References dict, Foam::dimless, IOobjectOption::MUST_READ, and p.

◆ JohnsonJacksonParticleSlipFvPatchVectorField() [3/10]

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

Construct by mapping onto a new patch.

Definition at line 51 of file JohnsonJacksonParticleSlipFvPatchVectorField.C.

References JohnsonJacksonParticleSlipFvPatchVectorField(), and p.

Here is the call graph for this function:

◆ JohnsonJacksonParticleSlipFvPatchVectorField() [4/10]

JohnsonJacksonParticleSlipFvPatchVectorField ( const JohnsonJacksonParticleSlipFvPatchVectorField & ptf)

Construct as copy.

Definition at line 91 of file JohnsonJacksonParticleSlipFvPatchVectorField.C.

References JohnsonJacksonParticleSlipFvPatchVectorField().

Here is the call graph for this function:

◆ JohnsonJacksonParticleSlipFvPatchVectorField() [5/10]

JohnsonJacksonParticleSlipFvPatchVectorField ( const JohnsonJacksonParticleSlipFvPatchVectorField & ptf,
const DimensionedField< vector, volMesh > & iF )

Construct as copy setting internal field reference.

Definition at line 102 of file JohnsonJacksonParticleSlipFvPatchVectorField.C.

References JohnsonJacksonParticleSlipFvPatchVectorField().

Here is the call graph for this function:

◆ JohnsonJacksonParticleSlipFvPatchVectorField() [6/10]

JohnsonJacksonParticleSlipFvPatchVectorField ( const fvPatch & ,
const DimensionedField< vector, volMesh > &  )

Construct from patch and internal field.

◆ JohnsonJacksonParticleSlipFvPatchVectorField() [7/10]

JohnsonJacksonParticleSlipFvPatchVectorField ( const fvPatch & ,
const DimensionedField< vector, volMesh > & ,
const dictionary &  )

Construct from patch, internal field and dictionary.

◆ JohnsonJacksonParticleSlipFvPatchVectorField() [8/10]

JohnsonJacksonParticleSlipFvPatchVectorField ( const JohnsonJacksonParticleSlipFvPatchVectorField & ,
const fvPatch & ,
const DimensionedField< vector, volMesh > & ,
const fvPatchFieldMapper &  )

Construct by mapping onto a new patch.

References JohnsonJacksonParticleSlipFvPatchVectorField().

Here is the call graph for this function:

◆ JohnsonJacksonParticleSlipFvPatchVectorField() [9/10]

JohnsonJacksonParticleSlipFvPatchVectorField ( const JohnsonJacksonParticleSlipFvPatchVectorField & )

Construct as copy.

References JohnsonJacksonParticleSlipFvPatchVectorField().

Here is the call graph for this function:

◆ JohnsonJacksonParticleSlipFvPatchVectorField() [10/10]

JohnsonJacksonParticleSlipFvPatchVectorField ( const JohnsonJacksonParticleSlipFvPatchVectorField & ,
const DimensionedField< vector, volMesh > &  )

Construct as copy setting internal field reference.

References JohnsonJacksonParticleSlipFvPatchVectorField().

Here is the call graph for this function:

Member Function Documentation

◆ TypeName() [1/2]

TypeName ( "JohnsonJacksonParticleSlip" )

Runtime type information.

References JohnsonJacksonParticleSlipFvPatchVectorField().

Here is the call graph for this function:

◆ clone() [1/4]

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

Return a clone.

Definition at line 134 of file JohnsonJacksonParticleSlipFvPatchVectorField.H.

References fvPatchField< Type >::Clone().

Here is the call graph for this function:

◆ clone() [2/4]

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

Clone with an internal field reference.

Definition at line 142 of file JohnsonJacksonParticleSlipFvPatchVectorField.H.

References fvPatchField< Type >::Clone().

Here is the call graph for this function:

◆ autoMap() [1/2]

void autoMap ( const fvPatchFieldMapper & m)
virtual

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

Definition at line 116 of file JohnsonJacksonParticleSlipFvPatchVectorField.C.

◆ rmap() [1/2]

void rmap ( const fvPatchVectorField & ptf,
const labelList & addr )
virtual

Reverse map the given fvPatchField onto this fvPatchField.

Definition at line 125 of file JohnsonJacksonParticleSlipFvPatchVectorField.C.

◆ updateCoeffs() [1/2]

void updateCoeffs ( )
virtual

Update the coefficients.

Definition at line 135 of file JohnsonJacksonParticleSlipFvPatchVectorField.C.

References alpha, alphaMax(), Foam::dimless, fluid, IOobject::groupName(), Foam::max(), nu, Foam::constant::mathematical::pi(), and Foam::sqrt().

Here is the call graph for this function:

◆ write() [1/2]

void write ( Ostream & os) const
virtual

Write.

Definition at line 228 of file JohnsonJacksonParticleSlipFvPatchVectorField.C.

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

Here is the call graph for this function:

◆ TypeName() [2/2]

TypeName ( "JohnsonJacksonParticleSlip" )

Runtime type information.

◆ clone() [3/4]

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

Return a clone.

Definition at line 135 of file JohnsonJacksonParticleSlipFvPatchVectorField.H.

References fvPatchField< Type >::Clone().

Here is the call graph for this function:

◆ clone() [4/4]

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

Clone with an internal field reference.

Definition at line 143 of file JohnsonJacksonParticleSlipFvPatchVectorField.H.

References fvPatchField< Type >::Clone().

Here is the call graph for this function:

◆ autoMap() [2/2]

virtual void autoMap ( const fvPatchFieldMapper & )
virtual

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

◆ rmap() [2/2]

virtual void rmap ( const fvPatchVectorField & ,
const labelList &  )
virtual

Reverse map the given fvPatchField onto this fvPatchField.

◆ updateCoeffs() [2/2]

virtual void updateCoeffs ( )
virtual

Update the coefficients.

◆ write() [2/2]

virtual void write ( Ostream & ) const
virtual

Write.


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