← Back to team overview

yade-users team mailing list archive

Re: [Question #159902]: Reinforced Concrete Beam

 

Question #159902 on Yade changed:
https://answers.launchpad.net/yade/+question/159902

    Status: Open => Answered

honzik proposed the following answer:

>Yes I can do that, but how can I fill these voids after that ?
>http://www.hostingpics.net/viewer.php?id=453884interface.jpg (sorry for this so ugly picture!), how can I have a cohesion between steel/concrete is these voids are not filled?
intRatio=1.5 # try what value will be suitable for your simulation
O.engines=[
...
      Bo1_Sphere_Aabb(aabbEnlargeFactor=intRatio,label='bo1s'),
...
   InteractionLoop(
     [
         Ig2_Sphere_Sphere_Dem3DofGeom(distFactor=intRatio,label='ig2ss'),
...
]
O.step()
bo1s.aabbEnlargeFactor=-1
ig2ss.distFactor=-1

see https://www.yade-dem.org/sphinx/user.html for more details.

>What about the steel bar, how can I stick the particles together? Do I
>need to create a clump?
If you want to simulate a steel bar as rigid non-deformable and non-yielding body, you can use clump. Another way is to use utils.createInteraction function

To make the gaps between steel and concrete particles smaller, you can
model the steel bar with "hexagonal" crossection such that the particles
makes regular hexagonal prism. Just an idea.

Jan

-- 
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.