Applies interface-compression to the phase-fraction distribution at the patch by setting the phase-fraction to 0 if it is below 0.5, otherwise to 1. More...
Public Member Functions | |
TypeName ("interfaceCompression") | |
Runtime type information. More... | |
interfaceCompressionFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &) | |
Construct from patch and internal field. More... | |
interfaceCompressionFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary. More... | |
interfaceCompressionFvPatchScalarField (const interfaceCompressionFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &) | |
Construct by mapping given. More... | |
interfaceCompressionFvPatchScalarField (const interfaceCompressionFvPatchScalarField &)=delete | |
Disallow copy without setting internal field reference. More... | |
interfaceCompressionFvPatchScalarField (const interfaceCompressionFvPatchScalarField &, const DimensionedField< scalar, volMesh > &) | |
Copy constructor setting internal field reference. More... | |
virtual tmp< fvPatchScalarField > | clone (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... | |
Applies interface-compression to the phase-fraction distribution at the patch by setting the phase-fraction to 0 if it is below 0.5, otherwise to 1.
This approach is useful to avoid unphysical "bleed" of the lighter phase along the surface in regions of high shear adjacent to the surface which is at a shallow angle to the interface.
Definition at line 57 of file interfaceCompressionFvPatchScalarField.H.
interfaceCompressionFvPatchScalarField | ( | const fvPatch & | p, |
const DimensionedField< scalar, volMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 34 of file interfaceCompressionFvPatchScalarField.C.
Referenced by interfaceCompressionFvPatchScalarField::clone(), and interfaceCompressionFvPatchScalarField::interfaceCompressionFvPatchScalarField().
interfaceCompressionFvPatchScalarField | ( | const fvPatch & | p, |
const DimensionedField< scalar, volMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 45 of file interfaceCompressionFvPatchScalarField.C.
References Foam::evaluate(), and interfaceCompressionFvPatchScalarField::interfaceCompressionFvPatchScalarField().
interfaceCompressionFvPatchScalarField | ( | const interfaceCompressionFvPatchScalarField & | ptf, |
const fvPatch & | p, | ||
const DimensionedField< scalar, volMesh > & | iF, | ||
const fvPatchFieldMapper & | mapper | ||
) |
Construct by mapping given.
interfaceCompressionFvPatchScalarField onto a new patch
Definition at line 59 of file interfaceCompressionFvPatchScalarField.C.
References interfaceCompressionFvPatchScalarField::interfaceCompressionFvPatchScalarField().
|
delete |
Disallow copy without setting internal field reference.
interfaceCompressionFvPatchScalarField | ( | const interfaceCompressionFvPatchScalarField & | ptf, |
const DimensionedField< scalar, volMesh > & | iF | ||
) |
Copy constructor setting internal field reference.
Definition at line 72 of file interfaceCompressionFvPatchScalarField.C.
TypeName | ( | "interfaceCompression" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Definition at line 110 of file interfaceCompressionFvPatchScalarField.H.
References interfaceCompressionFvPatchScalarField::interfaceCompressionFvPatchScalarField(), interfaceCompressionFvPatchScalarField::updateCoeffs(), and interfaceCompressionFvPatchScalarField::write().
|
virtual |
Update the coefficients associated with the patch field.
Definition at line 83 of file interfaceCompressionFvPatchScalarField.C.
References Foam::operator==(), Foam::pos0(), and interfaceCompressionFvPatchScalarField::write().
Referenced by interfaceCompressionFvPatchScalarField::clone().
|
virtual |
Write.
Definition at line 97 of file interfaceCompressionFvPatchScalarField.C.
References Foam::makePatchTypeField(), fvPatchField< Type >::write(), and Foam::writeEntry().
Referenced by interfaceCompressionFvPatchScalarField::clone(), and interfaceCompressionFvPatchScalarField::updateCoeffs().