Boundary condition providing mechanism to set boundary (cell) values directly into a matrix, i.e. to set a constraint condition. Default behaviour is to act as a zero gradient condition. More...
#include <finiteVolume/fixedInternalValueFvPatchField.H>
Boundary condition providing mechanism to set boundary (cell) values directly into a matrix, i.e. to set a constraint condition. Default behaviour is to act as a zero gradient condition.
Definition at line 52 of file fixedInternalValueFvPatchField.H.
Public Member Functions | |
TypeName ("fixedInternalValue") | |
Runtime type information.
| |
fixedInternalValueFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &) | |
Construct from patch and internal field.
| |
fixedInternalValueFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary.
| |
fixedInternalValueFvPatchField (const fixedInternalValueFvPatchField< Type > &, const fvPatch &, const DimensionedField< Type, volMesh > &, const fvPatchFieldMapper &) | |
Construct by mapping the given fixedInternalValueFvPatchField<Type>
| |
fixedInternalValueFvPatchField (const fixedInternalValueFvPatchField< Type > &) | |
Construct as copy.
| |
virtual tmp< fvPatchField< Type > > | clone () const |
Construct and return a clone.
| |
fixedInternalValueFvPatchField (const fixedInternalValueFvPatchField< Type > &, const DimensionedField< Type, volMesh > &) | |
Construct as copy setting internal field reference.
| |
virtual tmp< fvPatchField< Type > > | clone (const DimensionedField< Type, volMesh > &iF) const |
Construct and return a clone setting internal field reference.
| |
virtual void | manipulateMatrix (fvMatrix< Type > &matrix) |
Manipulate a matrix.
|
fixedInternalValueFvPatchField | ( | const fvPatch & | p, |
const DimensionedField< Type, volMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 34 of file fixedInternalValueFvPatchField.C.
fixedInternalValueFvPatchField | ( | const fvPatch & | p, |
const DimensionedField< Type, volMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 58 of file fixedInternalValueFvPatchField.C.
fixedInternalValueFvPatchField | ( | const fixedInternalValueFvPatchField< Type > & | ptf, |
const fvPatch & | p, | ||
const DimensionedField< Type, volMesh > & | iF, | ||
const fvPatchFieldMapper & | mapper | ||
) |
Construct by mapping the given fixedInternalValueFvPatchField<Type>
onto a new patch
Definition at line 45 of file fixedInternalValueFvPatchField.C.
fixedInternalValueFvPatchField | ( | const fixedInternalValueFvPatchField< Type > & | ) |
Construct as copy.
fixedInternalValueFvPatchField | ( | const fixedInternalValueFvPatchField< Type > & | , |
const DimensionedField< Type, volMesh > & | |||
) |
Construct as copy setting internal field reference.
TypeName | ( | "fixedInternalValue" | ) |
Runtime type information.
virtual tmp<fvPatchField<Type> > clone | ( | ) | const [inline, virtual]
|
Construct and return a clone.
Reimplemented from zeroGradientFvPatchField< Type >.
Reimplemented in epsilonWallFunctionFvPatchScalarField, omegaWallFunctionFvPatchScalarField, epsilonWallFunctionFvPatchScalarField, and omegaWallFunctionFvPatchScalarField.
Definition at line 97 of file fixedInternalValueFvPatchField.H.
virtual tmp<fvPatchField<Type> > clone | ( | const DimensionedField< Type, volMesh > & | iF ) | const [inline, virtual]
|
Construct and return a clone setting internal field reference.
Reimplemented from zeroGradientFvPatchField< Type >.
Reimplemented in epsilonWallFunctionFvPatchScalarField, omegaWallFunctionFvPatchScalarField, epsilonWallFunctionFvPatchScalarField, and omegaWallFunctionFvPatchScalarField.
Definition at line 114 of file fixedInternalValueFvPatchField.H.
void manipulateMatrix | ( | fvMatrix< Type > & | matrix ) | [virtual]
|
Manipulate a matrix.
Reimplemented from fvPatchField< Type >.
Definition at line 93 of file fixedInternalValueFvPatchField.C.
References fvMatrix< Type >::setValues().