|
| | TimeDependentNavierStokes (const double &viscosity) |
| |
| Eigen::Vector2d | momentumForcingTerm (const Eigen::Vector2d &x, const double &t=0) const |
| |
| Eigen::Vector2d | magneticForcingTerm (const Eigen::Vector2d &x, const double &t=0) const |
| |
| double | compressibilityForcingTerm (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 |
| |
| Eigen::Vector2d | magnetic_field (const Eigen::Vector2d &x, const double &t=0) const |
| |
| double | magnetic_pressure (const Eigen::Vector2d &x, const double &t=0) const |
| |
| Eigen::Matrix2d | magnetic_fieldGradient (const Eigen::Vector2d &x, const double &t=0) const |
| |
| Eigen::Vector2d | magnetic_pressureGradient (const Eigen::Vector2d &x, const double &t=0) const |
| |
| | TimeDependentNavierStokes (const double &viscosity) |
| |
| Eigen::Vector2d | momentumForcingTerm (const Eigen::Vector2d &x, const double &t=0) const |
| |
| Eigen::Vector2d | magneticForcingTerm (const Eigen::Vector2d &x, const double &t=0) const |
| |
| double | compressibilityForcingTerm (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 |
| |
| Eigen::Vector2d | magnetic_field (const Eigen::Vector2d &x, const double &t=0) const |
| |
| double | magnetic_pressure (const Eigen::Vector2d &x, const double &t=0) const |
| |
| Eigen::Matrix2d | magnetic_fieldGradient (const Eigen::Vector2d &x, const double &t=0) const |
| |
| Eigen::Vector2d | magnetic_pressureGradient (const Eigen::Vector2d &x, const double &t=0) const |
| |
| | IExactSolution (std::string name, bool fluid_magnetic_coupling, bool is_stokes, bool steady_fluid_equation, bool steady_magnetic_equation, double viscosity, double magnetic_diffusivity) |
| |
| | IExactSolution (std::string name, bool fluid_magnetic_coupling, bool is_stokes, bool steady_fluid_equation, bool steady_magnetic_equation, double viscosity, double magnetic_diffusivity, double U, double B) |
| |
| virtual | ~IExactSolution () |
| |
| std::string | name () const |
| | Return the solution name.
|
| |
| bool | fluid_magnetic_coupling () const |
| | Return true if the fluid and magnetic field are coupled in the two equations.
|
| |
| bool | isStokes () const |
| |
| bool | steady_fluid_equation () const |
| | Return true if the fluid field is steady, false if unsteady!
|
| |
| bool | steady_magnetic_equation () const |
| | Return true if the magnetic field is steady, false if unsteady!
|
| |
| double | viscosity () const |
| | Return the viscosity.
|
| |
| double | magnetic_diffusivity () const |
| | Return the magnetic diffusivity.
|
| |
| double | U () const |
| |
| double | B () const |
| |
| | IExactSolution (std::string name, bool fluid_magnetic_coupling, bool is_stokes, bool steady_fluid_equation, bool steady_magnetic_equation, double viscosity, double magnetic_diffusivity) |
| |
| | IExactSolution (std::string name, bool fluid_magnetic_coupling, bool is_stokes, bool steady_fluid_equation, bool steady_magnetic_equation, double viscosity, double magnetic_diffusivity, double U, double B) |
| |
| virtual | ~IExactSolution () |
| |
| std::string | name () const |
| | Return the solution name.
|
| |
| bool | fluid_magnetic_coupling () const |
| | Return true if the fluid and magnetic field are coupled in the two equations.
|
| |
| bool | isStokes () const |
| |
| bool | steady_fluid_equation () const |
| | Return true if the fluid field is steady, false if unsteady!
|
| |
| bool | steady_magnetic_equation () const |
| | Return true if the magnetic field is steady, false if unsteady!
|
| |
| double | viscosity () const |
| | Return the viscosity.
|
| |
| double | magnetic_diffusivity () const |
| | Return the magnetic diffusivity.
|
| |
| double | U () const |
| |
| double | B () const |
| |