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>
|
|
| StokesSpecifications (double rho=0.0, double mu=0.0, double lambda=0.0) |
| | Default constructor.
|
| |
| | StokesSpecifications (const StokesSpecifications &from) |
| | Copy constructor.
|
| |
|
virtual | ~StokesSpecifications () |
| | Destructor.
|
| |
| StokesSpecifications & | operator= (const StokesSpecifications &that) |
| | Assignment operator.
|
| |
| double | getRho () const |
| |
|
void | setRho (double rho) |
| | Set the mass density coefficient of the fluid.
|
| |
| double | getMu () const |
| |
|
void | setMu (double mu) |
| | Set the dynamic viscosity coefficient of the fluid.
|
| |
| double | getLambda () const |
| |
|
void | setLambda (double lambda) |
| | Set the drag coefficient of the fluid.
|
| |
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