KratosMultiphysics / GiDInterface

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

Fluid write with geometries #951

Closed jginternational closed 9 months ago

jginternational commented 9 months ago

This PR implements the geometry write just for FLUID app, and the project parameters with the modelers and so. All apps depending on Fluid will still write elements and conditions

To be merged after https://github.com/KratosMultiphysics/Kratos/pull/11370

rubenzorrilla commented 9 months ago

I changed the name just to make clear that we're not using the orchestrator.

rubenzorrilla commented 9 months ago

Posting as a reminder that we should only use this in the serial case (for the moment until we implement the partitioning of geometries).

jginternational commented 9 months ago

image

In the Kratos preferences window, I've enabled this entry, so users can enable the new write for those apps who implement it. Currently Fluid and Geomechanics only. Apps derived from Fluid will still print element and conditions

jginternational commented 9 months ago

Posting as a reminder that we should only use this in the serial case (for the moment until we implement the partitioning of geometries).

image

This is the message shown if the user selects MPI and write geometries, wich is not allowed