RAReceivingConveyor#
- class ansys.rocky.app.conveyors.ra_receiving_conveyor.RAReceivingConveyor#
Bases:
ansys.rocky.app.conveyors.ra_base_conveyor.RABaseConveyor,ansys.rocky.app.ra_addins.ElementWithAddinsRocky api Receiving Conveyor model.
Overview#
Get the value of “Acceleration Period”. |
|
Set the value of “Acceleration Period”. |
|
Get the value of “Beginning Stop Time”. |
|
Set the value of “Beginning Stop Time”. |
|
Get the value of “Belt Speed”. |
|
Set the value of “Belt Speed”. |
|
Get the value of “Deceleration Period”. |
|
Set the value of “Deceleration Period”. |
|
Get the value of “Beginning Start Time”. |
|
Set the value of “Beginning Start Time”. |
|
Get the value of “Capillary Friction Coefficient”. |
|
Set the value of “Capillary Friction Coefficient”. |
|
Get the value of “Belt Thickness”. |
|
Set the value of “Belt Thickness”. |
|
Get the value of “Belt Width”. |
|
Set the value of “Belt Width”. |
|
Get the value of “Length”. |
|
Set the value of “Length”. |
|
Get the value of “Temperature”. |
|
Set the value of “Temperature”. |
|
Get “Thermal Boundary Condition Type” as a string. |
|
Set the value of “Thermal Boundary Condition Type”. |
|
Get a list of all possible values for “Thermal Boundary Condition Type”. |
|
Get the value of “Triangle Size”. |
|
Set the value of “Triangle Size”. |
|
Get the value of “Name”. |
|
Set the value of “Name”. |
|
Get the value of “Alignment Angle”. |
|
Set the value of “Alignment Angle”. |
|
Get the value of “Belt Incline Angle”. |
|
Set the value of “Belt Incline Angle”. |
|
Get the value of “Horizontal Offset”. |
|
Set the value of “Horizontal Offset”. |
|
Get the value of “Out of Plane Offset”. |
|
Set the value of “Out of Plane Offset”. |
|
Get the value of “Return Belt Angle”. |
|
Set the value of “Return Belt Angle”. |
|
Get the value of “Vertical Offset”. |
|
Set the value of “Vertical Offset”. |
|
Get the value of “Skirtboard Height”. |
|
Set the value of “Skirtboard Height”. |
|
Get the value of “Height Offset”. |
|
Set the value of “Height Offset”. |
|
Get the value of “Skirtboard Length”. |
|
Set the value of “Skirtboard Length”. |
|
Get the value of “Length Offset”. |
|
Set the value of “Length Offset”. |
|
Get the value of “Width”. |
|
Set the value of “Width”. |
|
Get “Sph Boundary Type” as a string. |
|
Set the value of “Sph Boundary Type”. |
|
Get a list of all possible values for “Sph Boundary Type”. |
|
Get the value of “Surface Tension Contact Angle”. |
|
Set the value of “Surface Tension Contact Angle”. |
|
Get the “Material”. |
|
Set the “Material”. |
|
Get all available Materials. |
Import detail#
from ansys.rocky.app.conveyors.ra_receiving_conveyor import RAReceivingConveyor
Method detail#
- classmethod RAReceivingConveyor.GetWrappedClass()#
- classmethod RAReceivingConveyor.GetClassName()#
- RAReceivingConveyor.GetAccelerationPeriod(unit: str | None = None) float#
Get the value of “Acceleration Period”.
- Parameters:
unit – The unit for the returned value. If no unit is provided, the returned value will be in “s”.
- RAReceivingConveyor.SetAccelerationPeriod(value: str | float, unit: str | None = None) None#
Set the value of “Acceleration Period”.
- Parameters:
value – The value to set. This value can be an expression with input variables or float type.
unit – The unit for value. If no unit is provided, value is assumed to be in “s”.
- RAReceivingConveyor.GetBeginningStopTime(unit: str | None = None) float#
Get the value of “Beginning Stop Time”.
- Parameters:
unit – The unit for the returned value. If no unit is provided, the returned value will be in “s”.
- RAReceivingConveyor.SetBeginningStopTime(value: str | float, unit: str | None = None) None#
Set the value of “Beginning Stop Time”.
- Parameters:
value – The value to set. This value can be an expression with input variables or float type.
unit – The unit for value. If no unit is provided, value is assumed to be in “s”.
- RAReceivingConveyor.GetBeltSpeed(unit: str | None = None) float#
Get the value of “Belt Speed”.
- Parameters:
unit – The unit for the returned value. If no unit is provided, the returned value will be in “m/s”.
- RAReceivingConveyor.SetBeltSpeed(value: str | float, unit: str | None = None) None#
Set the value of “Belt Speed”.
- Parameters:
value – The value to set. This value can be an expression with input variables or float type.
unit – The unit for value. If no unit is provided, value is assumed to be in “m/s”.
- RAReceivingConveyor.GetDecelerationPeriod(unit: str | None = None) float#
Get the value of “Deceleration Period”.
- Parameters:
unit – The unit for the returned value. If no unit is provided, the returned value will be in “s”.
- RAReceivingConveyor.SetDecelerationPeriod(value: str | float, unit: str | None = None) None#
Set the value of “Deceleration Period”.
- Parameters:
value – The value to set. This value can be an expression with input variables or float type.
unit – The unit for value. If no unit is provided, value is assumed to be in “s”.
- RAReceivingConveyor.GetBeginningStartTime(unit: str | None = None) float#
Get the value of “Beginning Start Time”.
- Parameters:
unit – The unit for the returned value. If no unit is provided, the returned value will be in “s”.
- RAReceivingConveyor.SetBeginningStartTime(value: str | float, unit: str | None = None) None#
Set the value of “Beginning Start Time”.
- Parameters:
value – The value to set. This value can be an expression with input variables or float type.
unit – The unit for value. If no unit is provided, value is assumed to be in “s”.
- RAReceivingConveyor.GetCapillaryFrictionCoefficient() float#
Get the value of “Capillary Friction Coefficient”.
- RAReceivingConveyor.SetCapillaryFrictionCoefficient(value: str | float) None#
Set the value of “Capillary Friction Coefficient”.
- Parameters:
value – The value to set. This value can be an expression with input variables or float type.
- RAReceivingConveyor.GetBeltThickness(unit: str | None = None) float#
Get the value of “Belt Thickness”.
- Parameters:
unit – The unit for the returned value. If no unit is provided, the returned value will be in “m”.
- RAReceivingConveyor.SetBeltThickness(value: str | float, unit: str | None = None) None#
Set the value of “Belt Thickness”.
- Parameters:
value – The value to set. This value can be an expression with input variables or float type.
unit – The unit for value. If no unit is provided, value is assumed to be in “m”.
- RAReceivingConveyor.GetBeltWidth(unit: str | None = None) float#
Get the value of “Belt Width”.
- Parameters:
unit – The unit for the returned value. If no unit is provided, the returned value will be in “m”.
- RAReceivingConveyor.SetBeltWidth(value: str | float, unit: str | None = None) None#
Set the value of “Belt Width”.
- Parameters:
value – The value to set. This value can be an expression with input variables or float type.
unit – The unit for value. If no unit is provided, value is assumed to be in “m”.
- RAReceivingConveyor.GetLength(unit: str | None = None) float#
Get the value of “Length”.
- Parameters:
unit – The unit for the returned value. If no unit is provided, the returned value will be in “m”.
- RAReceivingConveyor.SetLength(value: str | float, unit: str | None = None) None#
Set the value of “Length”.
- Parameters:
value – The value to set. This value can be an expression with input variables or float type.
unit – The unit for value. If no unit is provided, value is assumed to be in “m”.
- RAReceivingConveyor.GetTemperature(unit: str | None = None) float#
Get the value of “Temperature”.
- Parameters:
unit – The unit for the returned value. If no unit is provided, the returned value will be in “K”.
- RAReceivingConveyor.SetTemperature(value: str | float, unit: str | None = None) None#
Set the value of “Temperature”.
- Parameters:
value – The value to set. This value can be an expression with input variables or float type.
unit – The unit for value. If no unit is provided, value is assumed to be in “K”.
- RAReceivingConveyor.GetThermalBoundaryConditionType() str#
Get “Thermal Boundary Condition Type” as a string.
- Returns:
The returned value will be one of [‘adiabatic’, ‘prescribed_temperature’, ‘cfd_coupled_temperature’].
- RAReceivingConveyor.SetThermalBoundaryConditionType(value: str) None#
Set the value of “Thermal Boundary Condition Type”.
- Parameters:
value – The value to set. Must be one of [‘adiabatic’, ‘prescribed_temperature’, ‘cfd_coupled_temperature’].
- Raises:
RockyApiError – If value is not a valid “Thermal Boundary Condition Type” option.
- RAReceivingConveyor.GetValidThermalBoundaryConditionTypeValues() list[str]#
Get a list of all possible values for “Thermal Boundary Condition Type”.
- Returns:
The returned list is [‘adiabatic’, ‘prescribed_temperature’, ‘cfd_coupled_temperature’].
- RAReceivingConveyor.GetTriangleSize(unit: str | None = None) float#
Get the value of “Triangle Size”.
- Parameters:
unit – The unit for the returned value. If no unit is provided, the returned value will be in “m”.
- RAReceivingConveyor.SetTriangleSize(value: str | float, unit: str | None = None) None#
Set the value of “Triangle Size”.
- Parameters:
value – The value to set. This value can be an expression with input variables or float type.
unit – The unit for value. If no unit is provided, value is assumed to be in “m”.
- RAReceivingConveyor.SetName(value: str) None#
Set the value of “Name”.
- Parameters:
value – The value to set.
- RAReceivingConveyor.GetAlignmentAngle(unit: str | None = None) float#
Get the value of “Alignment Angle”.
- Parameters:
unit – The unit for the returned value. If no unit is provided, the returned value will be in “dega”.
- RAReceivingConveyor.SetAlignmentAngle(value: str | float, unit: str | None = None) None#
Set the value of “Alignment Angle”.
- Parameters:
value – The value to set. This value can be an expression with input variables or float type.
unit – The unit for value. If no unit is provided, value is assumed to be in “dega”.
- RAReceivingConveyor.GetBeltInclineAngle(unit: str | None = None) float#
Get the value of “Belt Incline Angle”.
- Parameters:
unit – The unit for the returned value. If no unit is provided, the returned value will be in “rad”.
- RAReceivingConveyor.SetBeltInclineAngle(value: str | float, unit: str | None = None) None#
Set the value of “Belt Incline Angle”.
- Parameters:
value – The value to set. This value can be an expression with input variables or float type.
unit – The unit for value. If no unit is provided, value is assumed to be in “rad”.
- RAReceivingConveyor.GetHorizontalOffset(unit: str | None = None) float#
Get the value of “Horizontal Offset”.
- Parameters:
unit – The unit for the returned value. If no unit is provided, the returned value will be in “m”.
- RAReceivingConveyor.SetHorizontalOffset(value: str | float, unit: str | None = None) None#
Set the value of “Horizontal Offset”.
- Parameters:
value – The value to set. This value can be an expression with input variables or float type.
unit – The unit for value. If no unit is provided, value is assumed to be in “m”.
- RAReceivingConveyor.GetOutOfPlaneOffset(unit: str | None = None) float#
Get the value of “Out of Plane Offset”.
- Parameters:
unit – The unit for the returned value. If no unit is provided, the returned value will be in “m”.
- RAReceivingConveyor.SetOutOfPlaneOffset(value: str | float, unit: str | None = None) None#
Set the value of “Out of Plane Offset”.
- Parameters:
value – The value to set. This value can be an expression with input variables or float type.
unit – The unit for value. If no unit is provided, value is assumed to be in “m”.
- RAReceivingConveyor.GetReturnBeltAngle(unit: str | None = None) float#
Get the value of “Return Belt Angle”.
- Parameters:
unit – The unit for the returned value. If no unit is provided, the returned value will be in “rad”.
- RAReceivingConveyor.SetReturnBeltAngle(value: str | float, unit: str | None = None) None#
Set the value of “Return Belt Angle”.
- Parameters:
value – The value to set. This value can be an expression with input variables or float type.
unit – The unit for value. If no unit is provided, value is assumed to be in “rad”.
- RAReceivingConveyor.GetVerticalOffset(unit: str | None = None) float#
Get the value of “Vertical Offset”.
- Parameters:
unit – The unit for the returned value. If no unit is provided, the returned value will be in “m”.
- RAReceivingConveyor.SetVerticalOffset(value: str | float, unit: str | None = None) None#
Set the value of “Vertical Offset”.
- Parameters:
value – The value to set. This value can be an expression with input variables or float type.
unit – The unit for value. If no unit is provided, value is assumed to be in “m”.
- RAReceivingConveyor.GetSkirtboardHeight(unit: str | None = None) float#
Get the value of “Skirtboard Height”.
- Parameters:
unit – The unit for the returned value. If no unit is provided, the returned value will be in “m”.
- RAReceivingConveyor.SetSkirtboardHeight(value: str | float, unit: str | None = None) None#
Set the value of “Skirtboard Height”.
- Parameters:
value – The value to set. This value can be an expression with input variables or float type.
unit – The unit for value. If no unit is provided, value is assumed to be in “m”.
- RAReceivingConveyor.GetHeightOffset(unit: str | None = None) float#
Get the value of “Height Offset”.
- Parameters:
unit – The unit for the returned value. If no unit is provided, the returned value will be in “m”.
- RAReceivingConveyor.SetHeightOffset(value: str | float, unit: str | None = None) None#
Set the value of “Height Offset”.
- Parameters:
value – The value to set. This value can be an expression with input variables or float type.
unit – The unit for value. If no unit is provided, value is assumed to be in “m”.
- RAReceivingConveyor.GetSkirtboardLength(unit: str | None = None) float#
Get the value of “Skirtboard Length”.
- Parameters:
unit – The unit for the returned value. If no unit is provided, the returned value will be in “m”.
- RAReceivingConveyor.SetSkirtboardLength(value: str | float, unit: str | None = None) None#
Set the value of “Skirtboard Length”.
- Parameters:
value – The value to set. This value can be an expression with input variables or float type.
unit – The unit for value. If no unit is provided, value is assumed to be in “m”.
- RAReceivingConveyor.GetLengthOffset(unit: str | None = None) float#
Get the value of “Length Offset”.
- Parameters:
unit – The unit for the returned value. If no unit is provided, the returned value will be in “m”.
- RAReceivingConveyor.SetLengthOffset(value: str | float, unit: str | None = None) None#
Set the value of “Length Offset”.
- Parameters:
value – The value to set. This value can be an expression with input variables or float type.
unit – The unit for value. If no unit is provided, value is assumed to be in “m”.
- RAReceivingConveyor.GetWidth(unit: str | None = None) float#
Get the value of “Width”.
- Parameters:
unit – The unit for the returned value. If no unit is provided, the returned value will be in “m”.
- RAReceivingConveyor.SetWidth(value: str | float, unit: str | None = None) None#
Set the value of “Width”.
- Parameters:
value – The value to set. This value can be an expression with input variables or float type.
unit – The unit for value. If no unit is provided, value is assumed to be in “m”.
- RAReceivingConveyor.GetSphBoundaryType() str#
Get “Sph Boundary Type” as a string.
- Returns:
The returned value will be one of [‘free_slip’, ‘no_slip_laminar’, ‘no_slip_turbulent’].
- RAReceivingConveyor.SetSphBoundaryType(value: str) None#
Set the value of “Sph Boundary Type”.
- Parameters:
value – The value to set. Must be one of [‘free_slip’, ‘no_slip_laminar’, ‘no_slip_turbulent’].
- Raises:
RockyApiError – If value is not a valid “Sph Boundary Type” option.
- RAReceivingConveyor.GetValidSphBoundaryTypeValues() list[str]#
Get a list of all possible values for “Sph Boundary Type”.
- Returns:
The returned list is [‘free_slip’, ‘no_slip_laminar’, ‘no_slip_turbulent’].
- RAReceivingConveyor.GetSurfaceTensionContactAngle(unit: str | None = None) float#
Get the value of “Surface Tension Contact Angle”.
- Parameters:
unit – The unit for the returned value. If no unit is provided, the returned value will be in “dega”.
- RAReceivingConveyor.SetSurfaceTensionContactAngle(value: str | float, unit: str | None = None) None#
Set the value of “Surface Tension Contact Angle”.
- Parameters:
value – The value to set. This value can be an expression with input variables or float type.
unit – The unit for value. If no unit is provided, value is assumed to be in “dega”.
- RAReceivingConveyor.GetMaterial()#
Get the “Material”.
- Return type:
RASolidMaterial
- RAReceivingConveyor.SetMaterial(value) None#
Set the “Material”.
- :param unicode,
RASolidMaterialvalue: Either the API object wrapping the desired entity or its name.
- :param unicode,
- RAReceivingConveyor.GetAvailableMaterials()#
Get all available Materials.
- Return type:
List[
RASolidMaterial] A list ofRASolidMaterial.