274 // If the pointer to the chemPoint is nullptr, the function stops275 if (phi0 == nullptr)276 {277 return false;278 }279 280 // Raise a flag when the chemPoint used has been grown more than the281 // allowed number of time...
of typedouble. Usually model code does not assign a value directly toentity_weight. Instead, before entities are created for a case, model code sets the initial value ofentity_weightfor all entities in the case by calling the functionset_initial_weight, as in the following contrived example...
Moreover, complimentary cumulative distribution function (CCDF), sensitivity of ISAT calculations with respect to the absolute error tolerance values and speedup are analyzed for two different test cases of ethylene鈥揳ir using two different chemical kinetic mechanisms. A maximum speedup of 50脳 was ...
// account the variable number of species) virtual void derivatives ( const scalar t, const scalarField& c, scalarField& dcdt ) const; //- Pure jacobian function for tabulation void jacobian ( const scalar t, const scalarField& c, scalarSquareMatrix& dfdc ) const; virtual void jacobian (...
314 // The object LT_ (the transpose of the Q) describe the EOA, since we have315 // A^T B^T B A that should be factorized into L Q^T Q L^T and is set in the316 // qrDecompose function317 LT_ = scalarSquareMatrix(Atilde);...
314 // The object LT_ (the transpose of the Q) describe the EOA, since we have315 // A^T B^T B A that should be factorized into L Q^T Q L^T and is set in the316 // qrDecompose function317 LT_ = scalarSquareMatrix(Atilde);...