Hello everyone,
1. Regarding the drag force (U and V) in dragfo subroutine, can I safely assume that the FVDRAG and FUDRAG formula will be multiplied by density and U,V components when the calculation is run, as pointed out in topic
#11231
The reason I am asking this is because I have seen an example of dragfo subroutine in which the density and U,V velocity are included in the FVDRAG and FUDRAG formula. Kindly refer to topic
#10547
2. I would also appreciate if someone could point me to the direction on how can I include the following equations in the DRAGFO subroutine, and view the output in the result file.
Average current velocities , Uavg = (1/Time step)* (sum of U velocity at every time step)
Average power = (1/Time step) * (sum of (0.5* density * (U^3)))
I am having trouble as I do not know how to introduce the Time step in the equation.
3. The output can be viewed by using points from topic
#9753
However, may I know when do I need to use the following line:
DOUBLE PRECISION, POINTER :: power(:)
DOUBLE PRECISION, PARAMETER :: cd=0.9D0
Thank you
Anas