MPS-Basic
Loading...
Searching...
No Matches
Input Struct Reference

Represents the input data for MPS simulation. More...

#include <input.hpp>

Collaboration diagram for Input:

Public Attributes

Settings settings
 Settings for the simulation.
 
Particles particles
 Initial particles arrangement in the simulation.
 
double startTime {}
 Start time of the simulation.
 

Detailed Description

Represents the input data for MPS simulation.

Definition at line 12 of file input.hpp.

Member Data Documentation

◆ settings

Settings Input::settings

Settings for the simulation.

Definition at line 13 of file input.hpp.

◆ particles

Particles Input::particles

Initial particles arrangement in the simulation.

Definition at line 14 of file input.hpp.

◆ startTime

double Input::startTime {}

Start time of the simulation.

Definition at line 15 of file input.hpp.

15{};

The documentation for this struct was generated from the following file: