Class StokesSpecifications is a lightweight utility class that is used to specify the physical parameters of the incompressible Navier-Stokes equations.
#include <ibamr/StokesSpecifications.h>
◆ StokesSpecifications() [1/2]
| IBAMR::StokesSpecifications::StokesSpecifications |
( |
double |
rho = 0.0, |
|
|
double |
mu = 0.0, |
|
|
double |
lambda = 0.0 |
|
) |
| |
|
inline |
◆ StokesSpecifications() [2/2]
- Parameters
-
| from | The value to copy to this object. |
◆ ~StokesSpecifications()
| virtual IBAMR::StokesSpecifications::~StokesSpecifications |
( |
| ) |
|
|
inlinevirtual |
◆ operator=()
- Parameters
-
| that | The value to assign to this object. |
- Returns
- A reference to this object.
◆ getRho()
| double IBAMR::StokesSpecifications::getRho |
( |
| ) |
const |
|
inline |
- Returns
- The mass density coefficient of the fluid.
◆ setRho()
| void IBAMR::StokesSpecifications::setRho |
( |
double |
rho | ) |
|
|
inline |
◆ getMu()
| double IBAMR::StokesSpecifications::getMu |
( |
| ) |
const |
|
inline |
- Returns
- The dynamic viscosity coefficient of the fluid.
◆ setMu()
| void IBAMR::StokesSpecifications::setMu |
( |
double |
mu | ) |
|
|
inline |
◆ getLambda()
| double IBAMR::StokesSpecifications::getLambda |
( |
| ) |
const |
|
inline |
- Returns
- The drag coefficient of the fluid.
◆ setLambda()
| void IBAMR::StokesSpecifications::setLambda |
( |
double |
lambda | ) |
|
|
inline |
◆ d_rho
| double IBAMR::StokesSpecifications::d_rho |
|
private |
◆ d_mu
| double IBAMR::StokesSpecifications::d_mu |
|
private |
◆ d_lambda
| double IBAMR::StokesSpecifications::d_lambda |
|
private |
The documentation for this class was generated from the following file: