[Yade-users] [Question #702133]: How to implement temperature-dependent pressure calcs in Thermal and Flow Engines

2022-06-09 Thread Zoheir Khademian
New question #702133 on Yade:
https://answers.launchpad.net/yade/+question/702133

Hello Robert,

I am simulating gas flow in ThermalEngine and was wondering if there is a way 
to make the pore pressure a function of the pore temperature.

Thanks
Zoheir

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.

___
Mailing list: https://launchpad.net/~yade-users
Post to : yade-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp


Re: [Yade-users] [Question #702065]: How to set periodic boundary?

2022-06-09 Thread Jérôme Duriez
Question #702065 on Yade changed:
https://answers.launchpad.net/yade/+question/702065

Jérôme Duriez posted a new comment:
Just looking at your first sentences (sorry if there was sthg elsewhere
I missed), it seemed to me you wanna apply triaxial loading to an
existing sample which was created with classical boundaries. Did you
consider thus to use the classical, non-periodic,
TriaxialStressController we also have (with other examples at [*]) ?

[*] https://gitlab.com/yade-dev/trunk/-/tree/master/examples/triax-
tutorial or on your computer

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.

___
Mailing list: https://launchpad.net/~yade-users
Post to : yade-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp


Re: [Yade-users] [Question #702117]: import simDEM

2022-06-09 Thread HaodingXu
Question #702117 on Yade changed:
https://answers.launchpad.net/yade/+question/702117

Status: Answered => Solved

HaodingXu confirmed that the question is solved:
Thanks Jan Stránský, that solved my question.

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.

___
Mailing list: https://launchpad.net/~yade-users
Post to : yade-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp


Re: [Yade-users] [Question #701934]: How do I keep the particles still?

2022-06-09 Thread Launchpad Janitor
Question #701934 on Yade changed:
https://answers.launchpad.net/yade/+question/701934

Status: Open => Expired

Launchpad Janitor expired the question:
This question was expired because it remained in the 'Open' state
without activity for the last 15 days.

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.

___
Mailing list: https://launchpad.net/~yade-users
Post to : yade-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp


Re: [Yade-users] [Question #701936]: Why do particles intersect?

2022-06-09 Thread Launchpad Janitor
Question #701936 on Yade changed:
https://answers.launchpad.net/yade/+question/701936

Status: Needs information => Expired

Launchpad Janitor expired the question:
This question was expired because it remained in the 'Needs information'
state without activity for the last 15 days.

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.

___
Mailing list: https://launchpad.net/~yade-users
Post to : yade-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp


Re: [Yade-users] [Question #702117]: import simDEM

2022-06-09 Thread Jan Stránský
Question #702117 on Yade changed:
https://answers.launchpad.net/yade/+question/702117

Status: Open => Answered

Jan Stránský proposed the following answer:
> can I use yade-double folder
> or maybe another folder is a better choice? (I hope to try some FEMxDEM 
> examples.)

use the same directory from which you created yadeimport.py
Probably yade-double.

Linux shell commands like "which", "file", "ls -l" are your friends.
For me:

which yade
# /usr/bin/yade

file /usr/bin/yade
# /usr/bin/yade: symbolic link to yade-double

ls -l /usr/bin/yade
# ... /usr/bin/yade -> yade-double

You start with "file yadeimport.py"

Cheers
Jan

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.

___
Mailing list: https://launchpad.net/~yade-users
Post to : yade-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp


[Yade-users] [Question #702117]: import simDEM

2022-06-09 Thread HaodingXu
New question #702117 on Yade:
https://answers.launchpad.net/yade/+question/702117

Dear staff,
A good news is I can generate yadeimport.py and use it. Thank you very much 
about the help.
another question is when I tried to import sim DEM it said no module.
I have found an answer:

in shell:

cp /usr/lib/x86_64-linux-gnu/yade/py/yade/FEMxDEM/simDEM.py .

however I don't have this folder (x86_64-linux-gnu/yade), can I use yade-double 
folder, like: (I just have yade-double, yade-float128,yade-longdouble, 
yade-mpfr150 folders)

cp /usr/lib/x86_64-linux-gnu/yade-double/py/yade/FEMxDEM/simDEM.py .

or maybe another folder is a better choice? (I hope to try some FEMxDEM 
examples.)

by the way, I cannot open yade web these two days so the reply is quite late.
best wishes,
Haoding

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.

___
Mailing list: https://launchpad.net/~yade-users
Post to : yade-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp


Re: [Yade-users] [Question #702081]: yade-versionNo

2022-06-09 Thread HaodingXu
Question #702081 on Yade changed:
https://answers.launchpad.net/yade/+question/702081

Status: Open => Solved

HaodingXu confirmed that the question is solved:
Thanks Jan Stránský, that solved my question.

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.

___
Mailing list: https://launchpad.net/~yade-users
Post to : yade-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp


Re: [Yade-users] [Question #702081]: yade-versionNo

2022-06-09 Thread Jan Stránský
Question #702081 on Yade changed:
https://answers.launchpad.net/yade/+question/702081

Jan Stránský posted a new comment:
> another question

please open a new question for a new question ([1], point 5)

Cheers
Jan

[1] https://www.yade-dem.org/wiki/Howtoask

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.

___
Mailing list: https://launchpad.net/~yade-users
Post to : yade-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp