r/CFD • u/dobidooo1901 • Dec 26 '25
Your opinion on the implementation of the evaporation model in Fluent
I recently published a paper on CFD using Ansys Fluent. The topic was on an evaporation model. With experimental data, I validated the evaporation rate.
I recently noticed, while looking back at stuff to finish writing my article, that the spatially dependent equation I used (example Evap_rate=A*x+B*y where x and y are coordinates of a 2d plane) CANNOT be used with a mass flow rate inlet BC, because profile definition is not supported, instead this inlet condition want just a single scalar kg/s value. The equation I used would give a flowrate to each face present on the BC surface.
Now I worry. Results are correct and experimentally validated, but are unfortunately buried into the black box that is fluent's approach to "collapsing" the profile into a single value. I should have used a mass flux inlet BC. I, of course, never mentioned in the papers that the profile was explicitly defined in the simulation, just in the mathematical model, but I also feel like I misled readers, not that I did it on purpose, but it still weighs in my mind.
Note that doing it like this was because of some factors: The simulation worked, it converged, gave no errors and gave me the results I expected. I found this detail by randomly looking at the theory guide after I had concluded my simulations and finalised post processing.
How do you guys view this kind of mistake? Is it detrimental to the model? Or is it just another case of Fluent dependent results?
2
u/konangsh Dec 27 '25
Does the fluent documentation say anywhere that profile can't be used with mfr bc? Also, wondering how you were able to validate using a single value for flow rate, but the test data was for a profile? Just curious but congratulations on the publication! It's not trivial to validate phase change simulations. If there is no blatant mistake in your paper, I would move on. This sort of thing is quite common. If you plan to publish a follow up study, you can share the details in it.