Loading...
Searching...
No Matches
alphaFixedPressureFvPatchScalarField Class Reference

A fixed-pressure alphaContactAngle boundary. More...

#include <alphaFixedPressureFvPatchScalarField.H>

Inheritance diagram for alphaFixedPressureFvPatchScalarField:
Collaboration diagram for alphaFixedPressureFvPatchScalarField:

Public Member Functions

 TypeName ("alphaFixedPressure")
 Runtime type information.
 alphaFixedPressureFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &)
 Construct from patch and internal field.
 alphaFixedPressureFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 alphaFixedPressureFvPatchScalarField (const alphaFixedPressureFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given alphaFixedPressureFvPatchScalarField.
 alphaFixedPressureFvPatchScalarField (const alphaFixedPressureFvPatchScalarField &)
 Construct as copy.
 alphaFixedPressureFvPatchScalarField (const alphaFixedPressureFvPatchScalarField &, const DimensionedField< scalar, volMesh > &)
 Construct as copy setting internal field reference.
virtual tmp< fvPatchField< scalar > > clone () const
 Return a clone.
virtual tmp< fvPatchField< scalar > > clone (const DimensionedField< scalar, volMesh > &iF) const
 Clone with an internal field reference.
const scalarFieldp () const
 Return the alphaFixed pressure.
scalarFieldp ()
 Return reference to the alphaFixed pressure to allow adjustment.
virtual void autoMap (const fvPatchFieldMapper &)
 Map (and resize as needed) from self given a mapping object.
virtual void rmap (const fvPatchScalarField &, 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

A fixed-pressure alphaContactAngle boundary.

Source files

Definition at line 46 of file alphaFixedPressureFvPatchScalarField.H.

Constructor & Destructor Documentation

◆ alphaFixedPressureFvPatchScalarField() [1/5]

alphaFixedPressureFvPatchScalarField ( const fvPatch & p,
const DimensionedField< scalar, volMesh > & iF )

Construct from patch and internal field.

Definition at line 31 of file alphaFixedPressureFvPatchScalarField.C.

References p(), and Foam::Zero.

Referenced by alphaFixedPressureFvPatchScalarField(), alphaFixedPressureFvPatchScalarField(), alphaFixedPressureFvPatchScalarField(), rmap(), and TypeName().

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

◆ alphaFixedPressureFvPatchScalarField() [2/5]

alphaFixedPressureFvPatchScalarField ( const fvPatch & p,
const DimensionedField< scalar, volMesh > & iF,
const dictionary & dict )

Construct from patch, internal field and dictionary.

Definition at line 57 of file alphaFixedPressureFvPatchScalarField.C.

References dict, fvPatchField< Type >::operator=(), and p().

Here is the call graph for this function:

◆ alphaFixedPressureFvPatchScalarField() [3/5]

alphaFixedPressureFvPatchScalarField ( const alphaFixedPressureFvPatchScalarField & ptf,
const fvPatch & p,
const DimensionedField< scalar, volMesh > & iF,
const fvPatchFieldMapper & mapper )

Construct by mapping given alphaFixedPressureFvPatchScalarField.

onto a new patch

Definition at line 43 of file alphaFixedPressureFvPatchScalarField.C.

References alphaFixedPressureFvPatchScalarField(), and p().

Here is the call graph for this function:

◆ alphaFixedPressureFvPatchScalarField() [4/5]

alphaFixedPressureFvPatchScalarField ( const alphaFixedPressureFvPatchScalarField & tppsf)

Construct as copy.

Definition at line 76 of file alphaFixedPressureFvPatchScalarField.C.

References alphaFixedPressureFvPatchScalarField().

Here is the call graph for this function:

◆ alphaFixedPressureFvPatchScalarField() [5/5]

alphaFixedPressureFvPatchScalarField ( const alphaFixedPressureFvPatchScalarField & tppsf,
const DimensionedField< scalar, volMesh > & iF )

Construct as copy setting internal field reference.

Definition at line 87 of file alphaFixedPressureFvPatchScalarField.C.

References alphaFixedPressureFvPatchScalarField().

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "alphaFixedPressure" )

Runtime type information.

References alphaFixedPressureFvPatchScalarField().

Here is the call graph for this function:

◆ clone() [1/2]

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

Return a clone.

Definition at line 120 of file alphaFixedPressureFvPatchScalarField.H.

References fvPatchField< Type >::Clone().

Here is the call graph for this function:

◆ clone() [2/2]

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

Clone with an internal field reference.

Definition at line 128 of file alphaFixedPressureFvPatchScalarField.H.

References fvPatchField< Type >::Clone().

Here is the call graph for this function:

◆ p() [1/2]

const scalarField & p ( ) const
inline

Return the alphaFixed pressure.

Definition at line 144 of file alphaFixedPressureFvPatchScalarField.H.

Referenced by alphaFixedPressureFvPatchScalarField(), alphaFixedPressureFvPatchScalarField(), and alphaFixedPressureFvPatchScalarField().

Here is the caller graph for this function:

◆ p() [2/2]

scalarField & p ( )
inline

Return reference to the alphaFixed pressure to allow adjustment.

Definition at line 152 of file alphaFixedPressureFvPatchScalarField.H.

◆ autoMap()

void autoMap ( const fvPatchFieldMapper & m)
virtual

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

Definition at line 101 of file alphaFixedPressureFvPatchScalarField.C.

References Field< scalar >::autoMap().

Here is the call graph for this function:

◆ rmap()

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

Reverse map the given fvPatchField onto this fvPatchField.

Definition at line 111 of file alphaFixedPressureFvPatchScalarField.C.

References alphaFixedPressureFvPatchScalarField(), and Foam::refCast().

Here is the call graph for this function:

◆ updateCoeffs()

void updateCoeffs ( )
virtual

Update the coefficients associated with the patch field.

Definition at line 126 of file alphaFixedPressureFvPatchScalarField.C.

References g, gravity::New(), Foam::operator==(), and rho.

Here is the call graph for this function:

◆ write()

void write ( Ostream & os) const
virtual

Write.

Definition at line 144 of file alphaFixedPressureFvPatchScalarField.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: