1#ifndef PSCF_SOLVENT_SPECIES_H
2#define PSCF_SOLVENT_SPECIES_H
11#include <pscf/chem/Species.h>
33 template <
typename WT =
double>
108 template <
typename WT>
inline
110 {
return monomerId_; }
115 template <
typename WT>
inline
Descriptor for a solvent species.
SolventSpecies()
Constructor.
void setMonomerId(int monomerId)
Set the monomer id for this solvent.
virtual ~SolventSpecies()=default
Destructor.
virtual void readParameters(std::istream &in)
Read parameters and initialize.
void setSize(double size)
Set the molecular volume of this solvent species.
PSCF package top-level namespace.