Re: Turbomachinery module
Posted: Thu Oct 20, 2016 2:18 am
Hello Yvan,
Thank you for your sincere reply.I have noticed that most of answers of the questions are your replies,that must be very busy.So I try to learn this soft by reading some cases on this forum.
Now I have added cs_user_extra_operations.f90(already been modified) into SRC and it can run,but I can't unsterdand the values that have been outputed.
What I want to know:
What's the meaning of the sentence ' xfor(ii) = xfor(ii) + bfprp_for(ii, ifac) ' ?
What's different with ' xfor(ii) = xfor(ii) + forbr(ii, ifac) ' or 'xfor(ii) = xfor(ii) + ra(iforbr + (ifac-1)*ndim + ii-1)'.
And in my case ,how should I modify the xfor(ii) to extract the top blade? About the coordinate ,the
y-axis perpendicular to this three blades,and the z-axis goes through the top blade.
Regards,
Li
Thank you for your sincere reply.I have noticed that most of answers of the questions are your replies,that must be very busy.So I try to learn this soft by reading some cases on this forum.
Now I have added cs_user_extra_operations.f90(already been modified) into SRC and it can run,but I can't unsterdand the values that have been outputed.
What I want to know:
What's the meaning of the sentence ' xfor(ii) = xfor(ii) + bfprp_for(ii, ifac) ' ?
What's different with ' xfor(ii) = xfor(ii) + forbr(ii, ifac) ' or 'xfor(ii) = xfor(ii) + ra(iforbr + (ifac-1)*ndim + ii-1)'.
And in my case ,how should I modify the xfor(ii) to extract the top blade? About the coordinate ,the
y-axis perpendicular to this three blades,and the z-axis goes through the top blade.
Regards,
Li