Go to the documentation of this file.
6 #ifndef OPENMPCD_CUDA_MPCFLUID_INSTRUMENTATION_GAUSSIANRODS_HPP
7 #define OPENMPCD_CUDA_MPCFLUID_INSTRUMENTATION_GAUSSIANRODS_HPP
21 namespace Instrumentation
56 virtual void saveSpecific(
const std::string& rundir)
const;
Fluid consisting of Gaussian rods with a certain mean length.
Class for managing memory on the CUDA Device.
Instrumentation for Gaussian Rod fluids.
virtual void saveSpecific(const std::string &rundir) const
Saves the data to the given run directory.
MPCD simulation with Molecular Dynamics on CUDA-capable GPUs.
virtual ~GaussianRods()
The destructor.
virtual void measureSpecific()
Performs measurements.
Base class for MPC fluids instrumentation.
GaussianRods(const Simulation *const sim, DeviceMemoryManager *const devMemMgr, const MPCFluid::GaussianRods *const mpcFluid_)
The constructor.