Skip to main content

Mechanical scripting interface

KrigingPolynomType

Last update: 14.01.2025

class Ansys.Mechanical.DataModel.Enums.KrigingPolynomType

Bases: enum.Enum

Represents the various types of Polynomial which combines with Kriging model.

Overview

Attributes

Name
PolyConst
PolyCrossQuad
PolyLinear
PolyNone
PolyPureQuad

Attribute detail

KrigingPolynomType.PolyConst = 1

KrigingPolynomType.PolyCrossQuad = 4

KrigingPolynomType.PolyLinear = 2

KrigingPolynomType.PolyNone = 0

KrigingPolynomType.PolyPureQuad = 3