|
PSCF v1.4.0
|
Parameter modifier for an associated Mixture. More...
#include <MixtureModifier.h>
Additional Inherited Members | |
| Public Member Functions inherited from Pscf::Rp::MixtureModifier< Mixture< D > > | |
| void | clearUnitCellData () |
| Clear all data that depends on the unit cell parameters. | |
| void | associate (Mixture< D > &mixture) |
| Create associations with a Mixture. | |
| void | setKuhn (int monomerId, double kuhn) |
| Set the statistical segment length for one monomer type. | |
| void | setPhiPolymer (int polymerId, double phi) |
| Set the volume fraction for a polymer species. | |
| void | setMuPolymer (int polymerId, double mu) |
| Set the chemical for a polymer species. | |
| void | setBlockLength (int polymerId, int blockId, double length) |
| Set the length for a block of a block polymer. | |
| void | setPhiSolvent (int solventId, double phi) |
| Set the volume fraction for a solvent species. | |
| void | setMuSolvent (int solventId, double mu) |
| Set the chemical for a solvent species. | |
| void | setSolventSize (int solventId, double size) |
| Set the size (steric volume) for a solvent species. | |
| void | setVMonomer (double vMonomer) |
| Set the monomer reference volume for the mixture. | |
| Protected Member Functions inherited from Pscf::Rp::MixtureModifier< Mixture< D > > | |
| MixtureModifier () | |
| Constructor. | |
| ~MixtureModifier () | |
| Destructor. | |
Parameter modifier for an associated Mixture.
Specializations of this template with D=1, 2, and 3 are derived from specializations of base class template Rp::MixtureModifier, and inherit their public interface and all of their source code from this base class.
Definition at line 32 of file /solvers/MixtureModifier.h.