|
MPS-Basic
|


Go to the source code of this file.
Classes | |
| class | Neighbor |
| Class for neighbor particle. More... | |
| class | Particle |
| Class for particle in MPS method. More... | |
Enumerations | |
| enum class | ParticleType { Ghost , Fluid , Wall , DummyWall } |
| Enum class for particle type. More... | |
| enum class | FluidState { Ignored , FreeSurface , SubFreeSurface , Inner , Splash } |
| Enum class for fluid state. More... | |
|
strong |
Enum class for particle type.
| Enumerator | |
|---|---|
| Ghost | Ghost particle (outside of the domain, not used for calculation) |
| Fluid | Fluid particle. |
| Wall | Wall particle. |
| DummyWall | Dummy wall particle (pressure is not calculated) |
Definition at line 11 of file particle.hpp.
|
strong |
Enum class for fluid state.
| Enumerator | |
|---|---|
| Ignored | Ghost or dummy. |
| FreeSurface | free surface particle |
| SubFreeSurface | inner particle near free surface |
| Inner | inner fluid particle |
| Splash | splash fluid particle |
Definition at line 21 of file particle.hpp.