OpenMPCD
|
Class used to construct MPC solute instances. More...
#include <Factory.hpp>
Static Public Member Functions | |
static MPCSolute::Base< MPCParticlePositionType, MPCParticleVelocityType > * | getInstance (CUDA::Simulation *const sim, const Configuration &config, RNG &rng) |
Returns a newly constructed MPC solute. More... | |
Class used to construct MPC solute instances.
Definition at line 22 of file MPCSolute/Factory.hpp.
|
static |
Returns a newly constructed MPC solute.
The caller is responsible for deleting the pointer. Returns nullptr if mpc.solute is not set.
OpenMPCD::UnimplementedException |
[in] | sim | The simulation instance. |
[in] | config | The simulation configuration. |
[in] | rng | A random number generator. |
Definition at line 11 of file MPCSolute/Factory.cpp.