12#include <util/param/ParamComposite.h>
13#include <util/random/Random.h>
21 template <
int D>
class System;
22 template <
int D>
class BdSimulator;
146 {
return *systemPtr_; }
153 {
return *simulatorPtr_; }
160 {
return *randomPtr_; }
162 #ifndef RPC_BD_STEP_TPP
Brownian dynamics simulator for PS-FTS.
BdStep is an abstract base class for Brownian dynamics steps.
virtual void readParameters(std::istream &in)
Read required parameters from file.
BdSimulator< D > & simulator()
Get parent BdSimulator object.
System< D > & system()
Get parent System object.
virtual void output()
Output statistics for this move (at the end of simulation)
virtual void setup()
Setup before the beginning of each simulation run.
virtual bool needsCc()
Do cc concentration components need to be saved before a step?
virtual bool step()=0
Take a single Brownian dynamics step.
virtual bool needsDc()
Do dc derivative components need to be saved before a step?
virtual ~BdStep()
Destructor.
virtual void clearTimers()
Clear timers.
BdStep(BdSimulator< D > &simulator)
Constructor.
Random & random()
Get Random number generator of parent System.
virtual void outputTimers(std::ostream &out)
Output timing results to ostream.
Main class for SCFT or PS-FTS simulation of one system.
An object that can read multiple parameters from file.
File containing preprocessor macros for error handling.
PSCF package top-level namespace.
Utility classes for scientific computation.