75 |
|
DeclareParameter(Dielectric, double); |
76 |
|
DeclareParameter(TempSet, bool); |
77 |
|
DeclareParameter(ThermalTime, double); |
78 |
– |
DeclareParameter(MixingRule, std::string); |
78 |
|
DeclareParameter(UsePeriodicBoundaryConditions, bool); |
79 |
|
DeclareParameter(TargetPressure, double); |
80 |
|
DeclareParameter(TauThermostat, double); |
117 |
|
DeclareParameter(OutputForceVector, bool); |
118 |
|
DeclareParameter(SkinThickness, double); |
119 |
|
DeclareParameter(StatFileFormat, std::string); |
120 |
< |
|
120 |
> |
DeclareParameter(HydroPropFile, std::string); |
121 |
|
public: |
122 |
|
bool addComponent(Component* comp); |
123 |
|
bool addZConsStamp(ZConsStamp* zcons); |
132 |
|
|
133 |
|
virtual void validate(); |
134 |
|
private: |
135 |
+ |
|
136 |
+ |
void parseHydroPropFile(const std::string& filename); |
137 |
+ |
|
138 |
|
std::vector<Component*> components_; |
139 |
|
std::vector<ZConsStamp*> zconstraints_; |
140 |
|
std::map<std::string, MoleculeStamp*> moleculeStamps_; |