yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #00734
[svn] r1552 - in trunk/pkg/dem: Engine/StandAloneEngine PreProcessor
Author: jduriez
Date: 2008-10-23 19:39:31 +0200 (Thu, 23 Oct 2008)
New Revision: 1552
Modified:
trunk/pkg/dem/Engine/StandAloneEngine/ContactLaw1.hpp
trunk/pkg/dem/PreProcessor/SimpleShear.hpp
Log:
Suppress of some useful comments (sorry for the extra mail)
Modified: trunk/pkg/dem/Engine/StandAloneEngine/ContactLaw1.hpp
===================================================================
--- trunk/pkg/dem/Engine/StandAloneEngine/ContactLaw1.hpp 2008-10-23 17:35:34 UTC (rev 1551)
+++ trunk/pkg/dem/Engine/StandAloneEngine/ContactLaw1.hpp 2008-10-23 17:39:31 UTC (rev 1552)
@@ -24,7 +24,6 @@
- CohesiveFrictionalBodyParameters for the bodies, with "isCohesive" = 1 (A verifier ce dernier point)
- CL1Relationships (=> which involves interactions of "ContactLaw1Interaction" type)
-MODIF / SVN : ContactLaw1::action recevait un body, il faut un MetaBody
*/
Modified: trunk/pkg/dem/PreProcessor/SimpleShear.hpp
===================================================================
--- trunk/pkg/dem/PreProcessor/SimpleShear.hpp 2008-10-23 17:35:34 UTC (rev 1551)
+++ trunk/pkg/dem/PreProcessor/SimpleShear.hpp 2008-10-23 17:39:31 UTC (rev 1552)
@@ -19,10 +19,6 @@
Thanks to the Engines (in pkg/common/Engine/DeusExMachina) CinemDNCEngine, CinemKNCEngine and CinemCNCEngine, respectively constant normal displacement, constant normal rigidity and constant normal stress are possible to execute over such samples
NB : in this PreProcessor only CinemDNCEngine appears, if you want to use other engines the best is maybe to modify directly .xml files
-Chgts depuis derniers svn
-- utilisation de ContactLaw1 => Changer les parameters en Cohe...Parameters
-- de globalstifness... pour calcul de dt
-- correction que le phi des boites etaient en la valeurs en deg (alors qu'il faut des rad)
*/