-
Notifications
You must be signed in to change notification settings - Fork 20
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
physics - jet_flame_analysis - Plot is always needed for performing flux analysis #13
Comments
The Doing multiple flame analyses is fairly straightforward. One would create one or multiple upstream Fluid objects, one or multiple Orifice objects, an ambient (or possibly multiple) Fluid object(s), and then generate multiple Flame objects that would have the information in them. Simple example:
|
I am inquiring about the function:
I am already able to perform multiple analysis for obtaining the heat flux at different location, specified by |
The processes of plot generation and heat flux matrix generation are separate. That's what I was trying to point out above. The matrix generation is performed by the |
You're absolutely right! My bad on not explaining properly. I did notice that the two processes are separate, but in |
Great to get feedback and know that people are using the software! |
I may be mistaken, but it appears that the only parameter determining the activation of flux analysis at various locations is the
analyze_flux
parameter of thephys.jet_flame_analysis
function, which also generates a plot automatically. It would be beneficial to separate the flux plot from the analysis itself, particularly in scenarios where the model needs to be run multiple times (as plotting incurs computational expenses).The text was updated successfully, but these errors were encountered: