[Yade-users] [Question #692976]: BoxFactory in OpenFOAM coupling case

2020-09-17 Thread Daria
New question #692976 on Yade: https://answers.launchpad.net/yade/+question/692976 I'm trying to use BoxFactory in YADE OpenFOAM coupling case. But there is an error on OpenFOAM side. I think that I use incorrect fluid coupling settings. There is my scriptYade.py: ##

Re: [Yade-users] [Question #692907]: Modelling flow around cylinder: particles fall into a closed cylinder

2020-09-17 Thread Daria
Question #692907 on Yade changed: https://answers.launchpad.net/yade/+question/692907 Status: Open => Solved Daria confirmed that the question is solved: Radius of cylinder in YADE must be little bigger then in OpenFOAM, in other way there is area which is out of OpenFOAM calculation area

[Yade-users] [Question #692907]: Modelling flow around cylinder: particles fall into a closed cylinder

2020-09-14 Thread Daria
New question #692907 on Yade: https://answers.launchpad.net/yade/+question/692907 I have got case in which flow around cylinder is simulated. This is YADE-OpenFOAM coupling case. I have got closed cylinder, but at some time particles enter it and simulation fails. How can I fix it? scriptYade.p

Re: [Yade-users] [Question #692617]: None of given Law2 functors can handle interaction #108+380, types geom:ScGeom=1 and phys:CohFrictPhys=5 (LawDispatcher::getFunctor2D returned empty functor)

2020-08-26 Thread Daria
Question #692617 on Yade changed: https://answers.launchpad.net/yade/+question/692617 Status: Open => Solved Daria confirmed that the question is solved: Other geometry interaction solved problem: [Ig2_Sphere_Sphere_ScGeom6D(),Ig2_Facet_Sphere_ScGeom6D()] -- You received this quest

[Yade-users] [Question #692617]: None of given Law2 functors can handle interaction #108+380, types geom:ScGeom=1 and phys:CohFrictPhys=5 (LawDispatcher::getFunctor2D returned empty functor)

2020-08-26 Thread Daria
New question #692617 on Yade: https://answers.launchpad.net/yade/+question/692617 I'm trying to simulate cohesion of spheres to cylinder in flow around this cylinder My scriptYade.py: from __future__ import print_function import sys from yadeimport import * from yade.wrapper impor

[Yade-users] [Question #692476]: Streamlined body

2020-08-20 Thread Daria
New question #692476 on Yade: https://answers.launchpad.net/yade/+question/692476 How to define geometry in case of flow around a cylinder? If you set the geometry the way I do it, then the time step becomes nan. ### def __init__(self): O.periodic = True O.cell.set

[Yade-users] [Question #692441]: OpenFOAM YADE coupling iterations

2020-08-18 Thread Daria
New question #692441 on Yade: https://answers.launchpad.net/yade/+question/692441 I have got 9 YADE iterations for 1 OpaneFOAM iteration. But I can't understand, why it is so. In code it looks like 1 OpenFOAM iteration for 1 YADE iteration or few OpenFOAM iterations for 1 YADE iteration. But not

[Yade-users] [Question #692440]: nan time step

2020-08-18 Thread Daria
New question #692440 on Yade: https://answers.launchpad.net/yade/+question/692440 O.dt is equal nan after function GlobalStiffnessTimeStepper(timestepSafetyCoefficient=0.7, label = "ts"), scriptYade.py ### from __future__ import print_function import sys from yadeimport import * from yade.wrapp

Re: [Yade-users] [Question #692332]: Flow around cylinder

2020-08-17 Thread Daria
Question #692332 on Yade changed: https://answers.launchpad.net/yade/+question/692332 Daria gave more information on the question: Also I don't understand why YADE is making 9 iterations, but OpenFOAM just one. I thought they synchronize (1 iteration YADE for 1 iteration OpenFoam)? --

Re: [Yade-users] [Question #692332]: Flow around cylinder

2020-08-17 Thread Daria
Question #692332 on Yade changed: https://answers.launchpad.net/yade/+question/692332 Status: Needs information => Open Daria gave more information on the question: scriptYade.py #Deepak Kunhappan, deepak.kunhap...@3sr-grenoble.fr #Example script of Yade-OpenFOAM coupling. #get the OpenF

Re: [Yade-users] [Question #692332]: Flow around cylinder

2020-08-14 Thread Daria
Question #692332 on Yade changed: https://answers.launchpad.net/yade/+question/692332 Daria gave more information on the question: Function ### GlobalStiffnessTimeStepper(timestepSafetyCoefficient=0.7, label = "ts"), ### makes O.dt equal to nan, why can it be? (No errors were printed

Re: [Yade-users] [Question #692332]: Flow around cylinder

2020-08-12 Thread Daria
Question #692332 on Yade changed: https://answers.launchpad.net/yade/+question/692332 Status: Answered => Open Daria is still having a problem: Okay, Thank you very much! There is no more errors in my script, but still it doesn't working. My case just freezes after start with no

Re: [Yade-users] [Question #692332]: Flow around cylinder

2020-08-11 Thread Daria
Question #692332 on Yade changed: https://answers.launchpad.net/yade/+question/692332 Status: Answered => Open Daria is still having a problem: Thank you, it is working well! Now I don't understand how to set material for this body. Material is defined this way ### O.material

[Yade-users] [Question #692332]: Flow around cylinder

2020-08-11 Thread Daria
New question #692332 on Yade: https://answers.launchpad.net/yade/+question/692332 Is there any function to add cylinder as a body made of wallmat? I tried yade.wrapper.Cylinder(segment=[0,0,1],radius=0.05) but it couldn't be added to list of bodies -- You received this question notification be

[Yade-users] [Question #692315]: Calculation time definition

2020-08-10 Thread Daria
New question #692315 on Yade: https://answers.launchpad.net/yade/+question/692315 There is problems with time settings in example_icoFoamYade. The same problem is in example_pimpleFoamYade. The last doesn't work at all (I downloaded it from gitlab and started it using instruction, but it freezed

Re: [Yade-users] [Question #689000]: Yade simulation freezes

2020-08-06 Thread Daria
Question #689000 on Yade changed: https://answers.launchpad.net/yade/+question/689000 Status: Expired => Open Daria is still having a problem: There is problems with time settings in example_icoFoamYade again. The same problem is in example_pimpleFoamYade. The last doesn't work a

Re: [Yade-users] [Question #689000]: Yade simulation freezes

2020-03-18 Thread Daria
Question #689000 on Yade changed: https://answers.launchpad.net/yade/+question/689000 Daria posted a new comment: >I think this paragraph is sufficient to explain why the discussion was >abandoned. >https://www.yade-dem.org/wiki/Howtoask It's inefficient to copy the contents of

Re: [Yade-users] [Question #689000]: Yade simulation freezes

2020-03-18 Thread Daria
Question #689000 on Yade changed: https://answers.launchpad.net/yade/+question/689000 Daria posted a new comment: Case was updated on github. It is now working fine also some instructions were added. YADE case without CFD was added. -- You received this question notification because your team

Re: [Yade-users] [Question #689000]: Yade simulation freezes

2020-03-02 Thread Daria
Question #689000 on Yade changed: https://answers.launchpad.net/yade/+question/689000 Status: Answered => Open Daria is still having a problem: https://github.com/RomanovaDI/snowModelling/wiki There is my case of modeling of the snowdrift formation. It is assumed that snow will accumul

Re: [Yade-users] [Question #689000]: Yade simulation freezes

2020-02-27 Thread Daria
Question #689000 on Yade changed: https://answers.launchpad.net/yade/+question/689000 Status: Answered => Open Daria is still having a problem: The case freezes without taking a single YADE step =( A have got one more question: I commented lines # O.periodic = True # O.cell.setBox(max

Re: [Yade-users] [Question #689000]: Yade simulation freezes

2020-02-26 Thread Daria
Question #689000 on Yade changed: https://answers.launchpad.net/yade/+question/689000 Status: Answered => Open Daria is still having a problem: scriptYade.py: from __future__ import print_function import sys from yadeimport import * from yade.utils import * init

Re: [Yade-users] [Question #689000]: Yade simulation freezes

2020-02-26 Thread Daria
Question #689000 on Yade changed: https://answers.launchpad.net/yade/+question/689000 Daria gave more information on the question: controlDict: FoamFile { version 2.0; format ascii; class dictionary; location"system"; object c

Re: [Yade-users] [Question #689000]: Yade simulation freezes

2020-02-26 Thread Daria
Question #689000 on Yade changed: https://answers.launchpad.net/yade/+question/689000 Status: Answered => Open Daria is still having a problem: I want to note that one calculation falls down at different times every run, but these times are similar. -- You received this quest

Re: [Yade-users] [Question #689000]: Yade simulation freezes

2020-02-26 Thread Daria
Question #689000 on Yade changed: https://answers.launchpad.net/yade/+question/689000 Daria posted a new comment: - Yade version: 2020-02-02.git-472f4cb - I'm running icoFoamYade - Is there way to attach files or archive with my case to this question or it is better to copy files content

[Yade-users] [Question #689000]: Yade simulation freezes

2020-02-26 Thread Daria
New question #689000 on Yade: https://answers.launchpad.net/yade/+question/689000 I'm running YADE-OpenFOAM coupling examples. And the simulation freezes at some time (in the middle of calculations) during the yade iteration. How can I view log of yade (better log to screen) of current iteration

Re: [Yade-users] [Question #688333]: site yade-dem.org does not working

2020-01-29 Thread Daria
Question #688333 on Yade changed: https://answers.launchpad.net/yade/+question/688333 Status: Answered => Solved Daria confirmed that the question is solved: Thanks Robert Caulk, that solved my question. -- You received this question notification because your team yade-users is an ans

[Yade-users] [Question #688333]: site yade-dem.org does not working

2020-01-29 Thread Daria
New question #688333 on Yade: https://answers.launchpad.net/yade/+question/688333 https://yade-dem.org/ redirecting to https://yade-dem.org/doc/ and this page contain following information: Index of /doc [ICO] NameLast modified SizeDescription [PARENTDIR] Parent Directory