Go to the documentation of this file.
6 #ifndef OPENMPCD_CUDA_MPCFLUID_INSTRUMENTATION_SIMPLE_HPP
7 #define OPENMPCD_CUDA_MPCFLUID_INSTRUMENTATION_SIMPLE_HPP
23 namespace Instrumentation
49 virtual void saveSpecific(
const std::string& rundir)
const;
Simple(const Simulation *const sim, DeviceMemoryManager *const devMemMgr, const MPCFluid::Simple *const mpcFluid_)
The constructor.
Class for managing memory on the CUDA Device.
virtual void measureSpecific()
Performs measurements specific to the fluid type.
Instrumentation for simple MPC fluids consisting of independent particles.
virtual ~Simple()
The destructor.
virtual void saveSpecific(const std::string &rundir) const
Saves measurements specific to the fluid type.
MPCD simulation with Molecular Dynamics on CUDA-capable GPUs.
Base class for MPC fluids instrumentation.
Fluid consisting of independent particles.