Inclined wall??

Asked by Mahdeyeh

Hello everyone

How I can create inclined wall for boundary of model?? I want to set dip for walls.

 Thank you!

Mahdeyeh

Question information

Language:
English Edit question
Status:
Solved
For:
Yade Edit question
Assignee:
No assignee Edit question
Solved by:
Jan Stránský
Solved:
Last query:
Last reply:
Revision history for this message
Jan Stránský (honzik) said :
#1

Hi,

what exactly do you mean by:
- wall? Actual Yade Wall shape? or a flat boundary in general?
- dip for walls? the same inclination for all walls? independent?

thanks
Jan

Revision history for this message
Mahdeyeh (mahdiye.sky) said :
#2

> - wall? Actual Yade Wall shape? or a flat boundary in general?
I mean this wall:

yade.utils.wall

class yade.wrapper.Wall

> - dip for walls? the same inclination for all walls? independent?

not the same inclination for all of them. Every wall has dedicated inclination.

Revision history for this message
Best Jan Stránský (honzik) said :
#3

> yade.utils.wall
> not the same inclination for all of them

it is not currently possible.. the true Wall has to be parallel to xy, yz or zx planes..
I don't expect the implementation of inclined walls is too difficult (but not too easy at the same time ;-).

a workaround is to use facets, boxes etc..

cheers
Jan

Revision history for this message
Mahdeyeh (mahdiye.sky) said :
#4

Thanks Jan Stránský, that solved my question.