![]() |
|
Public Member Functions | |
TypeName ("calculated") | |
Runtime type information. | |
calculatedFaPatchField (const faPatch &, const Field< Type > &) | |
Construct from patch and internal field. | |
calculatedFaPatchField (const faPatch &, const Field< Type > &, const dictionary &) | |
Construct from patch, internal field and dictionary. | |
calculatedFaPatchField (const calculatedFaPatchField< Type > &, const faPatch &, const Field< Type > &, const faPatchFieldMapper &) | |
Construct by mapping given patchField<Type> onto a new patch. | |
virtual tmp< faPatchField< Type > > | clone () const |
Construct and return a clone. | |
calculatedFaPatchField (const calculatedFaPatchField< Type > &, const Field< Type > &) | |
Construct as copy setting internal field reference. | |
virtual tmp< faPatchField< Type > > | clone (const Field< Type > &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. |
|
Construct from patch and internal field.
|
|
Construct from patch, internal field and dictionary.
|
|
Construct by mapping given patchField<Type> onto a new patch.
|
|
Construct as copy setting internal field reference.
|
|
Construct and return a clone setting internal field reference.
Reimplemented from faPatchField. Definition at line 111 of file calculatedFaPatchField.H. |
|
Construct and return a clone.
Reimplemented from faPatchField. Definition at line 95 of file calculatedFaPatchField.H. |
|
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 faPatchField. Definition at line 129 of file calculatedFaPatchField.H. References FatalErrorIn. |
|
Return the matrix source coefficients corresponding to the. evaluation of the gradient of this patchField Reimplemented from faPatchField. Definition at line 198 of file calculatedFaPatchField.H. |
|
Return the matrix diagonal coefficients corresponding to the. evaluation of the gradient of this patchField Reimplemented from faPatchField. Definition at line 181 of file calculatedFaPatchField.H. References Foam::abort(), Foam::FatalError, and FatalErrorIn. |
Here is the call graph for this function:
|
Runtime type information.
|
|
Return the matrix source coefficients corresponding to the. evaluation of the value of this patchField with given weights Definition at line 162 of file calculatedFaPatchField.H. |
|
Return the matrix diagonal coefficients corresponding to the. evaluation of the value of this patchField with given weights Definition at line 142 of file calculatedFaPatchField.H. |
|
Write.
Reimplemented from faPatchField. |