Unfortunately, the EMMS (Easy Multiphase Musliphase Model) drag model isn't a built-in feature within ANSYS Fluent. It requires implementation through a User-Defined Function (UDF). There's no official ANSYS documentation providing the exact mathematical formulae and C++ code for the EMMS drag model.
However, there are resources available online that discuss the EMMS model and potentially offer UDF code implementations. Here's what you can explore:
Research Papers: The original research papers proposing the EMMS model likely detail the mathematical formulations. Look for papers with titles like "An advanced EMMS scheme for the prediction of drag coefficient..." or similar keywords.
CFD Online Forum: The CFD Online forum has discussions on implementing the EMMS drag model with UDFs in Fluent. Search for threads with keywords like "EMMS drag model UDF Fluent" (https://www.cfd-online.com/Forums/fluent-udf/). However, be cautious as user-provided code might require adaptation and verification.
Alternative Drag Models: ANSYS Fluent offers built-in drag models suitable for various multiphase flow scenarios. Consider exploring these models in the Fluent documentation if the EMMS implementation proves challenging.
Here are some additional points to keep in mind:
UDF implementation requires C++ programming knowledge and familiarity with ANSYS Fluent's UDF capabilities.
Implementing a robust and validated UDF can be time-consuming.
Ensure proper verification and validation of any UDF code you use before relying on its results in your simulations.
If you're not comfortable with UDF development, consider reaching out to CFD experts who can assist or suggest alternative approaches for your specific simulation needs.