Hello,
I have another favor to ask from experts in using ASPECT.
Sometimes we want to output the results at some specific points. The simplest way is to turn the option “point values” on when setting the “subsection Postprocess”. Such an approach works for most cases. However, I found that the prm file can’t be executed when the “subsection Mesh deformation” is chosen for cases with free surface boundary.
For example,
subsection Postprocess
set List of postprocessors = visualization,velocity statistics, point values
subsection Point values
set Evaluation points=2000.0,0.0,660.0;2000.0,1000.0,660.0;2000.0,2000.0,660.0;2000.0,3000.0,660.0
end
end
With the following settings, we get errors. Without them, we get the outputs at the specified points.
subsection Mesh deformation
set Mesh deformation boundary indicators = top: free surface
subsection Free surface
set Free surface stabilization theta = 0.75
end
end
Does anyone meet similar issue? Are there any other approaches to get the results on specified results? Just reading it when opening ParaView is really time-consuming.
Best,
Shaozhuo