Skip to content
Snippets Groups Projects
Commit fc5ffc16 authored by Rafael Ravedutti's avatar Rafael Ravedutti
Browse files

Remove commented feature properties

parent 0ff2a172
Branches
Tags
1 merge request!1Implement DEM and many other features
...@@ -145,10 +145,6 @@ psim.add_property('inv_inertia', pairs.matrix()) ...@@ -145,10 +145,6 @@ psim.add_property('inv_inertia', pairs.matrix())
psim.add_property('rotation_matrix', pairs.matrix()) psim.add_property('rotation_matrix', pairs.matrix())
psim.add_property('rotation_quat', pairs.quaternion()) psim.add_property('rotation_quat', pairs.quaternion())
psim.add_feature('type', ntypes) psim.add_feature('type', ntypes)
#psim.add_feature_property('type', 'stiffness_norm', pairs.real(), [stiffnessNorm for i in range(ntypes * ntypes)])
#psim.add_feature_property('type', 'stiffness_tan', pairs.real(), [stiffnessTan for i in range(ntypes * ntypes)])
#psim.add_feature_property('type', 'damping_norm', pairs.real(), [dampingNorm for i in range(ntypes * ntypes)])
#psim.add_feature_property('type', 'damping_tan', pairs.real(), [dampingTan for i in range(ntypes * ntypes)])
psim.add_feature_property('type', 'friction_static', pairs.real(), [frictionStatic for i in range(ntypes * ntypes)]) psim.add_feature_property('type', 'friction_static', pairs.real(), [frictionStatic for i in range(ntypes * ntypes)])
psim.add_feature_property('type', 'friction_dynamic', pairs.real(), [frictionDynamic for i in range(ntypes * ntypes)]) psim.add_feature_property('type', 'friction_dynamic', pairs.real(), [frictionDynamic for i in range(ntypes * ntypes)])
psim.add_contact_property('is_sticking', pairs.int32(), 0) psim.add_contact_property('is_sticking', pairs.int32(), 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment