MPS-Basic
Loading...
Searching...
No Matches
input.hpp
Go to the documentation of this file.
1#pragma once
2
3#include "common.hpp"
4#include "particles.hpp"
5#include "settings.hpp"
6
7#include <vector>
8
A collection of particles.
Definition particles.hpp:10
Represents the input data for MPS simulation.
Definition input.hpp:12
Particles particles
Initial particles arrangement in the simulation.
Definition input.hpp:14
Settings settings
Settings for the simulation.
Definition input.hpp:13
double startTime
Start time of the simulation.
Definition input.hpp:15
Struct for settings of calculation.
Definition settings.hpp:15