interpolation_scheme#

class ansys.cfx.core.generated.pre_processing.settings_261.interpolation_scheme.interpolation_scheme(name: str | None = None, parent=None)#

Bases: Group

Defines discretization details for variable interpolation.

Attributes

Attribute

Summary

enabled

Enable the INTERPOLATION SCHEME object.

pressure_interpolation_type

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.

velocity_interpolation_type

Interpolation method for velocity divergence assembly in the continuity equation.

velocity_gradient_interpolation_type

Interpolation method for vertex velocity gradients. Default is Linear-Linear, except for buoyant problems when it is Trilinear.

generic_gradient_interpolation_type

Interpolation method for vertex gradients of most variables.

shape_function_option

Indicates shape function option to use for tets, wedges, and pyramids. Default is geometric for buoyant problems, otherwise parametric.

Included in:

Parent

Summary

solver_control

Holds all objects that control discretization and execution of the solution process.