KratosMultiphysics / Kratos

Kratos Multiphysics (A.K.A Kratos) is a framework for building parallel multi-disciplinary simulation software. Modularity, extensibility and HPC are the main objectives. Kratos has BSD license and is written in C++ with extensive Python interface.
https://kratosmultiphysics.github.io/Kratos/
Other
985 stars 242 forks source link

Structural mechanics and GUI with GiD #11329

Open miguelmaso opened 1 year ago

miguelmaso commented 1 year ago

Description I'm trying to run an AISC benchmark with StructuralMechanicsApplication and generating the input with the GiD interface, but I'm not able to properly generate the files. After importing the MDPA and doing some stuff, the process is stopped without explanation:

::[MechanicalSolver]:: : Initializing ... 
::[MechanicalSolver]:: No linear solver was specified, using fastest available solver: 
Importing    LinearSolversApplication 
    Kratos  _     _                       ____        _
           | |   (_)_ __   ___  __ _ _ __/ ___|  ___ | |_   _____ _ __ ___
           | |   | | '_ \ / _ \/ _` | '__\___ \ / _ \| \ \ / / _ \ '__/ __|
           | |___| | | | |  __/ (_| | |   ___) | (_) | |\ V /  __/ |  \__ \
           |_____|_|_| |_|\___|\__,_|_|  |____/ \___/|_| \_/ \___|_|  |___/
Initializing KratosLinearSolversApplication...
PS C:\Users\Miguel.Maso\Desktop\Portic-IPE550\Column-Kratos.gid>

Am I missing something? I don't know if the json file is complete. Find attached the problem files. Thanks in advance

Scope

AlejandroCornejo commented 1 year ago

With my compiled version in Linux it runs. I'll try in Win too

AlejandroCornejo commented 1 year ago

In windows compiled version is also working

AlejandroCornejo commented 1 year ago

Maybe would be someting related to the pip version? @roigcarlo

roigcarlo commented 1 year ago

If the example uses very recent features maybe the pip version is still not capable of handling them, other than that I am not aware of any other problem

miguelmaso commented 1 year ago

Hi, thanks for your comments. After doing some tests, I see the following: