Foam::calculatedFvPatchField. More...
#include <finiteVolume/calculatedFvPatchField.H>
Definition at line 50 of file calculatedFvPatchField.H.
Public Member Functions | |
TypeName ("calculated") | |
Runtime type information.
| |
calculatedFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &) | |
Construct from patch and internal field.
| |
calculatedFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &, const dictionary &, const bool valueRequired=false) | |
Construct from patch, internal field and dictionary.
| |
calculatedFvPatchField (const calculatedFvPatchField< Type > &, const fvPatch &, const DimensionedField< Type, volMesh > &, const fvPatchFieldMapper &) | |
Construct by mapping given patchField<Type> onto a new patch.
| |
calculatedFvPatchField (const calculatedFvPatchField< Type > &) | |
Construct as copy.
| |
virtual tmp< fvPatchField< Type > > | clone () const |
Construct and return a clone.
| |
calculatedFvPatchField (const calculatedFvPatchField< 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 bool | fixesValue () const |
Return true if this patch field fixes a value.
| |
virtual tmp< Field< Type > > | valueInternalCoeffs (const tmp< scalarField > &) const |
Return the matrix diagonal coefficients corresponding to the.
| |
virtual tmp< Field< Type > > | valueBoundaryCoeffs (const tmp< scalarField > &) const |
Return the matrix source coefficients corresponding to the.
| |
tmp< Field< Type > > | gradientInternalCoeffs () const |
Return the matrix diagonal coefficients corresponding to the.
| |
tmp< Field< Type > > | gradientBoundaryCoeffs () const |
Return the matrix source coefficients corresponding to the.
| |
virtual void | write (Ostream &) const |
Write.
|
calculatedFvPatchField | ( | const fvPatch & | p, |
const DimensionedField< Type, volMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 44 of file calculatedFvPatchField.C.
calculatedFvPatchField | ( | const fvPatch & | p, |
const DimensionedField< Type, volMesh > & | iF, | ||
const dictionary & | dict, | ||
const bool | valueRequired = false
|
||
) |
Construct from patch, internal field and dictionary.
Definition at line 68 of file calculatedFvPatchField.C.
calculatedFvPatchField | ( | const calculatedFvPatchField< Type > & | ptf, |
const fvPatch & | p, | ||
const DimensionedField< Type, volMesh > & | iF, | ||
const fvPatchFieldMapper & | mapper | ||
) |
Construct by mapping given patchField<Type> onto a new patch.
Definition at line 55 of file calculatedFvPatchField.C.
calculatedFvPatchField | ( | const calculatedFvPatchField< Type > & | ptf ) |
Construct as copy.
Definition at line 81 of file calculatedFvPatchField.C.
calculatedFvPatchField | ( | const calculatedFvPatchField< Type > & | ptf, |
const DimensionedField< Type, volMesh > & | iF | ||
) |
Construct as copy setting internal field reference.
Definition at line 91 of file calculatedFvPatchField.C.
TypeName | ( | "calculated" | ) |
Runtime type information.
virtual tmp<fvPatchField<Type> > clone | ( | ) | const [inline, virtual]
|
Construct and return a clone.
Reimplemented from fvPatchField< Type >.
Reimplemented in genericFvPatchField< Type >.
Definition at line 95 of file calculatedFvPatchField.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 fvPatchField< Type >.
Reimplemented in genericFvPatchField< Type >.
Definition at line 112 of file calculatedFvPatchField.H.
virtual bool fixesValue | ( | ) | const [inline, virtual]
|
Return true if this patch field fixes a value.
Needed to check if a level has to be specified while solving Poissons equations.
Reimplemented from fvPatchField< Type >.
Definition at line 130 of file calculatedFvPatchField.H.
tmp< Field< Type > > valueInternalCoeffs | ( | const tmp< scalarField > & | ) | const [virtual]
|
Return the matrix diagonal coefficients corresponding to the.
evaluation of the value of this patchField with given weights
Reimplemented from fvPatchField< Type >.
Reimplemented in genericFvPatchField< Type >.
Definition at line 136 of file calculatedFvPatchField.C.
References Foam::exit(), Foam::FatalError, and FatalErrorIn.
tmp< Field< Type > > valueBoundaryCoeffs | ( | const tmp< scalarField > & | ) | const [virtual]
|
Return the matrix source coefficients corresponding to the.
evaluation of the value of this patchField with given weights
Reimplemented from fvPatchField< Type >.
Reimplemented in genericFvPatchField< Type >.
Definition at line 159 of file calculatedFvPatchField.C.
References Foam::exit(), Foam::FatalError, and FatalErrorIn.
Return the matrix diagonal coefficients corresponding to the.
evaluation of the gradient of this patchField
Reimplemented from fvPatchField< Type >.
Reimplemented in genericFvPatchField< Type >.
Definition at line 180 of file calculatedFvPatchField.C.
References Foam::exit(), Foam::FatalError, and FatalErrorIn.
Return the matrix source coefficients corresponding to the.
evaluation of the gradient of this patchField
Reimplemented from fvPatchField< Type >.
Reimplemented in genericFvPatchField< Type >.
Definition at line 200 of file calculatedFvPatchField.C.
References Foam::exit(), Foam::FatalError, and FatalErrorIn.
void write | ( | Ostream & | os ) | const [virtual]
|
Write.
Reimplemented from fvPatchField< Type >.
Reimplemented in genericFvPatchField< Type >.
Definition at line 222 of file calculatedFvPatchField.C.
References fvPatchField< Type >::write().