The ConcentratedFilmCondition object defines concentrated film coefficients and associated sink temperatures.
The ConcentratedFilmCondition object is derived from the Interaction object.
import interaction mdb.models[name].interactions[name]
This method creates a ConcentratedFilmCondition object.
mdb.models[name].ConcentratedFilmCondition
Required arguments
A String specifying the repository key.
A String specifying the name of the step in which the ConcentratedFilmCondition object is created.
A Region object specifying the region to which the concentrated film condition interaction is applied. The interaction is applied to each node in the region.
A SymbolicConstant specifying how the concentrated film condition is defined. Possible values are EMBEDDED_COEFF, PROPERTY_REF, USER_SUB, and FIELD.
Optional arguments
A Float specifying the area associated with the node where the concentrated film condition is applied. The default value is 1.0.
A SymbolicConstant specifying how the concentrated film condition is applied to the boundary of an adaptive mesh domain. Possible values are LAGRANGIAN, SLIDING, and EULERIAN. The default value is LAGRANGIAN.
This argument applies only during an Abaqus/Explicit analysis.
A String specifying the name of the FilmConditionProp object associated with this interaction. The interactionProperty argument applies only when definition=PROPERTY_REF. The default value is an empty string.
A String specifying the name of the AnalyticalField object associated with this interaction. The field argument applies only when definition=FIELD. The default value is an empty string.
A Float specifying the reference sink temperature, . The default value is 0.0.
A String specifying the name of the Amplitude object that gives the variation of the sink temperature, , with time. The default value is an empty string.
Note: Use None in an Abaqus/Standard analysis to specify that the reference sink temperature is applied immediately at the beginning of the step or linearly over the step. Use None in an Abaqus/Explicit analysis to specify that the reference sink temperature is applied throughout the step.
A Float specifying the reference film coefficient value, . The filmCoeff argument applies when definition=EMBEDDED_COEFF, definition=USER_SUB, or definition=FIELD. The default value is 0.0.
A String specifying the name of the Amplitude object that gives the variation of the film coefficient, , with time. The default value is an empty string.
Note: Use None in an Abaqus/Standard analysis to specify that the reference film coefficient is applied immediately at the beginning of the step or linearly over the step. Use None in an Abaqus/Explicit analysis to specify that the reference film coefficient is applied throughout the step.
A String specifying the name of the AnalyticalField or DiscreteField object associated with the sink temperature. The sinkFieldName argument applies only when sinkDistributionType=ANALYTICAL_FIELD or sinkDistributionType=DISCRETE_FIELD. The default value is an empty string.
A SymbolicConstant specifying how the sink temperature is distributed. Possible values are UNIFORM, ANALYTICAL_FIELD, and DISCRETE_FIELD. The default value is UNIFORM.
Return value
A ConcentratedFilmCondition object.
Exceptions
This method modifies the data for an existing ConcentratedFilmCondition object in the step where it is created.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the ConcentratedFilmCondition method, except for the name and createStepName arguments.
Return value
Exceptions
This method modifies the propagating data of an existing ConcentratedFilmCondition object in the specified step.
Required argument
A String specifying the name of the step in which the interaction is modified.
Optional arguments
The optional arguments to setValuesInStep are the same as the optional arguments to the ConcentratedFilmConditionState method.
None.Return value
Exceptions
The ConcentratedFilmCondition object has members with the same names and descriptions as the arguments to the ConcentratedFilmCondition method except the optional arguments to the setValuesInStep method.