GiDInterface icon indicating copy to clipboard operation
GiDInterface copied to clipboard

add output process for solidapp in gid interface

Open josep-m-carbonell opened this issue 7 years ago • 2 comments

I would like to add this process to the ProjectParameter.json:

"output_process_list"       : [{
   "python_module" : "build_beam_skin_process",
    "kratos_module" : "KratosMultiphysics.SolidMechanicsApplication",
    "Parameters"    : {
        "model_part_name" : "Parts_Parts_Auto2",
        "number_of_sides" : 25,
        "diameter": 0.05
    }
}],

Consequently to be able to assign the possible creation of a beam skin selecting a beam string in the model and setting the number_of_sides and diameter.

It is not a condition or a load right now, so, maybe it must be located in another place.

josep-m-carbonell avatar Mar 19 '18 16:03 josep-m-carbonell

So, what should be written in the MDPA? a submodelpart with the nodes and the element connectivities?

jginternational avatar Apr 24 '18 14:04 jginternational

Yes

josep-m-carbonell avatar Apr 24 '18 15:04 josep-m-carbonell