MPS-Basic
Loading...
Searching...
No Matches
ParticlesLoader::Interface Class Referenceabstract

#include <interface.hpp>

Inheritance diagram for ParticlesLoader::Interface:

Public Member Functions

virtual std::pair< double, Particlesload (const fs::path &path, double defaultDensity)=0
 Load particles.
 
virtual ~Interface ()=default
 

Detailed Description

Definition at line 10 of file interface.hpp.

Constructor & Destructor Documentation

◆ ~Interface()

virtual ParticlesLoader::Interface::~Interface ( )
virtualdefault

Member Function Documentation

◆ load()

virtual std::pair< double, Particles > ParticlesLoader::Interface::load ( const fs::path & path,
double defaultDensity )
pure virtual

Load particles.

Parameters
pathPath to the particles file
defaultDensityDefault 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: