Skip to content
#

multiphysics

Here are 39 public repositories matching this topic...

precice
BenjaminRodenberg
BenjaminRodenberg commented Jan 18, 2022

utils::ptr_vector<T> serves a similar purpose like smart pointers from std. We should remove this implementation in favor of smart pointers from std.

I already took care of replacing utils::ptr_vector<T> with std::unique_ptr in precice/precice#1159, but there are many more places, where utils::ptr_vector<T> is used.

maintainability good first issue
simpeg
yangdikun
yangdikun commented Jul 12, 2017

I am using SimPEG.Utils.download for gpgLabs. The download messages are distracting in notebooks, so I wanted to suppress them. The option is controlled by "verbose=false", but it does not stop writing "Downloading ... Saved to:.." message.
Can verbose=false swtich kill all the print output?

![image](https://user-images.githubusercontent.com/5066933/28143500-b531e30c-671a-11e7-85d2-4d62d23d26a

IshaanDesai
IshaanDesai commented Apr 30, 2022

The 2D lid-driven cavity is a classic CFD case, and it has been further worked into a relatively easy-to-do FSI case by having a flexible structural bottom surface. A lid-driven cavity with a flexible bottom is shown to work in the thesis of Benjamin Uekermann in Section 3.7.3 and has also been discussed in a Discourse post for other solver co

student good first issue

This project performs a 3D reconstruction of a cylindrical asphalt mixture sample from a set images on a Dicom file format. The components of asphalt mixture will be identified through 3-phase segmentation. Additionally, a 3D model of the asphalt mixture reconstruction was developed. The project was implemented on the Python programming language using the open-source libraries Numpy, Scipy, Pydicom, Scikit-learn, Matplotlib and Mayavi. A simulation of the asphalt mixtures aging process is implemented using numerical methods on the mechanical, themical and chemical fields.

  • Updated Dec 12, 2017
  • Python

Improve this page

Add a description, image, and links to the multiphysics topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the multiphysics topic, visit your repo's landing page and select "manage topics."

Learn more