source_term_settings#
- class ansys.fluent.core.generated.solver.settings_271.source_term_settings(name=None, parent=None)#
Bases:
GroupConfigures how particle source terms are applied to the continuous-phase equations.
Attributes
Attribute |
Summary |
|---|---|
Sets the under-relaxation factor for DPM source terms. Controls damping of DPM source term updates |
|
Updates DPM source terms at every flow iteration (recommended for unsteady simulations). |
|
Settings for linearization of DPM source terms. Linearization splits DPM source terms into explicit and implicit |
|
Treats DPM momentum source terms implicitly. Improves stability in strongly momentum-coupled flows by treating particle momentum exchange implicitly. |
|
Treats all DPM source terms implicitly. Improves convergence when heat or mass coupling is strong, especially in reacting or evaporating flows. |
|
Uses second-order accurate transient DPM source terms. Provides higher temporal accuracy for transient source terms; mainly relevant for time-accurate studies. |
|
Resets DPM source terms at the beginning of each time step. Generally not required; mainly useful for debugging or restarting coupling behavior in special cases. |
|
Gradually ramps up DPM source terms to avoid sudden coupling shocks during early iterations. |
Included in:
Parent |
Summary |
|---|---|
Configures numerical options for DPM calculations. |