VolumetricAnalysisInterval#

class ansys.stk.core.stkobjects.VolumetricAnalysisInterval#

Class defining the volumetric analysis interval.

Overview#

set_spatial_calcuation_evaluation_type

Evaluate spatial calculation type, using the VolumetricSpatialCalculationEvaluationType enumeration.

analysis_interval

The volume analysis interval or interval list.

evaluation_of_spatial_calculation_type

Get evaluation of spatial calculation type. A member of the VolumetricSpatialCalculationEvaluationType enumeration.

time_array

The time array when Evaluation of spatial calculation at times from time array is used.

step_size

Get or set the step size.

available_analysis_intervals

Get the available analysis intervals.

available_times_from_time_array

Get the available times from time array.

Import detail#

from ansys.stk.core.stkobjects import VolumetricAnalysisInterval

Property detail#

property VolumetricAnalysisInterval.analysis_interval: str#

The volume analysis interval or interval list.

property VolumetricAnalysisInterval.evaluation_of_spatial_calculation_type: VolumetricSpatialCalculationEvaluationType#

Get evaluation of spatial calculation type. A member of the VolumetricSpatialCalculationEvaluationType enumeration.

property VolumetricAnalysisInterval.time_array: str#

The time array when Evaluation of spatial calculation at times from time array is used.

property VolumetricAnalysisInterval.step_size: float#

Get or set the step size.

property VolumetricAnalysisInterval.available_analysis_intervals: list#

Get the available analysis intervals.

property VolumetricAnalysisInterval.available_times_from_time_array: list#

Get the available times from time array.

Method detail#

VolumetricAnalysisInterval.set_spatial_calcuation_evaluation_type(self, spatial_calc_eval_type: VolumetricSpatialCalculationEvaluationType) None#

Evaluate spatial calculation type, using the VolumetricSpatialCalculationEvaluationType enumeration.

Parameters:

spatial_calc_eval_type : VolumetricSpatialCalculationEvaluationType

Returns:

None