Hi,
I suppose to extract the velocity profile at three different locations where current speed is very strong (up to 3.5m/s) in my domain (node no. 8118, 8496 and 7935), so I write:
! USER OUTPUT ACCORDING TO THE VALUES: TO BE IMPLEMENTED
WRITE(T3D_FILES(T3DRFO)%LU,*) AT,U%R(8118),V%R(8118),W%R(8118)
WRITE(T3D_FILES(T3DRFO)%LU,*) AT,U%R(8496),V%R(8496),W%R(8496)
WRITE(T3D_FILES(T3DRFO)%LU,*) AT,U%R(7935),V%R(7935),W%R(7935)
then I got the result like this:
I just wonder why the velocity in the output file sometimes is so small (e.g E-002, E-003)?
Could you help me?
Thanks & Regards
Huy