Class FluidDomainRecipe
Inheritance
System.Object
System.MarshalByRefObject
FluidDomainRecipe
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAE
Assembly: NXOpen.dll
Syntax
public class FluidDomainRecipe : NXObject, IMessageSink, INXObject
Constructors
FluidDomainRecipe()
Declaration
protected FluidDomainRecipe()
Methods
AddAutoRefinementConstraint(CfdAutoRefinementConstraint)
Declaration
public void AddAutoRefinementConstraint(CfdAutoRefinementConstraint autoRefinementConstraint)
Parameters
Type | Name | Description |
---|---|---|
CfdAutoRefinementConstraint | autoRefinementConstraint |
AddContactPreventionConstraint(CfdContactPreventionConstraint)
Declaration
public void AddContactPreventionConstraint(CfdContactPreventionConstraint contactPreventionConstraint)
Parameters
Type | Name | Description |
---|---|---|
CfdContactPreventionConstraint | contactPreventionConstraint |
AddLocalResolutionConstraint(CfdLocalResolutionConstraint)
Declaration
public void AddLocalResolutionConstraint(CfdLocalResolutionConstraint localResolutionConstraint)
Parameters
Type | Name | Description |
---|---|---|
CfdLocalResolutionConstraint | localResolutionConstraint |
GetFluidBodies(out CAEBody[])
Declaration
public void GetFluidBodies(out CAEBody[] fluidBodies)
Parameters
Type | Name | Description |
---|---|---|
CAEBody[] | fluidBodies |
GetFluidBody()
Declaration
public CAEBody GetFluidBody()
Returns
Type | Description |
---|---|
CAEBody |
GetName()
Declaration
public string GetName()
Returns
Type | Description |
---|---|
System.String |
RemoveAutoRefinementConstraint(CfdAutoRefinementConstraint)
Declaration
public void RemoveAutoRefinementConstraint(CfdAutoRefinementConstraint autoRefinementConstraint)
Parameters
Type | Name | Description |
---|---|---|
CfdAutoRefinementConstraint | autoRefinementConstraint |
RemoveContactPreventionConstraint(CfdContactPreventionConstraint)
Declaration
public void RemoveContactPreventionConstraint(CfdContactPreventionConstraint contactPreventionConstraint)
Parameters
Type | Name | Description |
---|---|---|
CfdContactPreventionConstraint | contactPreventionConstraint |
RemoveLocalResolutionConstraint(CfdLocalResolutionConstraint)
Declaration
public void RemoveLocalResolutionConstraint(CfdLocalResolutionConstraint localResolutionConstraint)
Parameters
Type | Name | Description |
---|---|---|
CfdLocalResolutionConstraint | localResolutionConstraint |
SetName(String)
Declaration
public void SetName(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
SyncFaceNamesAndAttributes()
Declaration
public void SyncFaceNamesAndAttributes()
Implements
System.Runtime.Remoting.Messaging.IMessageSink