Classes | |
class | CartPPSol |
Point-Particle Solver in a Cartesian box. More... | |
struct | CartPPVirtualRegion |
class | CartSmartPPSol |
smart Point-Particle Solver in a Cartesian box More... | |
class | PPSolBase |
Typedefs | |
template<int N_dim, int SpaceID> | |
using | pfun = ParticleData< N_dim >(CartPPSol< N_dim, SpaceID >::*)(Real, ParticleData< N_dim >, ParticleField< N_dim > &) |
Enumerations | |
enum class | TimeScheme { Default = 0 , AB2 = 1 , RK3 = 2 } |
Time scheme of particle evolution. More... | |
enum class | InitMethod { Default = 0 , RandomAll = 1 , FromFile = 2 , Value = 4 , Local } |
Initialization method of particle. More... | |
enum class | CoupleType { OneWay = 0 , TwoWay , ThreeWay , FourWay } |
The type of coupling. More... | |
enum class | PDataFileType { OnlyPData = 1 , IncFData = 2 } |
particle data type when writing onestep file More... | |
Functions | |
static TimeScheme | vConfigTimeScheme (std::string type) |
Config TimeScheme. More... | |
static InitMethod | vConfigInitMethod (std::string type) |
Config Init Method. More... | |
static CoupleType | vConfigCoupleType (std::string type) |
Config Init Method. More... | |
static ContactComponent | vConfigContactComponent (std::string type) |
Config Collision Component. More... | |
static PDataFileType | vConfigPDataFileType (std::string type) |
using solver::ppsol::pfun = typedef ParticleData<N_dim> (CartPPSol<N_dim, SpaceID>::*)(Real, ParticleData<N_dim>, ParticleField<N_dim> &) |
|
strong |
|
strong |
|
strong |
|
strong |
|
inlinestatic |
Config Collision Component.
type |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |