1#ifndef RPG_RAMP_PARAMETER_H
2#define RPG_RAMP_PARAMETER_H
17 template <
int D>
class Simulator;
18 template <
int D>
class System;
126 void update(
double newVal);
131 std::string
type()
const;
192 template <
class Archive>
193 void serialize(Archive ar,
const unsigned int version);
198 enum ParamType {
Block, Chi, Kuhn, Phi_Polymer, Phi_Solvent,
199 Mu_Polymer, Mu_Solvent,
Solvent, Cell_Param,
200 Lambda_Pert, Vmonomer, Null};
218 Simulator<D>* simulatorPtr_;
221 System<D>* systemPtr_;
228 void readParamType(std::istream& in);
240 void set_(
double newVal);
262 RampParameter<D>& param);
272 RampParameter<D>
const & param);
276#include "RampParameter.tpp"
Block within a branched polymer.
Class for storing data about an individual ramp parameter.
int nId() const
Number of indices associated with this type of parameter.
int id(int i) const
Get id for a sub-object or element to which this is applied.
RampParameter()
Default constructor.
std::string type() const
Return a string representation of the parameter type.
double change() const
Get the total change planned for this parameter during ramp.
double current()
Get the current system parameter value.
void update(double newVal)
Update the corresponding parameter value in the System.
void writeParamType(std::ostream &out) const
Write the parameter type to an output stream.
void serialize(Archive ar, const unsigned int version)
Serialize to or from an archive.
double initial() const
Get the initial system parameter value.
void getInitial()
Get and store initial value this parameters.
void setSimulator(Simulator< D > &simulator)
Set the simulator and system associated with this object.
Field theoretic simulator (base class).
Solver and descriptor for a solvent species.
Dynamically allocatable contiguous array template.
#define UTIL_CHECK(condition)
Assertion macro suitable for serial or parallel production code.
PSCF package top-level namespace.
std::istream & operator>>(std::istream &in, Pair< Data > &pair)
Input a Pair from an istream.
std::ostream & operator<<(std::ostream &out, const Pair< Data > &pair)
Output a Pair to an ostream, without line breaks.