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
1.03k stars 245 forks source link

FluidDynamics App not using constraints #4121

Closed adityaghantasala closed 1 year ago

adityaghantasala commented 5 years ago

The fluid dynamics application is not using constraint builder and solver for applying period boundary conditions. This will break the examples and apply_periodic_comdition.py cannot be used.

RiccardoRossi commented 5 years ago

I think this should be fixed by #4149 since it adds that capability to the default Builder And Solver

adityaghantasala commented 5 years ago

yes .. then still the python solver should be changed to remove use of a different b & s when periodic bcs are used !

philbucher commented 5 years ago

@jcotela told me he will anyway update the python-solvers in the near future @jcotela guess you can add this to the list of TODOs :)

jcotela commented 5 years ago

@philbucher is right, the python solvers will be updated at the beginning of the next release cycle. Mentioning #871 so that I have a reference to this issue there.

jcotela commented 5 years ago

(sorry, closed by mistake)

loumalouomega commented 5 years ago

Is this solved?

rubenzorrilla commented 1 year ago

I think this was solved long ago (see for instance the fluid RVE).