FluidDomainRecipe Class

class NXOpen.CAE.FluidDomainRecipe

Bases: NXOpen.TaggedObject

Represents a FluidDomainRecipe

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

New in version NX8.0.0.

Properties

Property Description
Tag Returns the Tag for this object.

Methods

Method Description
AddContactPreventionConstraint Adds a NXOpen.CAE.CfdContactPreventionConstraint constraint
AddLocalResolutionConstraint Adds a NXOpen.CAE.CfdLocalResolutionConstraint constraint
GetName Gets the name of the fluid domain recipe @return
RemoveContactPreventionConstraint Removes a NXOpen.CAE.CfdContactPreventionConstraint constraint
RemoveLocalResolutionConstraint Removes a NXOpen.CAE.CfdLocalResolutionConstraint constraint
SetName Sets the name of the fluid domain recipe

Method Detail

AddContactPreventionConstraint

FluidDomainRecipe.AddContactPreventionConstraint

Adds a NXOpen.CAE.CfdContactPreventionConstraint constraint

Signature AddContactPreventionConstraint(contactPreventionConstraint)

Parameters:contactPreventionConstraint (NXOpen.CAE.CfdContactPreventionConstraint) –

New in version NX9.0.0.

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

AddLocalResolutionConstraint

FluidDomainRecipe.AddLocalResolutionConstraint

Adds a NXOpen.CAE.CfdLocalResolutionConstraint constraint

Signature AddLocalResolutionConstraint(localResolutionConstraint)

Parameters:localResolutionConstraint (NXOpen.CAE.CfdLocalResolutionConstraint) –

New in version NX9.0.0.

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

GetName

FluidDomainRecipe.GetName

Gets the name of the fluid domain recipe

Signature GetName()

Returns:
Return type:str

New in version NX8.0.0.

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

RemoveContactPreventionConstraint

FluidDomainRecipe.RemoveContactPreventionConstraint

Removes a NXOpen.CAE.CfdContactPreventionConstraint constraint

Signature RemoveContactPreventionConstraint(contactPreventionConstraint)

Parameters:contactPreventionConstraint (NXOpen.CAE.CfdContactPreventionConstraint) –

New in version NX9.0.0.

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

RemoveLocalResolutionConstraint

FluidDomainRecipe.RemoveLocalResolutionConstraint

Removes a NXOpen.CAE.CfdLocalResolutionConstraint constraint

Signature RemoveLocalResolutionConstraint(localResolutionConstraint)

Parameters:localResolutionConstraint (NXOpen.CAE.CfdLocalResolutionConstraint) –

New in version NX9.0.0.

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

SetName

FluidDomainRecipe.SetName

Sets the name of the fluid domain recipe

Signature SetName(name)

Parameters:name (str) – NOTE: The full Unicode character set is not supported for this parameter.

New in version NX8.0.0.

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