54 |
|
ContactAngle1::ContactAngle1(SimInfo* info, const std::string& filename, |
55 |
|
const std::string& sele, RealType solidZ, |
56 |
|
RealType dropletRadius) |
57 |
< |
: SequentialAnalyzer(info, filename), selectionScript_(sele), |
58 |
< |
evaluator_(info), seleMan_(info), solidZ_(solidZ), |
59 |
< |
dropletRadius_(dropletRadius) { |
57 |
> |
: SequentialAnalyzer(info, filename), solidZ_(solidZ), |
58 |
> |
dropletRadius_(dropletRadius), selectionScript_(sele), |
59 |
> |
seleMan_(info), evaluator_(info) { |
60 |
|
|
61 |
|
setOutputName(getPrefix(filename) + ".ca1"); |
62 |
|
|