interpolation_scheme#
- class ansys.cfx.core.generated.pre_processing.settings_261.interpolation_scheme.interpolation_scheme(name: str | None = None, parent=None)#
Bases:
GroupDefines discretization details for variable interpolation.
Attributes
Attribute |
Summary |
|---|---|
Enable the INTERPOLATION SCHEME object. |
|
Interpolation method for pressure gradient assembly for the momentum equation, as well as for vertex gradients of pressure and density. Default is Linear-Linear, except for buoyant flows where it is Trilinear. |
|
Interpolation method for velocity divergence assembly in the continuity equation. |
|
Interpolation method for vertex velocity gradients. Default is Linear-Linear, except for buoyant problems when it is Trilinear. |
|
Interpolation method for vertex gradients of most variables. |
|
Indicates shape function option to use for tets, wedges, and pyramids. Default is geometric for buoyant problems, otherwise parametric. |
Included in:
Parent |
Summary |
|---|---|
Holds all objects that control discretization and execution of the solution process. |