Go to the documentation of this file.
39 #ifndef multiDimPolyFitter_H
40 #define multiDimPolyFitter_H
71 const word& polyFunctionName,
Fit a polynominal function with the help of multiDimPolyFunction.
A class for handling words, derived from Foam::string.
Field< T > computeMatrixSource(const List< scalarField > &listPolyTerms, const List< T > &listValue)
static const Foam::dimensionedScalar A("", Foam::dimPressure, 611.21)
Field< T > fitData(const List< scalarField > &listPolyTerms, const List< T > &listValue)
Generic templated field type.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
scalarSymmetricSquareMatrix computeInverse(const List< scalarField > &listPolyTerms)
A templated (N x N) square matrix of objects of <Type>, containing N*N elements, derived from Matrix.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
void fillMatrix(const scalarField &polyTerms, const T &value)
multiDimPolyFitter(const word &polyFunctionName, const labelVector &geomDirs)