MeasureTool - "Interpolation Points are Missed"

edited December 2015 in Old versions
Hi, I am having the following problem when executing MeasureTool to measure the velocity at a set of simple test points.

Console Output:

Threads for parallel execution: 24
LoadData> CaseNewMill_out/PartOut.bi2
LoadData> CaseNewMill_out/Part0000.bi2
LoadData> 3D data files...
LoadPoints> PointsVelocity.txt
LoadPoints> 0 points

*** Exception
Text: Interpolation points are missed

My .bat file executes the following code:

"C:/Program Files/SPH v3.1/DualSPHysics_v3.1_Windows_x64/EXECS/MeasureTool_win64.exe" -dirin CaseNewMill_out -points PointsVelocity.txt -onlytype:-all,+fluid -vars:-all,+vel -savevtk CaseNewMill_out/PointsVelocity -savecsv CaseNewMill_out/PointsVelocity

And my .txt file is:

POINTSLIST
0 0.01 0.02
0 0 0.02

#"POINTSLIST"
#BeginX BeginY BeginZ
#StepX StepY StepZ
#CountX CountY CountZ

The dp for my simuluation is 0.00065 with a domain of:

x="-0.2" y="-0.2" z="-0.05"
x="0.4" y="0.4" z="0.2"

Any help to where I have gone wrong would be great. Thanks!


Comments

Sign In or Register to comment.