-
-
Notifications
You must be signed in to change notification settings - Fork 17
Description
I am currently developing an adapter for fluent, and have successfully completed some flow field and flow field coupling examples and a Fluid–structure interaction example. Currently, it is possible to transfer data effectively, but I am currently facing a problem. As I am not very familiar with the implementation of CFD, I am not sure which physical field information needs to be reset to achieve implicit coupling in the flow field? I roughly understand that there are at least velocity and pressure fields, but I am not very familiar with other physical fields. For example, when opening the energy equation, do we still need to add temperature and density fields?
If possible, could you please let me know which physical quantities of the fields I should recover in the implicit iteration.