12#include <prdc/cpu/RField.h>
13#include <pscf/solvers/PolymerTmpl.h>
14#include <util/containers/FArray.h>
125 double phiTot = 1.0);
145 double stress(
int n)
const;
173 {
return stress_[n]; }
175 #ifndef RPC_POLYMER_TPP
Descriptor and MDE solver for an acyclic block polymer.
virtual void solve(double phiTot=1.0)
Field of real double precision values on an FFT mesh.
Descriptor and solver for one polymer species.
double stress(int n) const
Get precomputed contribution to stress from this species.
void compute(DArray< RField< D > > const &wFields, double phiTot=1.0)
Compute solution to MDE and block concentrations.
Polymer()
Default constructor.
void setMu(double mu)
Set value of mu (chemical potential), if ensemble is closed.
PolymerTmpl< Block< D > > Base
Base class typedef (PolymerTmpl instance)
void computeStress()
Compute stress contribution from this species.
void setPhi(double phi)
Set value of phi (volume fraction), if ensemble is closed.
void clearUnitCellData()
Clear all data that depends on unit cell parameters.
void setNParams(int nParam)
Store the number of unit cell parameters.
double phi() const
Get the overall volume fraction for this species.
Ensemble ensemble()
Get the statistical ensemble for this species (open or closed).
double phi_
Volume fraction, set by either setPhi or a compute function.
double mu_
Chemical potential, set by either setPhi or a compute function.
double mu() const
Get the chemical potential for this species (units kT=1).
Dynamically allocatable contiguous array template.
A fixed size (static) contiguous array template.
void setClassName(const char *className)
Set class name string.
Fields and FFTs for periodic boundary conditions (CPU)
PSCF package top-level namespace.