simulatuin the asphat with Burger's contact Model

Asked by Xin Wu

Dear all,
i must make a simulatuin forthe Compaction of the asphat. I want to use the Burger's contact Model with changed Dashpot and Stiffness
( with the reduce of the temperature). How can i do that? Has anyone a idee?

thanks
Xin

Question information

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

Hello,

It is always good to attach a link to the model if you know some.
Fortunately google is clever enough :-)
I am afraid this type of visco-elastic model is not yet available in Yade,
so if you want to use it in Yade, you will have to implement it.

For what type of loading do you want to use it? If the purpose is long-term
creep effects, I am not sure if explicit DEM is the right way to do it..

good luck
Jan

2012/12/11 Xin Wu <email address hidden>

> Question #216512 on Yade changed:
> https://answers.launchpad.net/yade/+question/216512
>
> Description changed to:
> Dear all,
> i must make a simulatuin forthe Compaction of the asphat. I want to use
> the Burger's contact Model with changed Dashpot and Stiffness
> ( with the reduce of the temperature). How can i do that? Has anyone a
> idee?
>
> thanks
> Xin
>
> --
> You received this question notification because you are a member of
> yade-users, which is an answer contact for Yade.
>
> _______________________________________________
> Mailing list: https://launchpad.net/~yade-users
> Post to : <email address hidden>
> Unsubscribe : https://launchpad.net/~yade-users
> More help : https://help.launchpad.net/ListHelp
>

Revision history for this message
Xin Wu (wuxin2de) said :
#2

Thank very much Jan
Xin

Revision history for this message
Xin Wu (wuxin2de) said :
#3

Hallo Jan and all,
i have funded the the Dissertation of Mr. Dr. Jinsong Chen from Uni tennessee. He has made the Burger contactmodell with Yade. But i don't konw. how can i compile the C++ Code. Can you oder anyone explain me how can i do it?

thanks
xin

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

Hi,

first read https://yade-dem.org/doc/installation.html.
what operation system do you use?

If you want just use Yade, you don't need to compile it, you can use
precomplied version. However, if you are going to implement something
yourself, yo can't avoid the compilation and in that case I would prefere
"downloading" the source with git and then use "cmake", "make", and "make
install" commands.

As Yade is open source, anybody can download it and modify. But there is no
obligation to public these changes. You can contact directly Dr. Chen and
ask how he did it and if he can provide you some files. It is also possible
that he commited the changes to Yade and I only could not find it in the
documentation - I was not searching in detail..

cheers
Jan

2012/12/11 Xin Wu <email address hidden>

> Question #216512 on Yade changed:
> https://answers.launchpad.net/yade/+question/216512
>
> Xin Wu posted a new comment:
> Hallo Jan and all,
> i have funded the the Dissertation of Mr. Dr. Jinsong Chen from Uni
> tennessee. He has made the Burger contactmodell with Yade. But i don't
> konw. how can i compile the C++ Code. Can you oder anyone explain me how
> can i do it?
>
> thanks
> xin
>
> --
> You received this question notification because you are a member of
> yade-users, which is an answer contact for Yade.
>
> _______________________________________________
> Mailing list: https://launchpad.net/~yade-users
> Post to : <email address hidden>
> Unsubscribe : https://launchpad.net/~yade-users
> More help : https://help.launchpad.net/ListHelp
>

Revision history for this message
Anton Gladky (gladky-anton) said :
#5

There are some files from Dr. Chen [1], but, it seems, the Yade
version is pretty old there.

Anton

[1] https://sites.google.com/site/fchen3/home/yade-openfoam-src

Revision history for this message
Xin Wu (wuxin2de) said :
#6

Hallo Jan, Hallo Anton,
I will make a Presentation by Company Bomag on Monday for the Simulation with DEm for the road roller. For this reason i will use the Burger's Model.
I have read the Dissertation und saw the Code. But how can i use the Code? Shall i use gcc oder cmike and compile the entire Code of th Yade oder only the new code. I have lerned C++ but i have no experince of Compilation in Linux.
Thank you very much
regards
Xin

Revision history for this message
Xin Wu (wuxin2de) said :
#7

Hallo Jan, Hallo Anton,
You can get the dissertation and another in the link http://trace.tennessee.edu/utk_graddiss/index.2.html oder http://trace.tennessee.edu/utk_graddiss/

regards
Xin

Revision history for this message
Anton Gladky (gladky-anton) said :
#8

If that contact model is the same, which is described
for PFC [1], I believe it is not really difficult to implement.

Anton

[1] http://www.itasca-udm.com/media/download/burgers/BurgersModel.pdf

Revision history for this message
Xin Wu (wuxin2de) said :
#9

Hallo Anton ,Jan,
Thanks. Can i modify the code dirct in Yade what i install in my labtop and without compilation?
regards
XIn

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

Well, you can of course directly modify the code. But if you want to make
the new changes work, you have to compile the code.

But it should be no problem. Even if you have no experience, we can lead
you step by step :-) at least in the case you work on linux.

Cheers
Jan
Dne 11.12.2012 21:51 "Xin Wu" <email address hidden>
napsal(a):

> Question #216512 on Yade changed:
> https://answers.launchpad.net/yade/+question/216512
>
> Xin Wu posted a new comment:
> Hallo Anton ,Jan,
> Thanks. Can i modify the code dirct in Yade what i install in my labtop
> and without compilation?
> regards
> XIn
>
> --
> You received this question notification because you are a member of
> yade-users, which is an answer contact for Yade.
>
> _______________________________________________
> Mailing list: https://launchpad.net/~yade-users
> Post to : <email address hidden>
> Unsubscribe : https://launchpad.net/~yade-users
> More help : https://help.launchpad.net/ListHelp
>

Revision history for this message
Xin Wu (wuxin2de) said :
#11

hallo Jan hallo Anto,
Thank you for your help.
Now i will try to write the code.

regards
xin

Revision history for this message
Anton Gladky (gladky-anton) said :
#12

Hi, try to compile the current one first :)

Anton

2012/12/12 Xin Wu <email address hidden>:
> Now i will try to write the code.

Can you help with this problem?

Provide an answer of your own, or ask Xin Wu for more information if necessary.

To post a message you must log in.