23 lines
1.2 KiB
Dart
23 lines
1.2 KiB
Dart
abstract class Strings {
|
|
static const sampleOut =
|
|
'Negative Cooridnate File : water-drop_Negative.dat\n'
|
|
'Positive Cooridnate File : water-drop_Positive.dat\n'
|
|
'Syringe Width (millimeter): 0.8049999999999999\n'
|
|
'Radius of Curvature Range : 0.0001-2.0001 (interval: 20)\n'
|
|
'Shape Factor Range : 0.0001-1.0001 (interval: 20)\n'
|
|
'Initial X Coordinate Range: 0.0001-0.5001 (interval: 5)\n'
|
|
'Initial Angle Range : 0.0001-0.5001 (interval: 5)\n'
|
|
'Parameter Combinations : 10000\n'
|
|
'Number of Process to Use : 8\n'
|
|
'Juza 5-Plane (1/H) Std.Dev: 0.005252355255611812\n'
|
|
'minimization success\n'
|
|
'best output: [0.003522111582892356, 0.8302552101788515, 0.4880084250271468, 0.059397867545048805, 0.08677238094443798]\n\n'
|
|
'Lowest RMSD : 0.003522111582892356\n'
|
|
'Computed Surface Tension : 16.67287006223331\n'
|
|
'Best Radius of Curvature : 0.8302552101788515\n'
|
|
'Best Shape Factor : 0.4880084250271468\n'
|
|
'Best Initial X Coordinate : 0.059397867545048805\n'
|
|
'Best Initial Angle : 0.08677238094443798\n'
|
|
'Lapsed Time in Seconds : 0.18291211128234863';
|
|
}
|