#include <interface.hpp>
|
virtual std::pair< double, Particles > | load (const fs::path &path, double defaultDensity)=0 |
| Load particles.
|
|
virtual | ~Interface ()=default |
|
Definition at line 10 of file interface.hpp.
◆ ~Interface()
virtual ParticlesLoader::Interface::~Interface |
( |
| ) |
|
|
virtualdefault |
◆ load()
virtual std::pair< double, Particles > ParticlesLoader::Interface::load |
( |
const fs::path & | path, |
|
|
double | defaultDensity ) |
|
pure virtual |
Load particles.
- Parameters
-
path | Path to the particles file |
defaultDensity | Default density of particles |
- Returns
- Pair of simulation start time and particles
Implemented in ParticlesLoader::Csv, and ParticlesLoader::Prof.
The documentation for this class was generated from the following file: