1#ifndef PSCF_SOLVENT_DESCRIPTOR_H
2#define PSCF_SOLVENT_DESCRIPTOR_H
11#include <pscf/chem/Species.h>
108 {
return monomerId_; }
SolventSpecies()
Constructor.
void setMonomerId(int monomerId)
Set the monomer id for this solvent.
void setSize(double size)
Set the molecular volume of this solvent species.
~SolventSpecies()
Constructor.
virtual void readParameters(std::istream &in)
Read parameters and initialize.
int monomerId() const
Get the monomer type id.
double size() const
Get the size (number of monomers) in this solvent.
Species()
Default constructor.
PSCF package top-level namespace.