Javi Gárate
Javi Gárate
Hi @lauramoremar Check the modifications I've pushed to your branch. Here https://github.com/KratosMultiphysics/GiDInterface/commit/9c31e35542d603183b97b00918a570bc5c2e6547 we are printing the submodelpart in the mdpa Here https://github.com/KratosMultiphysics/GiDInterface/commit/2c0555c2ee972697d8ea681f9f79e9e1581a38e7?diff=split&w=1 we set the proper model_part_name
@lauramoremar mmm... There was a decision at the begining of the kratos GiD problemtype project that said that the initial conditions were nodal. If we want the nodes AND the...
Ok, at this moment we have something similar to what you need. It's the "geometry" feature in the MDPA input file. Check the FLUID app It means that, instead of...
There is an implementation of the Restart feature, such as PFEM.  The idea is to implement it in every app, so anyone can use it, but it must work...
Ok @philbucher ! 😃
Yes @pooyan-dadvand , but tcl is proudly a non-typed language, so it's always difficult to know if that 3 is an integer, a double or a string
@rubenzorrilla abd @roigcarlo I'll ask you tomorrow about this one, because I don't know if this is possible
There is no problem with conditions, since the tcl scripts generate the ids. With the elements, we use the GiD element id, so if the same mesh element is used...
Thanks @RiccardoRossi , now I understand part of the problem. So, if I understood it properly, the same physical entity, a face of a triangle, for example, will need 2...
