Solutions at specific points

Hi all,

How difficult would it be to modify the .pyfrs production
procedure in order to have only a certain variable (for example pressure) dumped at a specified point and
nothing else? When the primitive variable matrix is updated at each rk
time step, is it possible to have just one number related to a
specific point extracted and passed to the writer?

Regards,

George

Hi George,

It depends. If you know the partition, element, and solution point
numbers where you wish to extract the conserved variables then it isn't
to difficult. (Although this solution is certainly not a robust one and
obtaining the relevant numbers can be a pain.) However, if the location
where you want the pressure does not correspond to a solution point then
it will be more involved.

Regards, Freddie.