compressibility_control#
- class ansys.cfx.core.generated.pre_processing.settings_261.compressibility_control.compressibility_control(name: str | None = None, parent=None)#
Bases:
GroupHolds parameters that affect solver convergence for compressible flows.
Attributes
Attribute |
Summary |
|---|---|
Enable the COMPRESSIBILITY CONTROL object. |
|
Activates special numerics to improve solver behavior for high speed flow (e.g. with shocks). |
|
Activates special numerics to workaround carbuncle effect. Activated by default when High Speed Numerics is activated. |
|
Determines whether drho/dp is used to linearize density derivatives in the continuity equation. |
|
Determines whether the rate of pressure decrease is restricted for compressible flows. |
|
Maximum rate of pressure decrease in an iteration. |
|
Determines whether the rate of temperature decrease is restricted for compressible flows. |
|
Maximum rate of temperature decrease in an iteration. |
|
Recipe to use for static-to-total pressure conversions. |
|
Specifies whether pressure should be clipped when calculating properties for compressible simulations. If activated, negative solution pressures are permitted. |
|
Minimum absolute pressure for properties if negative absolute pressures are permitted for compressible simulations. |
Included in:
Parent |
Summary |
|---|---|
Holds all objects that control discretization and execution of the solution process. |