advection_scheme#
- class ansys.cfx.core.generated.pre_processing.settings_261.advection_scheme.advection_scheme(name: str | None = None, parent=None)#
Bases:
GroupDefines the scheme used by the solver to discretize the advection term in transport equations.
Attributes
Attribute |
Summary |
|---|---|
The ‘Advection Scheme’ option. |
|
Specifies the blend between pure UDS (0.0) and second order (1.0) discretization. |
|
Setting to true activates the bounded CD scheme. |
|
‘Gradient Relaxation’ parameter. |
|
‘Gradient Type’ parameter. |
|
Under-relaxation factor for the NAC term multiplier. |
|
Relaxation option (1=always, 2=increasing only). |
|
‘Minimum Blend Factor’ parameter. |
|
‘Maximum Blend Factor’ parameter. |
|
‘Freestream Damping’ parameter. |
|
Determines whether density advection blends with CDS at low Mach numbers. |
|
‘Freestream Damping Option’ parameter. |
|
Tunes CDS boundedness: 0 - pure CD, 0.25-0.75 - optimal for LES, 1 - standard BCD, >1 - increased dissipation. |
|
Controls blending between the basic advection scheme and CDS. Currently used for DES and SAS turbulence models only (hybrid LES-RANS models). |
Included in:
Parent |
Summary |
|---|---|
Holds all objects that control discretization and execution of the solution process. |