yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #01936
Re: How to create a rock joint?
I don't think anything like this is implemented yet. It is difficult for
me to give advices without a precise explanation of the modeling you
want. If you need the list of interactions intersecting a plane, it
should not be too hard.
Something like :
FOREACH (interaction)
{
if (interaction->body1 on one side && interaction->body2 on the
other side)
intersected_list.push_back(interaction)
//or simply
modify_properties(interaction)
}
I guess you don't need that at each iteration, so performance is not an
issue.
Bruno
boon chiaweng a écrit :
I am planning to use YADE for rock engineering. The joint i was
refering to is a joint plane. I would initially like to have a block
of rock mass. And by specifiying the dip direction and dip angle of
the joint planes, the block of rock mass will be cut/intersected.
Then I will have to identify the polyhedral blocks formed from the
joint planes.
Does anyone know how to do this? Or has done it?
Yours sincerely,
Boon
------------------------------------------------------------------------
New Windows 7: Find the right PC for you. Learn more.
<http://windows.microsoft.com/shop>
------------------------------------------------------------------------
_______________________________________________
Mailing list: https://launchpad.net/~yade-users
Post to : yade-users@xxxxxxxxxxxxxxxxxxx
Unsubscribe : https://launchpad.net/~yade-users
More help : https://help.launchpad.net/ListHelp
--
_______________
Chareyre Bruno
Maître de Conférences
Grenoble INP
Laboratoire 3SR - bureau E145
BP 53 - 38041, Grenoble cedex 9 - France
Tél : 33 4 56 52 86 21
Fax : 33 4 76 82 70 43
________________
Follow ups
References