![]() |
|
Public Member Functions | |
TypeName ("empty") | |
Runtime type information. | |
emptyFaPatchField (const faPatch &, const Field< Type > &) | |
Construct from patch and internal field. | |
emptyFaPatchField (const faPatch &, const Field< Type > &, const dictionary &) | |
Construct from patch, internal field and dictionary. | |
emptyFaPatchField (const emptyFaPatchField< Type > &, const faPatch &, const Field< Type > &, const faPatchFieldMapper &) | |
Construct by mapping given emptyFaPatchField onto a new patch. | |
virtual tmp< faPatchField< Type > > | clone () const |
Construct and return a clone. | |
emptyFaPatchField (const emptyFaPatchField< 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 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. |
|
Construct from patch and internal field.
|
|
Construct from patch, internal field and dictionary.
|
|
Construct by mapping given emptyFaPatchField 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 112 of file emptyFaPatchField.H. |
|
Construct and return a clone.
Reimplemented from faPatchField. Definition at line 96 of file emptyFaPatchField.H. |
|
Return the matrix source coefficients corresponding to the. evaluation of the gradient of this patchField Reimplemented from faPatchField. Definition at line 162 of file emptyFaPatchField.H. |
|
Return the matrix diagonal coefficients corresponding to the. evaluation of the gradient of this patchField Reimplemented from faPatchField. Definition at line 153 of file emptyFaPatchField.H. |
|
Runtime type information.
|
|
Return the matrix source coefficients corresponding to the. evaluation of the value of this patchField with given weights Definition at line 142 of file emptyFaPatchField.H. |
|
Return the matrix diagonal coefficients corresponding to the. evaluation of the value of this patchField with given weights Definition at line 130 of file emptyFaPatchField.H. |