Skip to content
#

multiphysics

Here are 35 public repositories matching this topic...

jasondhales
jasondhales commented Mar 24, 2021

Bug Description

For classes such as GenericConstantMaterial that use templating to create non-AD and AD versions, the corresponding documentation pages do not contain a list of input files that use the class even though '!syntax inputs ...' appears in the .md file.

Steps to Reproduce

See https://mooseframework.inl.gov/source/materials/GenericConstantMaterial.html as an example.

Im

precice
fsimonis
fsimonis commented May 12, 2021

Please describe the problem you are trying to solve.
The current implementation of the barycentric coordinates are overly complicated and explicitly require the normals of triangles or edges. There are simpler ways to implement this.

Describe the solution you propose.

  • Simplify math/barycenter.[ch]pp
  • Remove Edge::computeNormal() as it is unnecessary.

**Describe alternativ

MakisH
MakisH commented Apr 12, 2018

Although this is a more complicated scenario and it would be complicated to provide specifications, it would be good to have geometry files somewhere.

For historical reasons, we don't have access to the source geometry files anymore. Reconstructing the geometry or adapting the tutorial to a known geometry would be useful, so that if anyone wants to change one of the solvers, they can do it.

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