Static Public Member Functions | |
static word | getName (const dictionary &) |
static autoPtr< smoother > | New (const word &fieldName, const lduMatrix &matrix, const FieldField< Field, scalar > &interfaceBouCoeffs, const FieldField< Field, scalar > &interfaceIntCoeffs, const lduInterfaceFieldPtrsList &interfaces, const dictionary &solverControls) |
Protected Attributes | |
word | fieldName_ |
const lduMatrix & | matrix_ |
const FieldField< Field, scalar > & | interfaceBouCoeffs_ |
const FieldField< Field, scalar > & | interfaceIntCoeffs_ |
const lduInterfaceFieldPtrsList & | interfaces_ |
Definition at line 283 of file lduMatrix.H.
smoother | ( | const word & | fieldName, |
const lduMatrix & | matrix, | ||
const FieldField< Field, scalar > & | interfaceBouCoeffs, | ||
const FieldField< Field, scalar > & | interfaceIntCoeffs, | ||
const lduInterfaceFieldPtrsList & | interfaces | ||
) |
Definition at line 154 of file lduMatrixSmoother.C.
|
virtualdefault |
|
static |
Definition at line 36 of file lduMatrixSmoother.C.
References Foam::constant::electromagnetic::e, dictionary::lookupEntry(), and Foam::name().
|
pure virtual |
declareRunTimeSelectionTable | ( | autoPtr | , |
smoother | , | ||
symMatrix | , | ||
(const word &fieldName, const lduMatrix &matrix, const FieldField< Field, scalar > &interfaceBouCoeffs, const FieldField< Field, scalar > &interfaceIntCoeffs, const lduInterfaceFieldPtrsList &interfaces) | , | ||
(fieldName, matrix, interfaceBouCoeffs, interfaceIntCoeffs, interfaces) | |||
) |
declareRunTimeSelectionTable | ( | autoPtr | , |
smoother | , | ||
asymMatrix | , | ||
(const word &fieldName, const lduMatrix &matrix, const FieldField< Field, scalar > &interfaceBouCoeffs, const FieldField< Field, scalar > &interfaceIntCoeffs, const lduInterfaceFieldPtrsList &interfaces) | , | ||
(fieldName, matrix, interfaceBouCoeffs, interfaceIntCoeffs, interfaces) | |||
) |
|
static |
Definition at line 60 of file lduMatrixSmoother.C.
References lduMatrix::asymmetric(), Foam::constant::electromagnetic::e, Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, FatalIOErrorInLookup, dictionary::lookupEntry(), Foam::name(), and lduMatrix::symmetric().
Referenced by smoothSolver::solve().
|
inlinenoexcept |
Definition at line 382 of file lduMatrix.H.
References lduMatrix::smoother::fieldName_.
|
inlinenoexcept |
Definition at line 387 of file lduMatrix.H.
References lduMatrix::smoother::matrix_.
|
inlinenoexcept |
Definition at line 392 of file lduMatrix.H.
References lduMatrix::smoother::interfaceBouCoeffs_.
|
inlinenoexcept |
Definition at line 397 of file lduMatrix.H.
References lduMatrix::smoother::interfaceIntCoeffs_.
|
inlinenoexcept |
Definition at line 402 of file lduMatrix.H.
References lduMatrix::smoother::interfaces_.
|
pure virtual |
|
pure virtual |
|
protected |
Definition at line 289 of file lduMatrix.H.
Referenced by lduMatrix::smoother::fieldName().
|
protected |
Definition at line 290 of file lduMatrix.H.
Referenced by lduMatrix::smoother::matrix().
|
protected |
Definition at line 291 of file lduMatrix.H.
Referenced by lduMatrix::smoother::interfaceBouCoeffs().
|
protected |
Definition at line 292 of file lduMatrix.H.
Referenced by lduMatrix::smoother::interfaceIntCoeffs().
|
protected |
Definition at line 293 of file lduMatrix.H.
Referenced by lduMatrix::smoother::interfaces().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.