ansys.dyna.core.pre.dynadem.DEMAnalysis#
- class ansys.dyna.core.pre.dynadem.DEMAnalysis#
Bases:
ansys.dyna.core.pre.dynabase.BaseObjActivates DEM analysis and defines associated control parameters.
- defined_des = False#
- stub#
- type = 'analysis_dem'#
- set_des(normal_damping_coeff=0.0, tangential_damping_coeff=0.0, static_friction_coeff=0.0, rolling_friction_coeff=0.0, normal_spring_constant_sf=0.01, ratio=0.2857)#
Set global control parameters for discrete element spheres.
- Parameters:
- normal_damping_coeff
float,optional Normal damping coefficient. The default value is
0.0.- tangential_damping_coeff
float,optional Tangential damping coefficient. The default value is
0.0.- static_friction_coeff
float,optional Static coefficient of friction. The default is
0.0.- rolling_friction_coeff
float,optional Rolling coefficient of friction. The default is
0.0.- normal_spring_constant_sf
float,optional Normal spring constant. The default is
0.01.- ratio
float,optional Ratio. The default is
0.2857.
- normal_damping_coeff
- create()#
Create a DEM analysis.