fixedPressureCompressibleDensityFvPatchScalarField Class Reference

This boundary condition calculates a (liquid) compressible density as a function of pressure and fluid properties: More...

Inheritance diagram for fixedPressureCompressibleDensityFvPatchScalarField:
Collaboration diagram for fixedPressureCompressibleDensityFvPatchScalarField:

Public Member Functions

 TypeName ("fixedPressureCompressibleDensity")
 Runtime type information. More...
 
 fixedPressureCompressibleDensityFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &)
 Construct from patch and internal field. More...
 
 fixedPressureCompressibleDensityFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary. More...
 
 fixedPressureCompressibleDensityFvPatchScalarField (const fixedPressureCompressibleDensityFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given. More...
 
 fixedPressureCompressibleDensityFvPatchScalarField (const fixedPressureCompressibleDensityFvPatchScalarField &)
 Copy constructor. More...
 
virtual tmp< fvPatchScalarFieldclone () const
 Construct and return a clone. More...
 
 fixedPressureCompressibleDensityFvPatchScalarField (const fixedPressureCompressibleDensityFvPatchScalarField &, const DimensionedField< scalar, volMesh > &)
 Copy constructor setting internal field reference. More...
 
virtual tmp< fvPatchScalarFieldclone (const DimensionedField< scalar, volMesh > &iF) const
 Construct and return a clone setting internal field reference. More...
 
virtual void updateCoeffs ()
 Update the coefficients associated with the patch field. More...
 
virtual void write (Ostream &) const
 Write. More...
 

Detailed Description

This boundary condition calculates a (liquid) compressible density as a function of pressure and fluid properties:

\[ \rho = \rho_{l,sat} + \psi_l*(p - p_{sat}) \]

where

$ \rho $ = density [kg/m^3]
$ \rho_{l,sat} $ = saturation liquid density [kg/m^3]
$ \psi_l $ = liquid compressibility
$ p $ = pressure [Pa]
$ p_{sat} $ = saturation pressure [Pa]

The variables rholSat, pSat and psil are retrieved from the thermodynamicProperties dictionary.

Usage
Property Description Required Default value
p pressure field name no p

Example of the boundary condition specification:

    <patchName>
    {
        type        fixedPressureCompressibleDensity;
        p           p;
        value       uniform 1;
    }
See also
Foam::fixedValueFvPatchField
Source files

Definition at line 115 of file fixedPressureCompressibleDensityFvPatchScalarField.H.

Constructor & Destructor Documentation

◆ fixedPressureCompressibleDensityFvPatchScalarField() [1/5]

◆ fixedPressureCompressibleDensityFvPatchScalarField() [2/5]

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

Construct from patch, internal field and dictionary.

Definition at line 62 of file fixedPressureCompressibleDensityFvPatchScalarField.C.

References fixedPressureCompressibleDensityFvPatchScalarField::fixedPressureCompressibleDensityFvPatchScalarField().

Here is the call graph for this function:

◆ fixedPressureCompressibleDensityFvPatchScalarField() [3/5]

◆ fixedPressureCompressibleDensityFvPatchScalarField() [4/5]

◆ fixedPressureCompressibleDensityFvPatchScalarField() [5/5]

Copy constructor setting internal field reference.

Definition at line 86 of file fixedPressureCompressibleDensityFvPatchScalarField.C.

Member Function Documentation

◆ TypeName()

TypeName ( "fixedPressureCompressibleDensity"  )

Runtime type information.

◆ clone() [1/2]

virtual tmp<fvPatchScalarField> clone ( ) const
inlinevirtual

Construct and return a clone.

Definition at line 166 of file fixedPressureCompressibleDensityFvPatchScalarField.H.

References fixedPressureCompressibleDensityFvPatchScalarField::fixedPressureCompressibleDensityFvPatchScalarField().

Here is the call graph for this function:

◆ clone() [2/2]

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

◆ updateCoeffs()

void updateCoeffs ( )
virtual

Update the coefficients associated with the patch field.

Definition at line 98 of file fixedPressureCompressibleDensityFvPatchScalarField.C.

References Foam::operator==(), fvPatchField< Type >::updateCoeffs(), and fixedPressureCompressibleDensityFvPatchScalarField::write().

Referenced by fixedPressureCompressibleDensityFvPatchScalarField::clone().

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

◆ write()

void write ( Ostream os) const
virtual

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