Problem with cs_probe_set_create_from_segment
Posted: Mon Jan 28, 2019 12:11 pm
Hello,
I'd want to create a set of probes in order to post-process the main fields (Pressure, velocity, Mesh Velocity) at specific location. When I set a single probe by means of the function "cs_probe_set_add_probe" after creating the probe with "cs_probe_set_create", the main fields are written in time (as it is expected).
However when I create a set of probes with "cs_probe_set_create_from_segment", only the DIsplacement field is written. I tried to use the additional function "cs_probe_set_auto_var" to force the other fields to be written but it does not work.
The basic solution to this would be to create a set of single probes but what a pity from my point of view to give up such a practical functionality.
Thanks for the attention.
Best regards,
So_nuc
I'd want to create a set of probes in order to post-process the main fields (Pressure, velocity, Mesh Velocity) at specific location. When I set a single probe by means of the function "cs_probe_set_add_probe" after creating the probe with "cs_probe_set_create", the main fields are written in time (as it is expected).
However when I create a set of probes with "cs_probe_set_create_from_segment", only the DIsplacement field is written. I tried to use the additional function "cs_probe_set_auto_var" to force the other fields to be written but it does not work.
The basic solution to this would be to create a set of single probes but what a pity from my point of view to give up such a practical functionality.
Thanks for the attention.
Best regards,
So_nuc