All Frameworks  Object Hierarchy  This Framework  Indexes   

ABQFilmCondition (Object)

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

Property Index

ApplyUserSubroutine
Sets or returns the user subroutine flag.
dependencies
Returns the number of temperature-dependent film coefficients.
filmCoeff
Sets or returns the reference film coefficient if the film condition is not temperature dependent.
sinkTemperature
Sets or returns the reference sink temperature.
temperatureDependency
Sets or returns the temperature dependency.

Method Index

AddTempDependentFilmCoeffTable
Adds a list of temperature dependent film coefficients if the film condition is temperature dependent.
GetNameOfFilmCoeffAmplitude
Returns the name of the amplitude that contains the variation of the the film coefficient with time.
GetNameOfSinkAmplitude
Returns the name of the amplitude that contains the variation of the sink temperature with time.
GetTempDependentFilmCoeffTable
Returns a list of temperature dependent film coefficients if the film condition is temperature dependent.
SetNamedFilmCoeffAmplitude
Sets the name of the amplitude that gives the variation of the the film coefficient with time.
SetNamedSinkAmplitude
Sets the name of the amplitude that contains the variation of the sink temperature with time.

Properties


o 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.
o Property dependencies() As (Read Only)
Returns the number of temperature-dependent film coefficients.
Returns:
The number of temperature-dependent film coefficients.
  
 
o 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.
 
o Property sinkTemperature() As
Sets or returns the reference sink temperature.
Returns:
The reference sink temperature.
 
o Property temperatureDependency() As
Sets or returns the temperature dependency.
Returns:
A boolean specifying whether the film condition is dependent on temperature.

Methods


o 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.
o 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.
o 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.
o 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.
o 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.
o 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.

Copyright © 2003, Dassault Systèmes. All rights reserved.