Thank you as always
I want to calculate the particle velocity by analysis using kspace_FirstOrder3d.m.
I think there are two ways to do this.
1. Add 'u' to senseor.record
2. Add 'I'and'p' to sensor.record and obtain from u = I / p.
I need All of 'I','u','p', so I thought would save memory for'p' when calculated this way.
But when I calculated using two methods, I got different answers of 'u'.
Which method is appropriate for calculating the particle velocity correctly?