pycatia.abq_automation_interfaces.abq_film_condition¶
Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-09-25 14:34:21.593357
Warning
The notes denoted “CAA V5 Visual Basic Help” are to be used as reference only. They are there as a guide as to how the visual basic / catscript functions work and thus help debugging in pycatia.
- class pycatia.abq_automation_interfaces.abq_film_condition.ABQFilmCondition(com_object)¶
Note
CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
System.IUnknownSystem.IDispatchSystem.CATBaseUnknownSystem.CATBaseDispatchSystem.AnyObjectABQAutomationItf.ABQLoadABQFilmConditionRepresents an Abaqus film condition (ABQFilmCondition) object.Role: Access an Abaqus film condition object or determine itsproperties.- add_temp_dependent_film_coeff_table(i_film_coeff: tuple, i_temperature: tuple) None¶
Note
- CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
- o Sub AddTempDependentFilmCoeffTable(CATSafeArrayVariantiFilmCoeff,CATSafeArrayVariant iTemperature)Adds a list of temperature dependent film coefficients if the filmcondition is temperature dependent. The number of values in both of theparameters should match. If either list contains extra values, the extra valuesare discarded.Parameters:iFilmCoeffThe list of film coefficients.iTemperatureThe list of temperatures.
- Parameters
i_film_coeff (tuple) –
i_temperature (tuple) –
- Return type
None
- property apply_user_subroutine: bool¶
Note
- CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
- o Property ApplyUserSubroutine() As booleanSets or returns the user subroutine flag.Returns:A boolean specifying whether a nonuniform film coefficient is definedin user subroutine FILM.
- Return type
bool
- property dependencies: int¶
Note
- CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
- o Property dependencies() As long (Read Only)Returns the number of temperature-dependent filmcoefficients.Returns:The number of temperature-dependent film coefficients.
- Return type
int
- property film_coefficient: float¶
Note
- CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
- o Property filmCoeff() As doubleSets or returns the reference film coefficient if the film condition is nottemperature dependent.Returns:The reference film coefficient if the film condition is not temperaturedependent.
- Return type
float
- get_name_of_film_coeff_amplitude() str¶
Note
- CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
- o Sub GetNameOfFilmCoeffAmplitude(CATBSTR ofilmAmplitude)Returns the name of the amplitude that contains the variation of the thefilm coefficient with time.Parameters:ofilmAmplitudeThe name of the amplitude that contains the variation of the thefilm coefficient with time.
- Parameters
ofilm_amplitude (str) –
- Return type
None
- get_name_of_sink_amplitude() str¶
Note
- CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
- o Sub GetNameOfSinkAmplitude(CATBSTR osinkAmplitude)Returns the name of the amplitude that contains the variation of the sinktemperature with time.Parameters:osinkAmplitudeThe name of the amplitude that contains the variation of the sinktemperature with time.
- Parameters
osink_amplitude (str) –
- Return type
None
- get_temp_dependent_film_coeff_table() list¶
Note
- CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
- o Sub GetTempDependentFilmCoeffTable(CATSafeArrayVariantoFilmCoeff,CATSafeArrayVariant oTemperature)Returns a list of temperature dependent film coefficients if the filmcondition is temperature dependent.Parameters:oFilmCoeffThe list of film coefficients.oTemperatureThe list of temperatures.
- Parameters
o_film_coeff (tuple) –
o_temperature (tuple) –
- Return type
None
- set_named_film_coeff_amplitude(ifilm_amplitude: str) None¶
Note
- CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
- o Sub SetNamedFilmCoeffAmplitude(CATBSTR ifilmAmplitude)Sets the name of the amplitude that gives the variation of the the filmcoefficient with time.Parameters:ifilmAmplitudeThe name of the amplitude that gives the variation of the the filmcoefficient with time.
- Parameters
ifilm_amplitude (str) –
- Return type
None
- set_named_sink_amplitude(isink_amplitude: str) None¶
Note
- CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
- o Sub SetNamedSinkAmplitude(CATBSTR isinkAmplitude)Sets the name of the amplitude that contains the variation of the sinktemperature with time.Parameters:isinkAmplitudeThe name of the amplitude that contains the variation of the sinktemperature with time.
- Parameters
isink_amplitude (str) –
- Return type
None
- property sink_temperature: float¶
Note
- CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
- o Property sinkTemperature() As doubleSets or returns the reference sink temperature.Returns:The reference sink temperature.
- Return type
float
- property temperature_dependency: bool¶
Note
- CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
- o Property temperatureDependency() As booleanSets or returns the temperature dependency.Returns:A boolean specifying whether the film condition is dependent ontemperature.
- Return type
bool