RAFeedConveyor#
- class ansys.rocky.app.conveyors.ra_feed_conveyor.RAFeedConveyor#
Bases:
ansys.rocky.app.conveyors.ra_base_conveyor.RABaseConveyor,ansys.rocky.app.ra_addins.ElementWithAddinsRocky api Feed 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 “Drop Box Height”. |
|
Set the value of “Drop Box Height”. |
|
Get the value of “Drop Box Length”. |
|
Set the value of “Drop Box Length”. |
|
Get the value of “Drop Box Width”. |
|
Set the value of “Drop Box Width”. |
|
Get the value of “Front Plate Offset”. |
|
Set the value of “Front Plate Offset”. |
|
Get the value of “Wall Thickness”. |
|
Set the value of “Wall Thickness”. |
|
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 “Loading Length”. |
|
Set the value of “Loading 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 “Transition Length”. |
|
Set the value of “Transition Length”. |
|
Get the value of “Triangle Size”. |
|
Set the value of “Triangle Size”. |
|
Get the value of “Diameter”. |
|
Set the value of “Diameter”. |
|
Get the value of “Face Width”. |
|
Set the value of “Face Width”. |
|
Get the value of “Offset To Idlers”. |
|
Set the value of “Offset To Idlers”. |
|
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_feed_conveyor import RAFeedConveyor
Method detail#
- classmethod RAFeedConveyor.GetWrappedClass()#
- classmethod RAFeedConveyor.GetClassName()#
- RAFeedConveyor.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”.
- RAFeedConveyor.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”.
- RAFeedConveyor.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”.
- RAFeedConveyor.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”.
- RAFeedConveyor.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”.
- RAFeedConveyor.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”.
- RAFeedConveyor.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”.
- RAFeedConveyor.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”.
- RAFeedConveyor.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”.
- RAFeedConveyor.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”.
- RAFeedConveyor.GetCapillaryFrictionCoefficient() float#
Get the value of “Capillary Friction Coefficient”.
- RAFeedConveyor.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.
- RAFeedConveyor.GetDropBoxHeight(unit: str | None = None) float#
Get the value of “Drop Box Height”.
- Parameters:
unit – The unit for the returned value. If no unit is provided, the returned value will be in “m”.
- RAFeedConveyor.SetDropBoxHeight(value: str | float, unit: str | None = None) None#
Set the value of “Drop Box 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”.
- RAFeedConveyor.GetDropBoxLength(unit: str | None = None) float#
Get the value of “Drop Box Length”.
- Parameters:
unit – The unit for the returned value. If no unit is provided, the returned value will be in “m”.
- RAFeedConveyor.SetDropBoxLength(value: str | float, unit: str | None = None) None#
Set the value of “Drop Box 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”.
- RAFeedConveyor.GetDropBoxWidth(unit: str | None = None) float#
Get the value of “Drop Box Width”.
- Parameters:
unit – The unit for the returned value. If no unit is provided, the returned value will be in “m”.
- RAFeedConveyor.SetDropBoxWidth(value: str | float, unit: str | None = None) None#
Set the value of “Drop Box 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”.
- RAFeedConveyor.GetFrontPlateOffset(unit: str | None = None) float#
Get the value of “Front Plate Offset”.
- Parameters:
unit – The unit for the returned value. If no unit is provided, the returned value will be in “m”.
- RAFeedConveyor.SetFrontPlateOffset(value: str | float, unit: str | None = None) None#
Set the value of “Front Plate 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”.
- RAFeedConveyor.GetWallThickness(unit: str | None = None) float#
Get the value of “Wall Thickness”.
- Parameters:
unit – The unit for the returned value. If no unit is provided, the returned value will be in “m”.
- RAFeedConveyor.SetWallThickness(value: str | float, unit: str | None = None) None#
Set the value of “Wall 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”.
- RAFeedConveyor.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”.
- RAFeedConveyor.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”.
- RAFeedConveyor.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”.
- RAFeedConveyor.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”.
- RAFeedConveyor.GetLoadingLength(unit: str | None = None) float#
Get the value of “Loading Length”.
- Parameters:
unit – The unit for the returned value. If no unit is provided, the returned value will be in “m”.
- RAFeedConveyor.SetLoadingLength(value: str | float, unit: str | None = None) None#
Set the value of “Loading 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”.
- RAFeedConveyor.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”.
- RAFeedConveyor.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”.
- RAFeedConveyor.GetThermalBoundaryConditionType() str#
Get “Thermal Boundary Condition Type” as a string.
- Returns:
The returned value will be one of [‘adiabatic’, ‘prescribed_temperature’, ‘cfd_coupled_temperature’].
- RAFeedConveyor.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.
- RAFeedConveyor.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’].
- RAFeedConveyor.GetTransitionLength(unit: str | None = None) float#
Get the value of “Transition Length”.
- Parameters:
unit – The unit for the returned value. If no unit is provided, the returned value will be in “m”.
- RAFeedConveyor.SetTransitionLength(value: str | float, unit: str | None = None) None#
Set the value of “Transition 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”.
- RAFeedConveyor.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”.
- RAFeedConveyor.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”.
- RAFeedConveyor.GetDiameter(unit: str | None = None) float#
Get the value of “Diameter”.
- Parameters:
unit – The unit for the returned value. If no unit is provided, the returned value will be in “m”.
- RAFeedConveyor.SetDiameter(value: str | float, unit: str | None = None) None#
Set the value of “Diameter”.
- 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”.
- RAFeedConveyor.GetFaceWidth(unit: str | None = None) float#
Get the value of “Face Width”.
- Parameters:
unit – The unit for the returned value. If no unit is provided, the returned value will be in “m”.
- RAFeedConveyor.SetFaceWidth(value: str | float, unit: str | None = None) None#
Set the value of “Face 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”.
- RAFeedConveyor.GetOffsetToIdlers(unit: str | None = None) float#
Get the value of “Offset To Idlers”.
- Parameters:
unit – The unit for the returned value. If no unit is provided, the returned value will be in “m”.
- RAFeedConveyor.SetOffsetToIdlers(value: str | float, unit: str | None = None) None#
Set the value of “Offset To Idlers”.
- 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”.
- RAFeedConveyor.SetName(value: str) None#
Set the value of “Name”.
- Parameters:
value – The value to set.
- RAFeedConveyor.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”.
- RAFeedConveyor.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”.
- RAFeedConveyor.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”.
- RAFeedConveyor.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”.
- RAFeedConveyor.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”.
- RAFeedConveyor.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”.
- RAFeedConveyor.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”.
- RAFeedConveyor.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”.
- RAFeedConveyor.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”.
- RAFeedConveyor.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”.
- RAFeedConveyor.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”.
- RAFeedConveyor.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”.
- RAFeedConveyor.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”.
- RAFeedConveyor.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”.
- RAFeedConveyor.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”.
- RAFeedConveyor.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”.
- RAFeedConveyor.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”.
- RAFeedConveyor.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”.
- RAFeedConveyor.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”.
- RAFeedConveyor.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”.
- RAFeedConveyor.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”.
- RAFeedConveyor.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”.
- RAFeedConveyor.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’].
- RAFeedConveyor.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.
- RAFeedConveyor.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’].
- RAFeedConveyor.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”.
- RAFeedConveyor.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”.
- RAFeedConveyor.GetMaterial()#
Get the “Material”.
- Return type:
RASolidMaterial
- RAFeedConveyor.SetMaterial(value) None#
Set the “Material”.
- :param unicode,
RASolidMaterialvalue: Either the API object wrapping the desired entity or its name.
- :param unicode,
- RAFeedConveyor.GetAvailableMaterials()#
Get all available Materials.
- Return type:
List[
RASolidMaterial] A list ofRASolidMaterial.