GiDInterface
GiDInterface copied to clipboard
add output process for solidapp in gid interface
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.
So, what should be written in the MDPA? a submodelpart with the nodes and the element connectivities?
Yes