CfdAutoRefinementConstraintCollection Class

class NXOpen.CAE.CfdAutoRefinementConstraintCollection

Bases: object

Provides methods for managing automatic refinement constraints:py:class:CAE.CfdAutoRefinementConstraint in a fem part

To obtain an instance of this class, refer to NXOpen.CAE.BaseFEModel

New in version NX9.0.0.

Methods

Method Description
CloneConstraint Clones an automatic refinement constraint @return Cloned constraint
CreateBuilder Creates an automatic refinement constraint builder @return the created builder
DeleteConstraint Deletes an automatic refinement constraint
Find Finds the CAE.CfdAutoRefinementConstraint with the given identifier as recorded in a journal @return constraint with this identifier
FindObject Finds the CAE.CfdAutoRefinementConstraint with the given identifier as recorded in a journal @return constraint with this identifier

Method Detail

CloneConstraint

CfdAutoRefinementConstraintCollection.CloneConstraint

Clones an automatic refinement constraint

Signature CloneConstraint(source)

Parameters:source (NXOpen.CAE.CfdAutoRefinementConstraint) – Source constraint
Returns:Cloned constraint
Return type:NXOpen.CAE.CfdAutoRefinementConstraint

New in version NX11.0.0.

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

CreateBuilder

CfdAutoRefinementConstraintCollection.CreateBuilder

Creates an automatic refinement constraint builder

Signature CreateBuilder(recipe)

Parameters:recipe (NXOpen.TaggedObject) – CfdAutoRefinementConstraint to be edited, if None or FluidDomainRecipe then create a new one
Returns:the created builder
Return type:NXOpen.CAE.CfdAutoRefinementConstraintBuilder

New in version NX11.0.0.

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

DeleteConstraint

CfdAutoRefinementConstraintCollection.DeleteConstraint

Deletes an automatic refinement constraint

Signature DeleteConstraint(constraint)

Parameters:constraint (NXOpen.CAE.CfdAutoRefinementConstraint) – The constraint to be deleted

New in version NX11.0.0.

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

Find

CfdAutoRefinementConstraintCollection.Find

Finds the CAE.CfdAutoRefinementConstraint with the given identifier as recorded in a journal

Signature Find(journalIdentifier)

Parameters:journalIdentifier (str) – constraint identifier
Returns:constraint with this identifier
Return type:NXOpen.CAE.CfdAutoRefinementConstraint

New in version NX11.0.0.

License requirements: None.

FindObject

CfdAutoRefinementConstraintCollection.FindObject

Finds the CAE.CfdAutoRefinementConstraint with the given identifier as recorded in a journal

Signature FindObject(journalIdentifier)

Parameters:journalIdentifier (str) – constraint identifier
Returns:constraint with this identifier
Return type:NXOpen.CAE.CfdAutoRefinementConstraint

New in version NX11.0.0.

License requirements: None.