118 |
|
DeclareParameter(SkinThickness, double); |
119 |
|
DeclareParameter(StatFileFormat, std::string); |
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: |
135 |
– |
|
136 |
– |
void parseHydroPropFile(const std::string& filename); |
138 |
|
|
139 |
|
std::vector<Component*> components_; |
140 |
|
std::vector<ZConsStamp*> zconstraints_; |