Bearing Load:
Applies a
variable distribution of force to one complete right cylinder in a 3-D
simulation, or to a circular edge in a 2-D simulation.
![]()
Notes:
Problem with Impeller Turning (HW-7A)
Impeller should NOT turn, but constraints are not adequate to prevent it.
Observed: turning/not turning of impeller was affected by mesh refinement
Theory: Mesh size variations and loading with SURF154 may
have some imbalance which drives impeller to turn.
(Test – use FSUM command to verify ?)
To prevent impeller turning – change ”no-separation” contact between pulley hub face and housing into a “bonded” contact.
The minimum files you need to keep are:
HW-7A.wbdb
HW-7A.agdb (only if DesignModeler was used)
HW-7A.eddb
HW-7A.dsdb
HW-7A.params
Operate ALWAYS on the temporary local drive ?
LINEAR CONTACT BEHAVIOR
Contact/Target element behavior options [KEYOPT(12)]
Bonded:
This is the default configuration for contact regions.
If contact regions are bonded, then no sliding or separation between faces or edges is allowed.
Think of the region as glued. This type of contact allows for a linear solution since the contact length/area will not change during the application of the load.
If contact is detected on the model, any gaps will be closed and any initial penetration will be ignored.
No Separation:
This contact setting is similar to the bonded case.
It only applies to regions of faces.
Separation of faces in contact is not allowed, but small amounts of frictionless sliding can occur along contact faces.
Macros in WB !!!
Simulation allows you to execute custom functionality that is not included in a standard Simulation menu entry via its Run Macro feature. The functionality is defined in a macro - a script that accesses the Simulation application programming interface (API).
Macros can be written in Microsoft's JScript or VBScript programming languages. Several macro files are provided with the ANSYS Workbench installation under \ANSYS Inc\v110\AISOL\DesignSpace\DSPages\macros.
Macros cannot currently be recorded from Simulation.
READ: WB Simulation Help > Simulation Approach