Header file of the ITHACAutilities namespace. More...
#include "fvCFD.H"#include "IOmanip.H"#include "freestreamFvPatchField.H"#include <sys/stat.h>#include <unistd.h>#include <Eigen/Eigen>#include <functional>#include "./colormod.H"#include "polyMeshTools.H"#include <chrono>#include "mixedFvPatchFields.H"#include "fvMeshSubset.H"#include "Foam2Eigen.H"#include "ITHACAstream.H"#include "ITHACAparameters.H"#include "ITHACAgeometry.H"#include "ITHACAsystem.H"#include "ITHACAerror.H"#include "ITHACAassign.H"#include "ITHACAcoeffsMass.H"Go to the source code of this file.
Namespaces | |
| namespace | ITHACAutilities |
| Namespace to implement some useful assign operation of OF fields. | |
Functions | |
| Eigen::MatrixXd | ITHACAutilities::rand (label rows, label cols, double min, double max) |
| Generates random matrix with random values in an interval. | |
| Eigen::MatrixXd | ITHACAutilities::rand (label rows, Eigen::MatrixXd minMax) |
| Generates random matrix with random values in an interval. | |
| bool | ITHACAutilities::isInteger (double ratio) |
| This function checks if ratio is an integer. | |
| bool | ITHACAutilities::isTurbulent () |
| This function checks if the case is turbulent. | |
| template<typename T> | |
| List< T > | ITHACAutilities::combineList (List< List< T > > &doubleList) |
| Combine a list of list into a single list with unique elements. | |
| Eigen::MatrixXd | ITHACAutilities::pinv_eigen_based (Eigen::MatrixXd &origin, const float er=0) |
| Using the Eigen library, using the SVD decomposition method to solve the matrix pseudo-inverse, the default error er is 0. | |
| Eigen::MatrixXd | ITHACAutilities::invertMatrix (Eigen::MatrixXd &matrixToInvert, const word inversionMethod) |
| Invert a matrix given the method name in the ITHACAdict. | |
Header file of the ITHACAutilities namespace.
Definition in file ITHACAutilities.H.
1.13.2