OpenMD 3.0
Molecular Dynamics in the Open
Loading...
Searching...
No Matches
OpenMD::VelocityField Class Reference
+ Inheritance diagram for OpenMD::VelocityField:

Public Member Functions

 VelocityField (SimInfo *info, const std::string &filename, const std::string &sele1, RealType voxelSize)
 
virtual Vector3d getValue (StuntDouble *sd)
 
- Public Member Functions inherited from OpenMD::Field< Vector3d >
 Field (SimInfo *info, const std::string &filename, const std::string &sele, RealType voxelSize)
 
virtual void process ()
 
virtual void processFrame (int frame)
 
virtual void postProcess ()
 
virtual void writeField ()
 
virtual std::string writeValue (Vector3d v)
 
std::string writeValue (RealType v)
 
std::string writeValue (Vector3d v)
 
virtual void writeVisualizationScript ()
 
- Public Member Functions inherited from OpenMD::StaticAnalyser
 StaticAnalyser (SimInfo *info, const std::string &filename, unsigned int nbins)
 
void setOutputName (const std::string &filename)
 
const std::string & getOutputFileName () const
 
void setStep (int step)
 
int getStep () const
 
const std::string & getAnalysisType () const
 
void setAnalysisType (const std::string &type)
 
void setParameterString (const std::string &params)
 

Additional Inherited Members

- Protected Member Functions inherited from OpenMD::Field< Vector3d >
RealType getDensity (RealType dist, RealType sigma, RealType rcut)
 
- Protected Member Functions inherited from OpenMD::StaticAnalyser
virtual void writeOutput ()
 
- Protected Attributes inherited from OpenMD::Field< Vector3d >
Snapshotsnap_
 
int nProcessed_
 
string selectionScript_
 
SelectionManager seleMan_
 
SelectionEvaluator evaluator_
 
bool usePeriodicBoundaryConditions_
 
RealType rcut_
 
RealType reffective_
 
RealType voxelSize_
 
Vector3i nBins_
 
std::vector< std::vector< std::vector< RealType > > > dens_
 
std::vector< std::vector< std::vector< Vector3d > > > field_
 
- Protected Attributes inherited from OpenMD::StaticAnalyser
SimInfoinfo_ {nullptr}
 
std::string dumpFilename_
 
int step_
 
unsigned int nBins_
 
std::string outputFilename_
 
std::string analysisType_
 
std::string paramString_
 
std::vector< OutputDatadata_
 
std::vector< AtomType * > outputTypes_
 

Detailed Description

Definition at line 105 of file Field.hpp.

Constructor & Destructor Documentation

◆ VelocityField()

OpenMD::VelocityField::VelocityField ( SimInfo * info,
const std::string & filename,
const std::string & sele1,
RealType voxelSize )

Definition at line 466 of file Field.cpp.

Member Function Documentation

◆ getValue()

Vector3d OpenMD::VelocityField::getValue ( StuntDouble * sd)
virtual

Implements OpenMD::Field< Vector3d >.

Definition at line 472 of file Field.cpp.


The documentation for this class was generated from the following files: