CfdAutoRefinementConstraintCollection Class¶
-
class
NXOpen.CAE.CfdAutoRefinementConstraintCollection¶ Bases:
objectProvides 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.BaseFEModelNew in version NX9.0.0.
Methods¶
| Method | Description |
|---|---|
| CloneConstraint | Clones an automatic refinement constraint |
| CreateBuilder | Creates an automatic refinement constraint builder |
| DeleteConstraint | Deletes an automatic refinement constraint |
| Find | Finds the CAE.CfdAutoRefinementConstraint with the given identifier as recorded in a journal |
| FindObject | Finds the CAE.CfdAutoRefinementConstraint with the given identifier as recorded in a journal |
Method Detail¶
CloneConstraint¶
-
CfdAutoRefinementConstraintCollection.CloneConstraint¶ Clones an automatic refinement constraint
Signature
CloneConstraint(source)Parameters: source ( NXOpen.CAE.CfdAutoRefinementConstraint) – Source constraintReturns: Cloned constraint Return type: NXOpen.CAE.CfdAutoRefinementConstraintNew in version NX11.0.0.
License requirements: nx_adv_fld_mod_solv (“NX Advanced Fluid Modeling - Full”) OR sc_acou_meshing (” SC Acoustic Meshing”)
CreateBuilder¶
-
CfdAutoRefinementConstraintCollection.CreateBuilder¶ Creates an automatic refinement constraint builder
Signature
CreateBuilder(recipe)Parameters: recipe ( NXOpen.TaggedObject) –CfdAutoRefinementConstraintto be edited, if None orFluidDomainRecipethen create a new oneReturns: the created builder Return type: NXOpen.CAE.CfdAutoRefinementConstraintBuilderNew in version NX11.0.0.
License requirements: nx_adv_fld_mod_solv (“NX Advanced Fluid Modeling - Full”) OR sc_acou_meshing (” SC Acoustic Meshing”)
DeleteConstraint¶
-
CfdAutoRefinementConstraintCollection.DeleteConstraint¶ Deletes an automatic refinement constraint
Signature
DeleteConstraint(constraint)Parameters: constraint ( NXOpen.CAE.CfdAutoRefinementConstraint) – The constraint to be deletedNew in version NX11.0.0.
License requirements: nx_adv_fld_mod_solv (“NX Advanced Fluid Modeling - Full”) OR sc_acou_meshing (” SC Acoustic Meshing”)
Find¶
-
CfdAutoRefinementConstraintCollection.Find¶ Finds the
CAE.CfdAutoRefinementConstraintwith the given identifier as recorded in a journalSignature
Find(journalIdentifier)Parameters: journalIdentifier (str) – constraint identifier Returns: constraint with this identifier Return type: NXOpen.CAE.CfdAutoRefinementConstraintNew in version NX11.0.0.
License requirements: None.
FindObject¶
-
CfdAutoRefinementConstraintCollection.FindObject¶ Finds the
CAE.CfdAutoRefinementConstraintwith the given identifier as recorded in a journalSignature
FindObject(journalIdentifier)Parameters: journalIdentifier (str) – constraint identifier Returns: constraint with this identifier Return type: NXOpen.CAE.CfdAutoRefinementConstraintNew in version NX11.0.0.
License requirements: None.