#include <nsa-solutions.hpp>
|
| | RayleighTaylor (const double &rho_min, const double &rho_max, const double &Re, const double &L, const double &a, const double &g) |
| |
| Eigen::Vector2d | momentumForcingTerm (const Eigen::Vector2d &x, const double &t=0) const |
| | A function to transform the unit domain to \((-L/2,L/2)\times (-2L,2L)\).
|
| |
| double | compressibilityForcingTerm (const Eigen::Vector2d &x, const double &t=0) const |
| |
| double | densityForcingTerm (const Eigen::Vector2d &x, const double &t=0) const |
| |
| Eigen::Vector2d | velocity (const Eigen::Vector2d &x, const double &t=0) const |
| |
| double | pressure (const Eigen::Vector2d &x, const double &t=0) const |
| |
| Eigen::Matrix2d | velocityGradient (const Eigen::Vector2d &x, const double &t=0) const |
| |
| Eigen::Vector2d | pressureGradient (const Eigen::Vector2d &x, const double &t=0) const |
| |
| double | volumicFraction (const Eigen::Vector2d &x, const double &t=0) const |
| |
| | IExactSolution (std::string name, bool is_stokes, double viscosity) |
| |
| virtual | ~IExactSolution () |
| |
| std::string | name () const |
| | Return the solution name.
|
| |
| bool | isStokes () const |
| |
| double | viscosity () const |
| | Return the viscosity.
|
| |
The documentation for this struct was generated from the following files: