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
12
struct
Input
{
13
Settings
settings
;
14
Particles
particles
;
15
double
startTime
{};
16
};
Particles
A collection of particles.
Definition
particles.hpp:10
common.hpp
particles.hpp
settings.hpp
Input
Represents the input data for MPS simulation.
Definition
input.hpp:12
Input::particles
Particles particles
Initial particles arrangement in the simulation.
Definition
input.hpp:14
Input::settings
Settings settings
Settings for the simulation.
Definition
input.hpp:13
Input::startTime
double startTime
Start time of the simulation.
Definition
input.hpp:15
Settings
Struct for settings of calculation.
Definition
settings.hpp:15
src
input.hpp
Generated by
1.12.0