Kratos icon indicating copy to clipboard operation
Kratos copied to clipboard

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...

Results 479 Kratos issues
Sort by recently updated
recently updated
newest added

**Description** Fix #8457. Computes just once the lumping factors. NOTE: I think that this could be an issue with imposed displacement, in any case the lumping factors can still be...

Applications
Bugfix

**Description** The 'Flags' class in the DEM_discontinuum_constitutive_law.h and DEM_continuum_constitutive_law.h can be removed for a clearer code. Currently, it seems that no one is using it. **TODO** - [ ] Remove...

**📝 Description** The surface load distribution process assumed that the `SURFACE_LOAD` is a force resultant, instead it is a distributed load (force over area). The Load distribution process is fixed...

Bug
Behaviour Change

**📝 Description** This PR templates `FindGlobalNodalElementalNeighboursProcess` to `FindGlobalNodalEntityNeighboursProcess` and uses it to create `FindGlobalNodalElementalNeighboursProcess` and `FindGlobalNodalConditionNeighboursProcess`. Still the file `find_global_nodal_elemental_neighbours_process.h` file is kept because some of the applications are using...

Kratos Core
Python
C++
Parallel-MPI
Parallel-SMP
Feature

**📝 Description** closes #9538 Avoids a possible confusion in the python interface of `ModelPart.GetProperties`: ```diff - GetProperties(prop_id, mesh_id) -> Properties instance - GetProperties(mesh_id) -> Properties container + GetProperties(prop_id) -> Properties...

Python
API Breaker
Inconsistent

**📝 Description** This PR (finally) makes the buffer filling of the `FluidDynamicsApplication` solvers properly, that is to say _à la_ `StructuralMechanicsApplication`. As you note, what we basically do is to...

Applications
Inconsistent
Usability

**📝 Description** This PR adds support for MPC-based slip boundary conditions. In front of what we did so far to apply the slip BC (by rotating the system of equations)...

Applications
Feature

Can kratos simulate flexible water impacting water surface? I assume this can be done by using FEM-SPH method, is that correct?

Help Wanted
Discussion

Hello, I am trying to run multiple simulations using 1 code (trying to do like a parametric study). For example the code below has a variation of the friction coefficient...

Hello, this PR adds some additional features to the MPM application which are essential for partitioned coupling with FEM: - equally distributed boundary particles - correct calculation of the Contact...

Enhancement