GlobalSettings#

class ansys.fluent.core.generated.datamodel_251.meshing.Root.GlobalSettings(service, rules, path)#

Bases: PyMenu

Singleton GlobalSettings.

Classes:

AreaUnit(service, rules[, path])

Parameter AreaUnit of value type str.

EnableCleanCAD(service, rules[, path])

Parameter EnableCleanCAD of value type bool.

EnableComplexMeshing(service, rules[, path])

Parameter EnableComplexMeshing of value type bool.

EnableOversetMeshing(service, rules[, path])

Parameter EnableOversetMeshing of value type bool.

EnablePrime2dMeshing(service, rules[, path])

Parameter EnablePrime2dMeshing of value type bool.

EnablePrimeMeshing(service, rules[, path])

Parameter EnablePrimeMeshing of value type bool.

FTMRegionData(service, rules, path)

Singleton FTMRegionData.

InitialVersion(service, rules[, path])

Parameter InitialVersion of value type str.

LengthUnit(service, rules[, path])

Parameter LengthUnit of value type str.

NormalMode(service, rules[, path])

Parameter NormalMode of value type bool.

UseAllowedValues(service, rules[, path])

Parameter UseAllowedValues of value type bool.

VolumeUnit(service, rules[, path])

Parameter VolumeUnit of value type str.

Methods:

__init__(service, rules, path)

__init__ method of PyMenu class.

class AreaUnit(service, rules, path=None)#

Bases: PyTextual

Parameter AreaUnit of value type str.

class EnableCleanCAD(service, rules, path=None)#

Bases: PyParameter

Parameter EnableCleanCAD of value type bool.

class EnableComplexMeshing(service, rules, path=None)#

Bases: PyParameter

Parameter EnableComplexMeshing of value type bool.

class EnableOversetMeshing(service, rules, path=None)#

Bases: PyParameter

Parameter EnableOversetMeshing of value type bool.

class EnablePrime2dMeshing(service, rules, path=None)#

Bases: PyParameter

Parameter EnablePrime2dMeshing of value type bool.

class EnablePrimeMeshing(service, rules, path=None)#

Bases: PyParameter

Parameter EnablePrimeMeshing of value type bool.

class InitialVersion(service, rules, path=None)#

Bases: PyTextual

Parameter InitialVersion of value type str.

class LengthUnit(service, rules, path=None)#

Bases: PyTextual

Parameter LengthUnit of value type str.

class NormalMode(service, rules, path=None)#

Bases: PyParameter

Parameter NormalMode of value type bool.

class UseAllowedValues(service, rules, path=None)#

Bases: PyParameter

Parameter UseAllowedValues of value type bool.

class VolumeUnit(service, rules, path=None)#

Bases: PyTextual

Parameter VolumeUnit of value type str.

__init__(service, rules, path)#

__init__ method of PyMenu class.