118 |
|
DeclareParameter(SkinThickness, double); |
119 |
|
DeclareParameter(StatFileFormat, std::string); |
120 |
|
DeclareParameter(HydroPropFile, std::string); |
121 |
+ |
DeclareParameter(Viscosity, double); |
122 |
+ |
DeclareParameter(BeadSize, double); |
123 |
+ |
DeclareParameter(UseSphericalBoundaryConditions, bool); |
124 |
+ |
DeclareParameter(FrozenBufferRadius, double); |
125 |
+ |
DeclareParameter(LangevinBufferRadius, double); |
126 |
+ |
|
127 |
|
public: |
128 |
|
bool addComponent(Component* comp); |
129 |
|
bool addZConsStamp(ZConsStamp* zcons); |
138 |
|
|
139 |
|
virtual void validate(); |
140 |
|
private: |
135 |
– |
|
136 |
– |
void parseHydroPropFile(const std::string& filename); |
141 |
|
|
142 |
|
std::vector<Component*> components_; |
143 |
|
std::vector<ZConsStamp*> zconstraints_; |