|
MPS-Basic
|
Struct for reference values of MPS method. More...
#include <refvalues.hpp>

Public Member Functions | |
| RefValues ()=default | |
| RefValues (int dim, double particleDistance, double re, WeightType weightType) | |
| calculate reference values for MPS method | |
Public Attributes | |
| double | n0 = 0 |
| reference value of number density for source term of pressure Poisson equation | |
| double | lambda = 0 |
| coefficient for laplacian | |
Private Attributes | |
| Weight | weight |
| weight function instance | |
Struct for reference values of MPS method.
Definition at line 9 of file refvalues.hpp.
|
default |
| RefValues::RefValues | ( | int | dim, |
| double | particleDistance, | ||
| double | re, | ||
| WeightType | weightType ) |
calculate reference values for MPS method
| dim | dimension of the simulation |
| particleDistance | initial particle distance |
| re | effective radius |
| weightType | weight function type |
Definition at line 9 of file refvalues.cpp.

| double RefValues::n0 = 0 |
reference value of number density for source term of pressure Poisson equation
Definition at line 11 of file refvalues.hpp.
| double RefValues::lambda = 0 |
coefficient for laplacian
Definition at line 12 of file refvalues.hpp.
|
private |
weight function instance
Definition at line 26 of file refvalues.hpp.