PBiCGStab(const word &fieldName, const lduMatrix &matrix, const FieldField< Field, scalar > &interfaceBouCoeffs, const FieldField< Field, scalar > &interfaceIntCoeffs, const lduInterfaceFieldPtrsList &interfaces, const dictionary &solverControls)
Construct from matrix components and solver data stream.
A list of keyword definitions, which are a keyword followed by any number of values (e...
void operator=(const PBiCGStab &)=delete
Disallow default bitwise assignment.
TypeName("PBiCGStab")
Runtime type information.
const lduMatrix & matrix() const
const FieldField< Field, scalar > & interfaceBouCoeffs() const
const FieldField< Field, scalar > & interfaceIntCoeffs() const
A class for handling words, derived from string.
Abstract base-class for lduMatrix solvers.
virtual ~PBiCGStab()
Destructor.
const lduInterfaceFieldPtrsList & interfaces() const
virtual solverPerformance solve(scalarField &psi, const scalarField &source, const direction cmpt=0) const
Solve the matrix with this solver.
lduMatrix is a general matrix class in which the coefficients are stored as three arrays...
fvModels source(alpha1, mixture.thermo1().rho())
const word & fieldName() const
const volScalarField & psi
Preconditioned bi-conjugate gradient stabilised solver for asymmetric lduMatrices using a run-time se...