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