CfdLocalResolutionConstraint Class

class NXOpen.CAE.CfdLocalResolutionConstraint

Bases: NXOpen.TaggedObject

The local resolution constraint is a type of constraint which is used by the Fluid Domain Recipe to generate a fluid domain.

To create or edit an instance of this class, use NXOpen.CAE.CfdLocalResolutionConstraintBuilder

New in version NX9.0.0.

Properties

Property Description
Tag Returns the Tag for this object.

Methods

Method Description
GetName Gets the name of the local resolution constraint @return
SetName Sets the name of the local resolution constraint

Method Detail

GetName

CfdLocalResolutionConstraint.GetName

Gets the name of the local resolution constraint

Signature GetName()

Returns:
Return type:str

New in version NX9.0.0.

License requirements: nx_adv_fluid_mod (“NX Advanced Fluid Modeling”)

SetName

CfdLocalResolutionConstraint.SetName

Sets the name of the local resolution constraint

Signature SetName(name)

Parameters:name (str) –

New in version NX9.0.0.

License requirements: nx_adv_fluid_mod (“NX Advanced Fluid Modeling”)