get_sampling_point#

CompositeModel.get_sampling_point(combined_criterion, element_id, time=None, composite_definition_label=None)#

Get a sampling point for an element ID and failure criteria.

Parameters:
  • combined_criterion (CombinedFailureCriterion) – Combined failure criterion to evaluate.

  • element_id (int) – Element ID or label of the sampling point.

  • time (Optional[float], default: None) – Time or frequency at which to evaluate the sampling point. If None, the last time or frequency in the result file is used.

  • composite_definition_label (Optional[str], default: None) – Label of the composite definition, which is the dictionary key in the ContinuousFiberCompositesFiles.composite attribute. This parameter is only required for assemblies. See the note about assemblies in the description for the CompositeModel class.

Return type:

SamplingPoint