ABQFilmCondition (Object)

Represents an Abaqus film condition (ABQFilmCondition) object.
Role: Access an Abaqus film condition object or determine its properties.

Properties


Property ApplyUserSubroutine() As
Sets or returns the user subroutine flag.
Returns:
A boolean specifying whether a nonuniform film coefficient is defined in user subroutine FILM.
Property dependencies() As (Read Only)
Returns the number of temperature-dependent film coefficients.
Returns:
The number of temperature-dependent film coefficients.
  
 
Property filmCoeff() As
Sets or returns the reference film coefficient if the film condition is not temperature dependent.
Returns:
The reference film coefficient if the film condition is not temperature dependent.
 
Property sinkTemperature() As
Sets or returns the reference sink temperature.
Returns:
The reference sink temperature.
 
Property temperatureDependency() As
Sets or returns the temperature dependency.
Returns:
A boolean specifying whether the film condition is dependent on temperature.

Methods


Sub AddTempDependentFilmCoeffTable( iFilmCoeff, iTemperature)
Adds a list of temperature dependent film coefficients if the film condition is temperature dependent. The number of values in both of the parameters should match. If either list contains extra values, the extra values are discarded.
Parameters:
iFilmCoeff
The list of film coefficients.
iTemperature
The list of temperatures.
Sub GetNameOfFilmCoeffAmplitude( ofilmAmplitude)
Returns the name of the amplitude that contains the variation of the the film coefficient with time.
Parameters:
ofilmAmplitude
The name of the amplitude that contains the variation of the the film coefficient with time.
Sub GetNameOfSinkAmplitude( osinkAmplitude)
Returns the name of the amplitude that contains the variation of the sink temperature with time.
Parameters:
osinkAmplitude
The name of the amplitude that contains the variation of the sink temperature with time.
Sub GetTempDependentFilmCoeffTable( oFilmCoeff, oTemperature)
Returns a list of temperature dependent film coefficients if the film condition is temperature dependent.
Parameters:
oFilmCoeff
The list of film coefficients.
oTemperature
The list of temperatures.
Sub SetNamedFilmCoeffAmplitude( ifilmAmplitude)
Sets the name of the amplitude that gives the variation of the the film coefficient with time.
Parameters:
ifilmAmplitude
The name of the amplitude that gives the variation of the the film coefficient with time.
Sub SetNamedSinkAmplitude( isinkAmplitude)
Sets the name of the amplitude that contains the variation of the sink temperature with time.
Parameters:
isinkAmplitude
The name of the amplitude that contains the variation of the sink temperature with time.