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