[Yade-users] [Question #704311]: How can I control the variables in the Partial engine during the simulation?

2023-01-06 Thread JINSUN LEE
New question #704311 on Yade: https://answers.launchpad.net/yade/+question/704311 I want to move the facet in a sinusoidal motion. So, I used the Partial engine(Rotation Engine) and changed angular velocity with virtual time. For example, O.engines is defined as follows;

Re: [Yade-users] [Question #704311]: How can I control the variables in the Partial engine during the simulation?

2023-01-07 Thread JINSUN LEE
Question #704311 on Yade changed: https://answers.launchpad.net/yade/+question/704311 JINSUN LEE posted a new comment: Thank you for the answer. It helps me a lot. I have two another question, 1. What is the meaning of MWE [1] ? 2. It seems to be a bug when using the label in 'RotationEngine

Re: [Yade-users] [Question #704357]: Does the force vector from O.forces.f means global or local coordinate?

2023-01-10 Thread JINSUN LEE
Question #704357 on Yade changed: https://answers.launchpad.net/yade/+question/704357 Status: Answered => Solved JINSUN LEE confirmed that the question is solved: Thank you. appreciate. -- You received this question notification because your team yade-users is an answer contact for Y

[Yade-users] [Question #704357]: Does the force vector from O.forces.f means global or local coordinate?

2023-01-10 Thread JINSUN LEE
New question #704357 on Yade: https://answers.launchpad.net/yade/+question/704357 I'm trying to get forces acting on the rotating facet. As I know, I can get force vector acting on the facet through "O.forces.f". However, I'm not sure whether the vector is calculated from global or local

Re: [Yade-users] [Question #704218]: What is the meaning of the parameter "chain" in utils.facet module?

2023-01-02 Thread JINSUN LEE
Question #704218 on Yade changed: https://answers.launchpad.net/yade/+question/704218 Status: Answered => Solved JINSUN LEE confirmed that the question is solved: Thanks Jan Stránský, that solved my question. -- You received this question notification because your team yade-us

[Yade-users] [Question #704218]: What is the meaning of the parameter "chain" in utils.facet module?

2022-12-27 Thread JINSUN LEE
New question #704218 on Yade: https://answers.launchpad.net/yade/+question/704218 I have found the parameter "chain" from the yade.utils module as follows; https://yade-dem.org/doc/yade.utils.html?highlight=utils%20facet#yade.utils.facet However, I cannot find the meaning of "chain" from the

[Yade-users] [Question #703985]: How can I check attribute value of wrapper class?

2022-11-30 Thread JINSUN LEE
New question #703985 on Yade: https://answers.launchpad.net/yade/+question/703985 Dear expert on YADE How can I check the attribute value of wrapper class? For example, If I assign YADE wrapper class as follow, - ServoPIDController(maxVelocity=-0.01) - How can I check the attribute

Re: [Yade-users] [Question #697523]: When adding O.wait(), the graphical interface is black

2022-12-13 Thread JINSUN LEE
Question #697523 on Yade changed: https://answers.launchpad.net/yade/+question/697523 JINSUN LEE posted a new comment: I have the same trouble with this issue. In my case, I need to modify the model after specific steps are passed. For example, === O.run(nSteps = 1000, wait=True) "Apply

Re: [Yade-users] [Question #697523]: When adding O.wait(), the graphical interface is black

2022-12-13 Thread JINSUN LEE
Question #697523 on Yade changed: https://answers.launchpad.net/yade/+question/697523 JINSUN LEE posted a new comment: Yes, right. I see Black GUI during the simulation. So, I cannot check whether the "Apply some modification" is applied or not in real-time through the GUI interface

Re: [Yade-users] [Question #703940]: How can I remove Somengines from the existing O.engines?

2022-11-29 Thread JINSUN LEE
Question #703940 on Yade changed: https://answers.launchpad.net/yade/+question/703940 Status: Answered => Solved JINSUN LEE confirmed that the question is solved: Thank you for your kind answer! Appreciate. -- You received this question notification because your team yade-us

Re: [Yade-users] [Question #703985]: How can I check attribute value of wrapper class?

2022-12-01 Thread JINSUN LEE
Question #703985 on Yade changed: https://answers.launchpad.net/yade/+question/703985 Status: Answered => Solved JINSUN LEE confirmed that the question is solved: Thanks a lot! -- You received this question notification because your team yade-users is an answer contact for Y

[Yade-users] [Question #703940]: How can I remove Somengines from the existing O.engines?

2022-11-27 Thread JINSUN LEE
New question #703940 on Yade: https://answers.launchpad.net/yade/+question/703940 For example, O.engines=O.engines+[DomainLimiter(lo=(-.05,-.05,-.05), hi=(.05,.05,.05), iterPeriod = 100, label = 'Domain')] DomainLimiter is appended to the existing engines. As I know, O.engines is list type

Re: [Yade-users] [Question #704485]: bodies which are controlled by "setPermF" does not move. Is it right?

2023-01-24 Thread JINSUN LEE
Question #704485 on Yade changed: https://answers.launchpad.net/yade/+question/704485 JINSUN LEE confirmed that the question is solved: Thanks Karol Brzezinski, that solved my question. -- You received this question notification because your team yade-users is an answer contact for Yade

Re: [Yade-users] [Question #704485]: bodies which are controlled by "setPermF" does not move. Is it right?

2023-01-24 Thread JINSUN LEE
Question #704485 on Yade changed: https://answers.launchpad.net/yade/+question/704485 Status: Answered => Solved JINSUN LEE confirmed that the question is solved: Thank you Brzezinski appreciate. Regards, -- You received this question notification because your team yade-us

Re: [Yade-users] [Question #704485]: bodies which are controlled by "setPermF" does not move. Is it right?

2023-01-26 Thread JINSUN LEE
Question #704485 on Yade changed: https://answers.launchpad.net/yade/+question/704485 JINSUN LEE posted a new comment: Thanks Karol Brzezinski I have met another question. I can apply overburden pressure as following your reply. Question #1 When I use the command "O.bodies[-1].dynamic

[Yade-users] [Question #704485]: bodies which are controlled by "setPermF" does not move. Is it right?

2023-01-20 Thread JINSUN LEE
New question #704485 on Yade: https://answers.launchpad.net/yade/+question/704485 I have assigned permanent forces of 1,000 acting along the z-axis to the facets. I expected that the facets will move due to the unbalanced forces (because it has no reaction forces). However, it will not move at

Re: [Yade-users] [Question #704311]: How can I control the variables in the Partial engine during the simulation?

2023-01-08 Thread JINSUN LEE
Question #704311 on Yade changed: https://answers.launchpad.net/yade/+question/704311 JINSUN LEE posted a new comment: Dear, Jan. Thank you for your kind and prompt reply. I tried to make MWE as simple as it is. but it contains local PATH. So, please check the line "sys.path.append('

Re: [Yade-users] [Question #704311]: How can I control the variables in the Partial engine during the simulation?

2023-01-08 Thread JINSUN LEE
Question #704311 on Yade changed: https://answers.launchpad.net/yade/+question/704311 Status: Answered => Solved JINSUN LEE confirmed that the question is solved: Thx. Appreciate :) -- You received this question notification because your team yade-users is an answer contact for Y

Re: [Yade-users] [Question #705740]: GlobalStiffnessTimestepper gives dt of 0.0 when the saved file is restored

2023-03-09 Thread JINSUN LEE
Question #705740 on Yade changed: https://answers.launchpad.net/yade/+question/705740 Status: Answered => Solved JINSUN LEE confirmed that the question is solved: Sorry not to follow "Howtoask" Thanks appreciate. -- You received this question notification because your te

Re: [Yade-users] [Question #705741]: Aborted (core dumped) when using VTKRecorder

2023-03-09 Thread JINSUN LEE
Question #705741 on Yade changed: https://answers.launchpad.net/yade/+question/705741 JINSUN LEE gave more information on the question: This is single script of the original posted problem. It give following error when using "VTKRecorder" In [1]: python3.10: ./

[Yade-users] [Question #705741]: Aborted (core dumped) when using VTKRecorder

2023-03-06 Thread JINSUN LEE
New question #705741 on Yade: https://answers.launchpad.net/yade/+question/705741 In addtion to the previous question (https://answers.launchpad.net/yade/+question/705740), Yade gives following errors when using VTKRecorder regardless of using GlobalStiffnessTimeStepper === python3.10:

[Yade-users] [Question #705740]: GlobalStiffnessTimestepper gives dt of 0.0 when the saved file is restored

2023-03-06 Thread JINSUN LEE
New question #705740 on Yade: https://answers.launchpad.net/yade/+question/705740 As noted in the previous question (https://answers.launchpad.net/yade/+question/261239), I have encountered similar situations. The program code consists of three Yade sccript. The first one (CBT_T1.py) makes

Re: [Yade-users] [Question #705740]: GlobalStiffnessTimestepper gives dt of 0.0 when the saved file is restored

2023-03-06 Thread JINSUN LEE
Question #705740 on Yade changed: https://answers.launchpad.net/yade/+question/705740 Description changed to: As noted in the previous question (https://answers.launchpad.net/yade/+question/261239), I have encountered similar situations. The program code consists of three Yade sccript. The

Re: [Yade-users] [Question #705740]: GlobalStiffnessTimestepper gives dt of 0.0 when the saved file is restored

2023-03-07 Thread JINSUN LEE
Question #705740 on Yade changed: https://answers.launchpad.net/yade/+question/705740 Status: Needs information => Open JINSUN LEE gave more information on the question: Actually, the final goal of this code is to perform cyclic simple shear test. Thus, the K0 stress condition overburde

Re: [Yade-users] [Question #705740]: GlobalStiffnessTimestepper gives dt of 0.0 when the saved file is restored

2023-03-07 Thread JINSUN LEE
Question #705740 on Yade changed: https://answers.launchpad.net/yade/+question/705740 Status: Answered => Open JINSUN LEE is still having a problem: Thank you for your interest, The first reason why I use O.save/O.load is to plan parametric study which is designed to find the eff

Re: [Yade-users] [Question #706306]: How can interact spheres with the moving facet when using MPI?

2023-04-24 Thread JINSUN LEE
Question #706306 on Yade changed: https://answers.launchpad.net/yade/+question/706306 JINSUN LEE posted a new comment: Dear Stránský, Thanks to your comment. In this case, the non-zero mass facets still disappear. The followings are MWE. Regards, = from yade import pack, plot from yade

Re: [Yade-users] [Question #706306]: How can interact spheres with the moving facet when using MPI?

2023-04-18 Thread JINSUN LEE
Question #706306 on Yade changed: https://answers.launchpad.net/yade/+question/706306 Description changed to: Hello, everyone. I always appreciate your kind support. I am trying to apply overburden pressure using a downward-moving topcap (or facet) in an MPI environment. However, the moving

[Yade-users] [Question #706306]: How can interact spheres with the moving facet when using MPI?

2023-04-18 Thread JINSUN LEE
New question #706306 on Yade: https://answers.launchpad.net/yade/+question/706306 Hello, everyone. I always appreciate your kind support. I am trying to apply overburden pressure using a downward-moving topcap (or facet) in an MPI environment. However, the moving facet does not interact with

Re: [Yade-users] [Question #706306]: How can interact spheres with the moving facet when using MPI?

2023-04-18 Thread JINSUN LEE
Question #706306 on Yade changed: https://answers.launchpad.net/yade/+question/706306 Description changed to: Hello, everyone. I always appreciate your kind support. I am trying to apply overburden pressure using a downward-moving topcap (or facet) in an MPI environment. However, the moving

Re: [Yade-users] [Question #706306]: How can interact spheres with the moving facet when using MPI?

2023-04-23 Thread JINSUN LEE
Question #706306 on Yade changed: https://answers.launchpad.net/yade/+question/706306 JINSUN LEE posted a new comment: Unfortunately, I think that this answer is made using ChatGPT or other bots. The moving facet will disappear if it's state is defined as dynamic (topcap1.dynamic = True