-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calculating Distance #106
Comments
Hi, could you please point to the line of source code that confuses you? |
at fwhFormulation.C line 236~237 |
Thank you for the question, I think we should ask latest contributors. |
The distance is calculated using the GT formulation. If you use Farassat Formulation (U0 is equal 0) the distance will be equal to |
Thank you! |
@unicfdlab , I'm sorry, but I cannot agree with your explanation. magrobs_ array is calculated in fwhFormulation.C, which is common both for GT formulation and Farassat Formulation. Therefore, should we move calculation of magrobs_ (and dependent variables) into different modules ? |
This question has been resolved. R_ is a weighted verison of magrobs_ . Sorry for possible panic. |
Why magrobs_[iObs][iSurf][i] = mag(robs_[iObs][iSurf][i]) is not used, instead caculated the |r| = (-U_0*x/c_0+R)/(1-(U_0/c_0)^2).
The text was updated successfully, but these errors were encountered: