Public Member Functions | Protected Attributes | List of all members
prghPressureFvPatchScalarField Class Reference

This boundary condition provides static pressure condition for p_rgh, calculated as: More...

Inheritance diagram for prghPressureFvPatchScalarField:
Inheritance graph
[legend]
Collaboration diagram for prghPressureFvPatchScalarField:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("prghPressure")
 Runtime type information. More...
 
 prghPressureFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &)
 Construct from patch and internal field. More...
 
 prghPressureFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary. More...
 
 prghPressureFvPatchScalarField (const prghPressureFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given. More...
 
 prghPressureFvPatchScalarField (const prghPressureFvPatchScalarField &)
 Construct as copy. More...
 
virtual tmp< fvPatchScalarFieldclone () const
 Construct and return a clone. More...
 
 prghPressureFvPatchScalarField (const prghPressureFvPatchScalarField &, const DimensionedField< scalar, volMesh > &)
 Construct as copy setting internal field reference. More...
 
virtual tmp< fvPatchScalarFieldclone (const DimensionedField< scalar, volMesh > &iF) const
 Construct and return a clone setting internal field reference. More...
 
const scalarFieldp () const
 Return the static pressure. More...
 
scalarFieldp ()
 Return reference to the static pressure to allow adjustment. More...
 
virtual void autoMap (const fvPatchFieldMapper &)
 Map (and resize as needed) from self given a mapping object. More...
 
virtual void rmap (const fvPatchScalarField &, const labelList &)
 Reverse map the given fvPatchField onto this fvPatchField. More...
 
virtual void updateCoeffs ()
 Update the coefficients associated with the patch field. More...
 
virtual void write (Ostream &) const
 Write. More...
 

Protected Attributes

word rhoName_
 Name of phase-fraction field. More...
 
scalarField p_
 Static pressure. More...
 

Detailed Description

This boundary condition provides static pressure condition for p_rgh, calculated as:

\[ p_rgh = p - \rho g (h - hRef) \]

where

$ p_rgh $ = Pseudo hydrostatic pressure [Pa]
$ p $ = Static pressure [Pa]
$ h $ = Height in the opposite direction to gravity
$ hRef $ = Reference height in the opposite direction to gravity
$ \rho $ = density
$ g $ = acceleration due to gravity [m/s^2]
Usage
Property Description Required Default value
rho rho field name no rho
p static pressure yes

Example of the boundary condition specification:

    <patchName>
    {
        type            prghPressure;
        rho             rho;
        p               uniform 0;
        value           uniform 0; // optional initial value
    }
See also
Foam::fixedValueFvPatchScalarField
Source files

Definition at line 126 of file prghPressureFvPatchScalarField.H.

Constructor & Destructor Documentation

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

Construct from patch and internal field.

Definition at line 36 of file prghPressureFvPatchScalarField.C.

Referenced by prghPressureFvPatchScalarField::clone(), and prghPressureFvPatchScalarField::prghPressureFvPatchScalarField().

Here is the caller graph for this function:

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

Construct from patch, internal field and dictionary.

Definition at line 49 of file prghPressureFvPatchScalarField.C.

References dictionary::found(), prghPressureFvPatchScalarField::prghPressureFvPatchScalarField(), scalarField(), and fvPatch::size().

Here is the call graph for this function:

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

Construct by mapping given.

prghPressureFvPatchScalarField onto a new patch

Definition at line 75 of file prghPressureFvPatchScalarField.C.

References prghPressureFvPatchScalarField::prghPressureFvPatchScalarField().

Here is the call graph for this function:

Construct as copy.

Definition at line 90 of file prghPressureFvPatchScalarField.C.

References prghPressureFvPatchScalarField::prghPressureFvPatchScalarField().

Here is the call graph for this function:

Construct as copy setting internal field reference.

Definition at line 102 of file prghPressureFvPatchScalarField.C.

References prghPressureFvPatchScalarField::autoMap().

Here is the call graph for this function:

Member Function Documentation

TypeName ( "prghPressure"  )

Runtime type information.

virtual tmp<fvPatchScalarField> clone ( ) const
inlinevirtual

Construct and return a clone.

Definition at line 182 of file prghPressureFvPatchScalarField.H.

References prghPressureFvPatchScalarField::prghPressureFvPatchScalarField().

Here is the call graph for this function:

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

Construct and return a clone setting internal field reference.

Definition at line 199 of file prghPressureFvPatchScalarField.H.

References prghPressureFvPatchScalarField::prghPressureFvPatchScalarField().

Here is the call graph for this function:

const scalarField& p ( ) const
inline

Return the static pressure.

Definition at line 215 of file prghPressureFvPatchScalarField.H.

References prghPressureFvPatchScalarField::p_.

scalarField& p ( )
inline

Return reference to the static pressure to allow adjustment.

Definition at line 221 of file prghPressureFvPatchScalarField.H.

References prghPressureFvPatchScalarField::autoMap(), prghPressureFvPatchScalarField::p_, prghPressureFvPatchScalarField::rmap(), prghPressureFvPatchScalarField::updateCoeffs(), and prghPressureFvPatchScalarField::write().

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.

Definition at line 116 of file prghPressureFvPatchScalarField.C.

References prghPressureFvPatchScalarField::rmap().

Referenced by prghPressureFvPatchScalarField::p(), and prghPressureFvPatchScalarField::prghPressureFvPatchScalarField().

Here is the call graph for this function:

Here is the caller graph for this function:

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

Reverse map the given fvPatchField onto this fvPatchField.

Definition at line 126 of file prghPressureFvPatchScalarField.C.

References prghPressureFvPatchScalarField::p_, and prghPressureFvPatchScalarField::rmap().

Referenced by prghPressureFvPatchScalarField::autoMap(), prghPressureFvPatchScalarField::p(), and prghPressureFvPatchScalarField::rmap().

Here is the call graph for this function:

Here is the caller graph for this function:

void updateCoeffs ( )
virtual

Update the coefficients associated with the patch field.

Definition at line 140 of file prghPressureFvPatchScalarField.C.

References Foam::cmptMag(), Foam::dimLength, g, Foam::mag(), Foam::operator==(), prghPressureFvPatchScalarField::p_, and prghPressureFvPatchScalarField::rhoName_.

Referenced by prghPressureFvPatchScalarField::p().

Here is the call graph for this function:

Here is the caller graph for this function:

void write ( Ostream os) const
virtual

Write.

Definition at line 171 of file prghPressureFvPatchScalarField.C.

References Foam::makePatchTypeField(), prghPressureFvPatchScalarField::p_, prghPressureFvPatchScalarField::rhoName_, fvPatchField< Type >::write(), and Field< Type >::writeEntry().

Referenced by prghPressureFvPatchScalarField::p().

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

word rhoName_
protected

Name of phase-fraction field.

Definition at line 136 of file prghPressureFvPatchScalarField.H.

Referenced by prghPressureFvPatchScalarField::updateCoeffs(), and prghPressureFvPatchScalarField::write().

scalarField p_
protected

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