You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your wonderful work, and thank the authors for the help on my issues on Custom Boundary Conditions, it is very helpful. However, during the coding process, l was wondering if your code could be modified to solve user-defined transport equations? For example, if l were to solve a reactive compressible flow, l would need to solve a set of transport equations regarding the concentration of the species beyond basic Euler equations: d(rhoy_i)/dt + d(rhou*y_i)/dx = chemical_source_i, i = 1, 2, 3, ...
Thank you for your time!
The text was updated successfully, but these errors were encountered:
Hi, in general, the code can be modified to accommodate for user-defined transport equations - however, this will include minor modifications to many parts of the existing code. The easiest would be to set up a new equation type in the equation information and modify the source code whenever equation_type is checked.
Hi, in general, the code can be modified to accommodate for user-defined transport equations - however, this will include minor modifications to many parts of the existing code. The easiest would be to set up a new equation type in the equation information and modify the source code whenever equation_type is checked.
Thank you for your wonderful work, and thank the authors for the help on my issues on Custom Boundary Conditions, it is very helpful. However, during the coding process, l was wondering if your code could be modified to solve user-defined transport equations? For example, if l were to solve a reactive compressible flow, l would need to solve a set of transport equations regarding the concentration of the species beyond basic Euler equations: d(rhoy_i)/dt + d(rhou*y_i)/dx = chemical_source_i, i = 1, 2, 3, ...
Thank you for your time!
The text was updated successfully, but these errors were encountered: