KratosMultiphysics / GiDInterface

The graphical user interface of Kratos for GiD. Featuring CFD, CSM, DEM, PFEM, etc
Other
30 stars 16 forks source link

[StructuralMechanics] - Axisymmetric line load #962

Open AlejandroCornejo opened 8 months ago

AlejandroCornejo commented 8 months ago

Hi,

When creating a case with Structural ptype and 2D Axisymmetric case, If we apply a line load it writes "SmallDisplacementAxisymLineLoadCondition2D2N" and it should be "AxisymLineLoadCondition2D2N", otherwise Kratos throws an error.

@rubenzorrilla @jginternational

rubenzorrilla commented 8 months ago

OK. But note that following the convention for the non-axisymmetric loads, the large displacements one has no prefix while the small displacement has the SmallDisplacement keywords in front. Having said this, I think that what the GUI does is correct and that we should change the registry name in Kratos. In order to do so without braking the backwards compatibility I'd simply register a new one with the same application member prototype.