You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can currently choose between text and VTK output. VTK output creates a visualization of tubes in 3D space that deform over time with arrays for pressure and flow rate. This visualization is nice but requires the user to choose the preferred post-processing method before running the simulation. Thus, there is only output possible, and it has to be known a priori. Furthermore, the input node*coord is currently mandatory but only required for VTK post-processing.
Solution
Remove VTK output from the solver and move it to a post-processor that can visualize text output in VTK.
Additional context
No response
Code of Conduct
I agree to follow this project's Code of Conduct and Contributing Guidelines
The text was updated successfully, but these errors were encountered:
Problem
We can currently choose between text and VTK output. VTK output creates a visualization of tubes in 3D space that deform over time with arrays for pressure and flow rate. This visualization is nice but requires the user to choose the preferred post-processing method before running the simulation. Thus, there is only output possible, and it has to be known a priori. Furthermore, the input
node*coord
is currently mandatory but only required for VTK post-processing.Solution
Remove VTK output from the solver and move it to a post-processor that can visualize text output in VTK.
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: