This post was updated on .
Hello Everyone!
Latelly I've been trying to rebuild a mesh generated on a FEM program on GranOO, for future uses. The form I built this domain is using a homebrew python plugin as it follows: import pygranoo as granoo
|
Administrator
|
Hi !
I can't reproduce your bug with the informations you posted. • To reproduce your example, I need a 'main' Python file that loads the Python plugin and then runs the input file. I created one, which looks OK, but just to be sure, could you share your own ? • Even with my main.py, I get an error that tells the 'ComputeVirialStress' plugin is missing. Did you included it in your input file ? • Finally, even with the 'ComputeVirialStress', the last error is that a SupportShape is needed to compute the domain volume fraction. To be sure we are on the same wavelength, could you also share the simulation log ? |
Hello and sorry for the very late reply.
#!/usr/bin/python
|
Administrator
|
Hello, Sorry but the _SetElasticProperty works well only with domains generated by the cooker algorithm. Please use _ConvertElementPairToBeam (with micro parameters) plugin instead of _SetElasticProperty. Bye, Damien.
|
Oh, I see, thak you!
One problem I had is that when trying to convert, an exception is raised saying that my coordination number is too low while my domain has a coordination number of 11.75, the math I did was (2*num_bonds)/num_elements (4279 and 728 for num_bonds and num_elements respectivelly) [PRE-PROCESSING][PlugIn _ConvertElementPairToBeam...]
|
Administrator
|
Hello, you can use the granoo-gddutil tool to tune your coordination number !
|
Free forum by Nabble | Edit this page |