Class StokesSpecifications is a lightweight utility class that is used to specify the physical parameters of the incompressible Navier-Stokes equations.
More...
#include </home/runner/work/IBAMR/IBAMR/include/ibamr/StokesSpecifications.h>
Class StokesSpecifications is a lightweight utility class that is used to specify the physical parameters of the incompressible Navier-Stokes equations.
◆ StokesSpecifications()
Copy constructor.
- Parameters
-
from | The value to copy to this object. |
◆ getLambda()
double IBAMR::StokesSpecifications::getLambda |
( |
| ) |
const |
|
inline |
- Returns
- The drag coefficient of the fluid.
◆ getMu()
double IBAMR::StokesSpecifications::getMu |
( |
| ) |
const |
|
inline |
- Returns
- The dynamic viscosity coefficient of the fluid.
◆ getRho()
double IBAMR::StokesSpecifications::getRho |
( |
| ) |
const |
|
inline |
- Returns
- The mass density coefficient of the fluid.
◆ operator=()
Assignment operator.
- Parameters
-
that | The value to assign to this object. |
- Returns
- A reference to this object.
The documentation for this class was generated from the following file:
- /home/runner/work/IBAMR/IBAMR/include/ibamr/StokesSpecifications.h